Searched refs:RequiredBtypes (Results 1 – 3 of 3) sorted by relevance
293 UINT32 RequiredBtypes; in AnOperandTypecheckWalkEnd() local378 RequiredBtypes = AnMapArgTypeToBtype (ARGI_INTEGER); in AnOperandTypecheckWalkEnd()381 RequiredBtypes = 0xFFFFFFFF; in AnOperandTypecheckWalkEnd()391 RequiredBtypes, ThisNodeBtype); in AnOperandTypecheckWalkEnd()501 RequiredBtypes = AnMapArgTypeToBtype (ArgType); in AnOperandTypecheckWalkEnd()528 ThisNodeBtype = RequiredBtypes; in AnOperandTypecheckWalkEnd()617 CommonBtypes = ThisNodeBtype & RequiredBtypes; in AnOperandTypecheckWalkEnd()629 RequiredBtypes, ThisNodeBtype); in AnOperandTypecheckWalkEnd()641 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,