Searched refs:RequiredBtypes (Results 1 – 3 of 3) sorted by relevance
280 UINT32 RequiredBtypes; in AnOperandTypecheckWalkEnd() local365 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()
420 UINT32 RequiredBtypes, in AnCheckMethodReturnValue() argument454 else if (!(ThisNodeBtype & RequiredBtypes)) in AnCheckMethodReturnValue()459 AnFormatBtype (AslGbl_StringBuffer2, RequiredBtypes); in AnCheckMethodReturnValue()
437 UINT32 RequiredBtypes,