Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dty.rs67 kind: TypeKind, in new()
79 pub fn kind(&self) -> &TypeKind { in kind()
84 pub fn kind_mut(&mut self) -> &mut TypeKind { in kind_mut()
381 impl AsTemplateParam for TypeKind { implementation
426 impl DotAttributes for TypeKind { implementation
449 impl TypeKind { impl
533 impl TemplateParameters for TypeKind { implementation
581 pub enum TypeKind { enum
Ditem.rs1303 kind: TypeKind, in builtin_type()
/external/compiler-rt/lib/ubsan/
Dubsan_value.h86 u16 TypeKind; variable
/external/rust/crates/bindgen/src/
Dparse.rs98 kind: TypeKind, in builtin_type()
/external/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h100 enum TypeKind { enum
/external/skia/src/sksl/ir/
DSkSLType.h77 enum class TypeKind : int8_t { enum
/external/rust/crates/pin-project-internal/src/pin_project/
Dderive.rs181 kind: TypeKind, in new()
238 enum TypeKind { enum
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp220 auto TypeKind = ast_type_traits::ASTNodeKind::getFromNodeKind<Type>(); in canConvertTo() local
/external/mesa3d/src/gtest/include/gtest/
Dgtest-printers.h134 enum TypeKind { enum
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-printers.h134 enum TypeKind { enum
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-printers.h132 enum TypeKind { enum
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-printers.h120 enum TypeKind { enum
/external/llvm/bindings/python/llvm/
Dcore.py90 class TypeKind(LLVMEnumeration): class
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.h127 enum TypeKind : uint8_t { enum
/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 __anoneb0c52420111::ExtendedType
/external/clang/lib/CodeGen/
DCGExpr.cpp2315 uint16_t TypeKind = -1; in EmitCheckTypeDescriptor() local