Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h85 u16 TypeKind; variable
/llvm-project/third-party/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h127 enum TypeKind { kBool, kInteger, kFloatingPoint, kOther }; enum
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.h133 enum TypeKind : uint32_t { enum
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h157 enum TypeKind : uint8_t { enum
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.ml28 module TypeKind = struct module
H A Dllvm.mli67 module TypeKind : sig module
/llvm-project/clang/include/clang/AST/
H A DFormatString.h302 enum class TypeKind { DontCare, SizeT, PtrdiffT }; enum
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp354 auto TypeKind = ASTNodeKind::getFromNodeKind<Type>(); canConvertTo() local
/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp144 enum TypeKind { global() enum in __anon1ddc9b620111::Type
H A DMveEmitter.cpp100 enum class TypeKind { enum in __anon6b6344ba0111::Type
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3301 uint16_t TypeKind = -1; EmitCheckTypeDescriptor() local