Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/compiler/
A Daslwalks.c161 UINT32 RequiredBtypes; in AnOperandTypecheckWalkEnd() local
246 RequiredBtypes = AnMapArgTypeToBtype (ARGI_INTEGER); in AnOperandTypecheckWalkEnd()
249 RequiredBtypes = 0xFFFFFFFF; in AnOperandTypecheckWalkEnd()
259 RequiredBtypes, ThisNodeBtype); in AnOperandTypecheckWalkEnd()
369 RequiredBtypes = AnMapArgTypeToBtype (ArgType); in AnOperandTypecheckWalkEnd()
396 ThisNodeBtype = RequiredBtypes; in AnOperandTypecheckWalkEnd()
485 CommonBtypes = ThisNodeBtype & RequiredBtypes; in AnOperandTypecheckWalkEnd()
497 RequiredBtypes, ThisNodeBtype); in AnOperandTypecheckWalkEnd()
509 AnFormatBtype (StringBuffer2, RequiredBtypes); in AnOperandTypecheckWalkEnd()
A Daslanalyze.c302 UINT32 RequiredBtypes, in AnCheckMethodReturnValue() argument
328 else if (!(ThisNodeBtype & RequiredBtypes)) in AnCheckMethodReturnValue()
333 AnFormatBtype (StringBuffer2, RequiredBtypes); in AnCheckMethodReturnValue()
A Daslcompiler.h270 UINT32 RequiredBtypes,

Completed in 5 milliseconds