Searched refs:RequiredBtypes (Results 1 – 3 of 3) sorted by relevance
161 UINT32 RequiredBtypes; in AnOperandTypecheckWalkEnd() local246 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()
302 UINT32 RequiredBtypes, in AnCheckMethodReturnValue() argument328 else if (!(ThisNodeBtype & RequiredBtypes)) in AnCheckMethodReturnValue()333 AnFormatBtype (StringBuffer2, RequiredBtypes); in AnCheckMethodReturnValue()
270 UINT32 RequiredBtypes,
Completed in 5 milliseconds