/external/rust/cxx/macro/src/ |
D | lib.rs | 83 struct TypeId { in type_id() struct 84 krate: Crate, in type_id() 85 path: QualifiedName, in type_id() 88 impl Parse for TypeId { in type_id() implementation
|
/external/rust/crates/bindgen/src/ |
D | parse.rs | 58 ) -> Result<TypeId, ParseError>; in from_ty() 68 ) -> Result<TypeId, ParseError>; in from_ty_with_id() 77 ) -> TypeId; in from_ty_or_ref() 87 ) -> TypeId; in from_ty_or_ref_with_id() 94 ) -> Option<TypeId>; in type_param() 101 ) -> TypeId; in builtin_type()
|
/external/rust/crates/bindgen/src/ir/ |
D | template.rs | 111 fn self_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId>; in self_template_params() 176 ) -> Option<TypeId>; in as_template_param() 200 pub fn new<I>(definition: TypeId, args: I) -> TemplateInstantiation in new() 211 pub fn template_definition(&self) -> TypeId { in template_definition() 216 pub fn template_arguments(&self) -> &[TypeId] { in template_arguments()
|
D | function.rs | 102 signature: TypeId, in new() 128 pub fn signature(&self) -> TypeId { in signature() 313 ) -> Vec<(Option<String>, TypeId)> { in args_from_ty_and_cursor() argument 350 return_type: TypeId, in new() 351 argument_types: Vec<(Option<String>, TypeId)>, in new() argument 527 pub fn return_type(&self) -> TypeId { in return_type() 532 pub fn argument_types(&self) -> &[(Option<String>, TypeId)] { in argument_types() argument
|
D | item.rs | 169 ) -> Option<TypeId> { in as_template_param() 181 ) -> Option<TypeId> { in as_template_param() 193 ) -> Option<TypeId> { in as_template_param() 456 ) -> TypeId { in new_opaque_type() 1216 fn self_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId> { in self_template_params() 1223 fn self_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId> { in self_template_params() 1229 fn self_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId> { in self_template_params() 1249 result: &mut Result<TypeId, ParseError>, in visit_child() 1273 ) -> TypeId { in builtin_type() 1446 ) -> TypeId { in from_ty_or_ref() [all …]
|
D | context.rs | 797 pub fn get_type_param(&self, definition: &clang::Cursor) -> Option<TypeId> { in get_type_param() 1337 template_param: TypeId, in uses_template_parameter() 1581 template: TypeId, in instantiate_template() 1584 ) -> Option<TypeId> { in instantiate_template() 1789 ) -> Option<TypeId> { in get_resolved_type() 1808 ) -> Option<TypeId> { in builtin_or_resolved_ty() 1875 wrapped_id: TypeId, in build_ty_wrapper() 1878 ) -> TypeId { in build_ty_wrapper() 1888 wrapped_id: TypeId, in build_const_wrapper() 1891 ) -> TypeId { in build_const_wrapper() [all …]
|
/external/rust/crates/bindgen/src/ir/analysis/ |
D | sizedness.rs | 132 id: TypeId, in insert() 157 fn forward(&mut self, from: TypeId, to: TypeId) -> ConstrainResult { in forward() 195 fn initial_worklist(&self) -> Vec<TypeId> { in initial_worklist() 324 fn each_depending_on<F>(&self, id: TypeId, mut f: F) in each_depending_on() 326 F: FnMut(TypeId), in each_depending_on()
|
/external/google-fruit/include/fruit/impl/util/ |
D | type_info.h | 64 struct TypeId { struct 69 bool operator==(TypeId x) const; argument
|
/external/google-fruit/include/fruit/impl/normalized_component_storage/ |
D | binding_normalization.templates.h | 37 HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map, in BindingNormalizationContext() 77 … HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map, in normalizeBindings() 555 HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>&& binding_data_map, in performBindingCompression() 558 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in performBindingCompression() 672 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in normalizeBindingsWithBindingCompression() 674 std::unordered_map<TypeId, NormalizedMultibindingSet>& multibindings, in normalizeBindingsWithBindingCompression()
|
/external/google-fruit/src/ |
D | binding_normalization.cpp | 216 void BindingNormalization::addMultibindings(std::unordered_map<TypeId, NormalizedMultibindingSet>& … in addMultibindings() 275 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in normalizeBindingsWithUndoableBindingCompression() 277 std::unordered_map<TypeId, NormalizedMultibindingSet>& multibindings, in normalizeBindingsWithUndoableBindingCompression() 314 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in normalizeBindingsWithPermanentBindingCompression() 316 std::unordered_map<TypeId, NormalizedMultibindingSet>& multibindings) { in normalizeBindingsWithPermanentBindingCompression() 319 …bindings_vector, multibindings, [](TypeId, NormalizedComponentStorage::CompressedBindingUndoInfo) … in normalizeBindingsWithPermanentBindingCompression() argument 329 std::unordered_map<TypeId, NormalizedMultibindingSet>& multibindings) { in normalizeBindingsAndAddTo()
|
D | normalized_component_storage.cpp | 41 … const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in NormalizedComponentStorage() 67 … const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in NormalizedComponentStorage()
|
D | normalized_component_storage_holder.cpp | 26 ComponentStorage&& component, const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in NormalizedComponentStorageHolder()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | CrossDSOCFI.cpp | 89 if (ConstantInt *TypeId = extractNumericTypeId(Type)) in buildCFICheck() local 98 if (ConstantInt *TypeId = in buildCFICheck() local 143 for (uint64_t TypeId : TypeIds) { in buildCFICheck() local
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | CrossDSOCFI.cpp | 89 if (ConstantInt *TypeId = extractNumericTypeId(Type)) in buildCFICheck() local 98 if (ConstantInt *TypeId = in buildCFICheck() local 143 for (uint64_t TypeId : TypeIds) { in buildCFICheck() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 329 BTFKindVar::BTFKindVar(StringRef VarName, uint32_t TypeId, uint32_t VarInfo) in BTFKindVar() 405 void BTFDebug::visitBasicType(const DIBasicType *BTy, uint32_t &TypeId) { in visitBasicType() 425 uint32_t &TypeId) { in visitSubroutineType() 449 uint32_t &TypeId) { in visitStructType() 475 void BTFDebug::visitArrayType(const DICompositeType *CTy, uint32_t &TypeId) { in visitArrayType() 514 void BTFDebug::visitEnumType(const DICompositeType *CTy, uint32_t &TypeId) { in visitEnumType() 527 uint32_t &TypeId) { in visitFwdDeclType() 534 uint32_t &TypeId) { in visitCompositeType() 549 void BTFDebug::visitDerivedType(const DIDerivedType *DTy, uint32_t &TypeId, in visitDerivedType() 599 void BTFDebug::visitTypeEntry(const DIType *Ty, uint32_t &TypeId, in visitTypeEntry() [all …]
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 335 BTFKindVar::BTFKindVar(StringRef VarName, uint32_t TypeId, uint32_t VarInfo) in BTFKindVar() 411 void BTFDebug::visitBasicType(const DIBasicType *BTy, uint32_t &TypeId) { in visitBasicType() 431 uint32_t &TypeId) { in visitSubroutineType() 455 uint32_t &TypeId) { in visitStructType() 481 void BTFDebug::visitArrayType(const DICompositeType *CTy, uint32_t &TypeId) { in visitArrayType() 520 void BTFDebug::visitEnumType(const DICompositeType *CTy, uint32_t &TypeId) { in visitEnumType() 533 uint32_t &TypeId) { in visitFwdDeclType() 540 uint32_t &TypeId) { in visitCompositeType() 555 void BTFDebug::visitDerivedType(const DIDerivedType *DTy, uint32_t &TypeId, in visitDerivedType() 605 void BTFDebug::visitTypeEntry(const DIType *Ty, uint32_t &TypeId, in visitTypeEntry() [all …]
|
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
D | TypeId.java | 34 public final class TypeId<T> { class 87 TypeId(com.android.dx.rop.type.Type ropType) { in TypeId() method in TypeId 91 TypeId(String name, com.android.dx.rop.type.Type ropType) { in TypeId() method in TypeId
|
/external/libtextclassifier/native/lang_id/common/fel/ |
D | workspace.h | 57 struct TypeId { struct 62 int TypeId<T>::type_id = GetFreshTypeId(); argument
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | Any.h | 27 template <typename T> struct TypeId { static const char Id; }; argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Any.h | 27 template <typename T> struct TypeId { static const char Id; }; argument
|
/external/llvm/lib/Transforms/IPO/ |
D | CrossDSOCFI.cpp | 93 if (ConstantInt *TypeId = extractNumericTypeId(Type)) in buildCFICheck() local 129 for (uint64_t TypeId : TypeIds) { in buildCFICheck() local
|
/external/gemmlowp/internal/ |
D | allocator.h | 46 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 }; enum
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/internal/ |
D | private_handle_accessor.cc | 30 FlagFastTypeId PrivateHandleAccessor::TypeId(const CommandLineFlag& flag) { in TypeId() function in absl::flags_internal::PrivateHandleAccessor
|
/external/angle/third_party/abseil-cpp/absl/flags/internal/ |
D | private_handle_accessor.cc | 30 FlagFastTypeId PrivateHandleAccessor::TypeId(const CommandLineFlag& flag) { in TypeId() function in absl::flags_internal::PrivateHandleAccessor
|
/external/libtextclassifier/abseil-cpp/absl/flags/internal/ |
D | private_handle_accessor.cc | 30 FlagFastTypeId PrivateHandleAccessor::TypeId(const CommandLineFlag& flag) { in TypeId() function in absl::flags_internal::PrivateHandleAccessor
|