Home
last modified time | relevance | path

Searched refs:WRAPPER (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRISelLowering.h37 WRAPPER, enumerator
H A DAVRISelLowering.cpp254 NODE(WRAPPER); in getTargetNodeName()
408 return DAG.getNode(AVRISD::WRAPPER, SDLoc(Op), getPointerTy(DL), Result); in LowerGlobalAddress()
418 return DAG.getNode(AVRISD::WRAPPER, SDLoc(Op), getPointerTy(DL), Result); in LowerBlockAddress()
/third_party/python/Objects/
H A Dtypeobject.c8003 #define TPSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \
8004 {NAME, offsetof(PyTypeObject, SLOT), (void *)(FUNCTION), WRAPPER, \
8006 #define FLSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC, FLAGS) \
8007 {NAME, offsetof(PyTypeObject, SLOT), (void *)(FUNCTION), WRAPPER, \
8009 #define ETSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \
8010 {NAME, offsetof(PyHeapTypeObject, SLOT), (void *)(FUNCTION), WRAPPER, \
8012 #define AMSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \
8013 ETSLOT(NAME, as_async.SLOT, FUNCTION, WRAPPER, DOC)
8014 #define SQSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \
8015 ETSLOT(NAME, as_sequence.SLOT, FUNCTION, WRAPPER, DO
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c13653 #define WRAPPER(wellknowntype, name) \ in printer_sethandlers() macro
13658 WRAPPER(UPB_WELLKNOWN_DOUBLEVALUE, doublevalue); in printer_sethandlers()
13659 WRAPPER(UPB_WELLKNOWN_FLOATVALUE, floatvalue); in printer_sethandlers()
13660 WRAPPER(UPB_WELLKNOWN_INT64VALUE, int64value); in printer_sethandlers()
13661 WRAPPER(UPB_WELLKNOWN_UINT64VALUE, uint64value); in printer_sethandlers()
13662 WRAPPER(UPB_WELLKNOWN_INT32VALUE, int32value); in printer_sethandlers()
13663 WRAPPER(UPB_WELLKNOWN_UINT32VALUE, uint32value); in printer_sethandlers()
13664 WRAPPER(UPB_WELLKNOWN_BOOLVALUE, boolvalue); in printer_sethandlers()
13665 WRAPPER(UPB_WELLKNOWN_STRINGVALUE, stringvalue); in printer_sethandlers()
13666 WRAPPER(UPB_WELLKNOWN_BYTESVALU in printer_sethandlers()
13668 #undef WRAPPER printer_sethandlers() macro
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 56 milliseconds