Searched refs:RequiredBtypes (Results 1 – 3 of 3) sorted by relevance
172 UINT32 RequiredBtypes; in AnOperandTypecheckWalkEnd() local257 RequiredBtypes = AnMapArgTypeToBtype (ARGI_INTEGER); in AnOperandTypecheckWalkEnd()260 RequiredBtypes = 0xFFFFFFFF; in AnOperandTypecheckWalkEnd()270 RequiredBtypes, ThisNodeBtype); in AnOperandTypecheckWalkEnd()380 RequiredBtypes = AnMapArgTypeToBtype (ArgType); in AnOperandTypecheckWalkEnd()407 ThisNodeBtype = RequiredBtypes; in AnOperandTypecheckWalkEnd()496 CommonBtypes = ThisNodeBtype & RequiredBtypes; in AnOperandTypecheckWalkEnd()508 RequiredBtypes, ThisNodeBtype); in AnOperandTypecheckWalkEnd()520 AnFormatBtype (AslGbl_StringBuffer2, RequiredBtypes); in AnOperandTypecheckWalkEnd()
312 UINT32 RequiredBtypes, in AnCheckMethodReturnValue() argument346 else if (!(ThisNodeBtype & RequiredBtypes)) in AnCheckMethodReturnValue()351 AnFormatBtype (AslGbl_StringBuffer2, RequiredBtypes); in AnCheckMethodReturnValue()
329 UINT32 RequiredBtypes,