Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/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()
386 impl AsTemplateParam for TypeKind { implementation
431 impl DotAttributes for TypeKind { implementation
454 impl TypeKind { impl
538 impl TemplateParameters for TypeKind { implementation
586 pub enum TypeKind { enum
Ditem.rs1310 kind: TypeKind, in builtin_type()
/external/compiler-rt/lib/ubsan/
Dubsan_value.h86 u16 TypeKind; variable
/external/rust/crates/bindgen/
Dcallbacks.rs140 pub enum TypeKind { enum
/external/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h100 enum TypeKind { enum
/external/libaom/third_party/googletest/src/googlemock/include/gmock/internal/
Dgmock-internal-utils.h113 enum TypeKind { kBool, kInteger, kFloatingPoint, kOther }; enum
/external/cronet/third_party/googletest/src/googlemock/include/gmock/internal/
Dgmock-internal-utils.h113 enum TypeKind { kBool, kInteger, kFloatingPoint, kOther }; enum
/external/rust/crates/pin-project-internal/src/pin_project/
Dderive.rs182 kind: TypeKind, in new()
239 enum TypeKind { enum
/external/skia/src/sksl/ir/
DSkSLType.h92 enum class TypeKind : int8_t { 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/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 __anon23a5119b0111::ExtendedType
/external/clang/lib/CodeGen/
DCGExpr.cpp2315 uint16_t TypeKind = -1; in EmitCheckTypeDescriptor() local