Home
last modified time | relevance | path

Searched refs:BASIC_TYPE (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/uvwasi/include/
Dwasi_serdes.h8 #define BASIC_TYPE(name, type) \ macro
12 #define BASIC_TYPE_UVWASI(type) BASIC_TYPE(type, uvwasi_##type)
15 BASIC_TYPE(uint8_t, uint8_t)
17 BASIC_TYPE(uint16_t, uint16_t)
19 BASIC_TYPE(uint32_t, uint32_t)
21 BASIC_TYPE(uint64_t, uint64_t)
81 #undef BASIC_TYPE
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp332 STRINGIFY_CODE(METADATA, BASIC_TYPE) in GetCodeName()