Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_value.h86 u16 TypeKind; variable
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_value.h85 u16 TypeKind; variable
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_value.h84 u16 TypeKind; variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h135 enum TypeKind { enum
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dcore.py92 class TypeKind(LLVMEnumeration): class
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DDwarf.h150 enum TypeKind : uint8_t { enum
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DFormatString.h278 enum class TypeKind { DontCare, SizeT, PtrdiffT }; enum
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml27 module TypeKind = struct module
H A Dllvm.mli64 module TypeKind : sig module
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp353 auto TypeKind = ASTNodeKind::getFromNodeKind<Type>(); in canConvertTo() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp145 enum TypeKind { enum in __anon9e9e0a7a0111::Type
H A DMveEmitter.cpp100 enum class TypeKind { enum in __anone3a730d20111::Type
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go70 TypeKind C.LLVMTypeKind type
536 func (t Type) TypeKind() TypeKind { return TypeKind(C.LLVMGetTypeKind(t.C)) } func
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py2013 class TypeKind(BaseEnumeration): class
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp2989 uint16_t TypeKind = -1; in EmitCheckTypeDescriptor() local