Home
last modified time | relevance | path

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

/external/compiler-rt/lib/ubsan/
Dubsan_value.h86 u16 TypeKind; variable
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp219 auto TypeKind = ast_type_traits::ASTNodeKind::getFromNodeKind<Type>(); in canConvertTo() local
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-printers.h120 enum TypeKind { enum
/external/mesa3d/src/gtest/include/gtest/
Dgtest-printers.h120 enum TypeKind { enum
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest-printers.h120 enum TypeKind { enum
/external/gtest/include/gtest/
Dgtest-printers.h120 enum TypeKind { enum
/external/llvm/bindings/python/llvm/
Dcore.py90 class TypeKind(LLVMEnumeration): class
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml21 module TypeKind = struct module
Dllvm.mli56 module TypeKind : sig module
/external/llvm/include/llvm/Support/
DDwarf.h298 enum TypeKind { enum
/external/llvm/bindings/go/llvm/
Dir.go63 TypeKind C.LLVMTypeKind type
469 func (t Type) TypeKind() TypeKind { return TypeKind(C.LLVMGetTypeKind(t.C)) } func
/external/clang/bindings/python/clang/
Dcindex.py1611 class TypeKind(BaseEnumeration): class
/external/clang/lib/CodeGen/
DCGExpr.cpp2138 uint16_t TypeKind = -1; in EmitCheckTypeDescriptor() local