Home
last modified time | relevance | path

Searched refs:RequiredBtypes (Results 1 – 3 of 3) sorted by relevance

/acpica-latest/source/compiler/
Daslwalks.c280 UINT32 RequiredBtypes; in AnOperandTypecheckWalkEnd() local
365 RequiredBtypes = AnMapArgTypeToBtype (ARGI_INTEGER); in AnOperandTypecheckWalkEnd()
368 RequiredBtypes = 0xFFFFFFFF; in AnOperandTypecheckWalkEnd()
378 RequiredBtypes, ThisNodeBtype); in AnOperandTypecheckWalkEnd()
488 RequiredBtypes = AnMapArgTypeToBtype (ArgType); in AnOperandTypecheckWalkEnd()
515 ThisNodeBtype = RequiredBtypes; in AnOperandTypecheckWalkEnd()
604 CommonBtypes = ThisNodeBtype & RequiredBtypes; in AnOperandTypecheckWalkEnd()
616 RequiredBtypes, ThisNodeBtype); in AnOperandTypecheckWalkEnd()
628 AnFormatBtype (AslGbl_StringBuffer2, RequiredBtypes); in AnOperandTypecheckWalkEnd()
Daslanalyze.c420 UINT32 RequiredBtypes, in AnCheckMethodReturnValue() argument
454 else if (!(ThisNodeBtype & RequiredBtypes)) in AnCheckMethodReturnValue()
459 AnFormatBtype (AslGbl_StringBuffer2, RequiredBtypes); in AnCheckMethodReturnValue()
Daslcompiler.h437 UINT32 RequiredBtypes,