Home
last modified time | relevance | path

Searched defs:TypeKind (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h85 u16 TypeKind; variable
/freebsd/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h128 enum TypeKind { kBool, kInteger, kFloatingPoint, kOther }; enum
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.h139 enum TypeKind : uint32_t { global() enum
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h157 enum TypeKind : uint8_t { enum
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h302 enum class TypeKind { DontCare, SizeT, PtrdiffT }; enum
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp144 enum TypeKind { enum in __anonfaf0748f0111::Type
H A DMveEmitter.cpp100 enum class TypeKind { enum in __anon819a2c470111::Type
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3312 uint16_t TypeKind = -1; in EmitCheckTypeDescriptor() local