Searched refs:CastType (Results 1 – 3 of 3) sorted by relevance
86 #define _NL_AUTO_DEFINE_FCN_VOID0(CastType, name, func) \ argument89 if (*((CastType *) v)) \90 func (*((CastType *) v)); \
474 NDR64_FORMAT_CHAR CastType; member
2246 Ice::Type CastType = Context->getSimpleTypeByID(Values[1]); in ProcessRecord() local2248 if (!convertCastOpToIceOp(Values[2], Src->getType(), CastType, CastKind)) { in ProcessRecord()2249 appendErrorInstruction(CastType); in ProcessRecord()2253 Func.get(), CastKind, getNextInstVar(CastType), Src)); in ProcessRecord()