Home
last modified time | relevance | path

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

/external/compiler-rt/lib/ubsan/
Dubsan_value.h86 u16 TypeKind; variable
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp220 auto TypeKind = ast_type_traits::ASTNodeKind::getFromNodeKind<Type>(); in canConvertTo() local
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
Dgtest-printers.h120 enum TypeKind { enum
/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/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
Dgtest-printers.h120 enum TypeKind { enum
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest-printers.h120 enum TypeKind { enum
/external/llvm/bindings/python/llvm/
Dcore.py90 class TypeKind(LLVMEnumeration): class
/external/googletest/googletest/include/gtest/
Dgtest-printers.h124 enum TypeKind { enum
/external/v8/testing/gtest/include/gtest/
Dgtest-printers.h124 enum TypeKind { enum
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-printers.h124 enum TypeKind { enum
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml20 module TypeKind = struct module
Dllvm.mli53 module TypeKind : sig module
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml21 module TypeKind = struct module
Dllvm.mli56 module TypeKind : sig module
/external/llvm/include/llvm/Support/
DDwarf.h330 enum TypeKind { enum
/external/llvm/bindings/go/llvm/
Dir.go63 TypeKind C.LLVMTypeKind type
471 func (t Type) TypeKind() TypeKind { return TypeKind(C.LLVMGetTypeKind(t.C)) } func
/external/clang/bindings/python/clang/
Dcindex.py1687 class TypeKind(BaseEnumeration): class
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp71 enum TypeKind { Undefined, Simple, FuncSig }; enum in __anond55fe2d30111::ExtendedType
/external/clang/lib/CodeGen/
DCGExpr.cpp2315 uint16_t TypeKind = -1; in EmitCheckTypeDescriptor() local