Home
last modified time | relevance | path

Searched refs:ThisNodeBtype (Results 1 – 4 of 4) sorted by relevance

/third_party/lib/acpica/source/compiler/
A Daslbtypes.c395 UINT32 ThisNodeBtype = 0; in AnGetBtype() local
419 ThisNodeBtype = AnMapEtypeToBtype (Node->Type); in AnGetBtype()
420 if (!ThisNodeBtype) in AnGetBtype()
445 ThisNodeBtype = ReferencedNode->Asl.AcpiBtype; in AnGetBtype()
455 ThisNodeBtype = Op->Asl.AcpiBtype; in AnGetBtype()
458 return (ThisNodeBtype); in AnGetBtype()
A Daslwalks.c162 UINT32 ThisNodeBtype; in AnOperandTypecheckWalkEnd() local
252 ThisNodeBtype = AnGetBtype (ArgOp); in AnOperandTypecheckWalkEnd()
253 if (ThisNodeBtype == ACPI_UINT32_MAX) in AnOperandTypecheckWalkEnd()
259 RequiredBtypes, ThisNodeBtype); in AnOperandTypecheckWalkEnd()
380 ThisNodeBtype = AnGetBtype (ArgOp); in AnOperandTypecheckWalkEnd()
381 if (ThisNodeBtype == ACPI_UINT32_MAX) in AnOperandTypecheckWalkEnd()
396 ThisNodeBtype = RequiredBtypes; in AnOperandTypecheckWalkEnd()
485 CommonBtypes = ThisNodeBtype & RequiredBtypes; in AnOperandTypecheckWalkEnd()
497 RequiredBtypes, ThisNodeBtype); in AnOperandTypecheckWalkEnd()
508 AnFormatBtype (StringBuffer, ThisNodeBtype); in AnOperandTypecheckWalkEnd()
A Daslanalyze.c303 UINT32 ThisNodeBtype) in AnCheckMethodReturnValue() argument
328 else if (!(ThisNodeBtype & RequiredBtypes)) in AnCheckMethodReturnValue()
332 AnFormatBtype (StringBuffer, ThisNodeBtype); in AnCheckMethodReturnValue()
341 if (ThisNodeBtype != 0) in AnCheckMethodReturnValue()
A Daslcompiler.h271 UINT32 ThisNodeBtype);

Completed in 6 milliseconds