Home
last modified time | relevance | path

Searched refs:CastType (Results 1 – 3 of 3) sorted by relevance

/third_party/libnl/include/netlink-private/
Dutils.h86 #define _NL_AUTO_DEFINE_FCN_VOID0(CastType, name, func) \ argument
89 if (*((CastType *) v)) \
90 func (*((CastType *) v)); \
/third_party/mingw-w64/mingw-w64-headers/include/
Dndr64types.h474 NDR64_FORMAT_CHAR CastType; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2246 Ice::Type CastType = Context->getSimpleTypeByID(Values[1]); in ProcessRecord() local
2248 if (!convertCastOpToIceOp(Values[2], Src->getType(), CastType, CastKind)) { in ProcessRecord()
2249 appendErrorInstruction(CastType); in ProcessRecord()
2253 Func.get(), CastKind, getNextInstVar(CastType), Src)); in ProcessRecord()