Home
last modified time | relevance | path

Searched defs:TypeId (Results 1 – 25 of 30) sorted by relevance

12

/third_party/rust/crates/cxx/macro/src/
Dlib.rs90 struct TypeId { in type_id() struct
91 krate: Crate, in type_id()
92 path: QualifiedName, in type_id()
95 impl Parse for TypeId { in type_id() implementation
/third_party/rust/crates/bindgen/bindgen/ir/
Dtemplate.rs110 fn self_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId>; in self_template_params()
175 ) -> Option<TypeId>; in as_template_param()
199 pub fn new<I>(definition: TypeId, args: I) -> TemplateInstantiation in new()
210 pub fn template_definition(&self) -> TypeId { in template_definition()
215 pub fn template_arguments(&self) -> &[TypeId] { in template_arguments()
Ditem.rs166 ) -> Option<TypeId> { in as_template_param()
178 ) -> Option<TypeId> { in as_template_param()
190 ) -> Option<TypeId> { in as_template_param()
457 ) -> TypeId { in new_opaque_type()
1256 fn self_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId> { in self_template_params()
1263 fn self_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId> { in self_template_params()
1269 fn self_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId> { in self_template_params()
1289 result: &mut Result<TypeId, ParseError>, in visit_child()
1313 ) -> TypeId { in builtin_type()
1485 ) -> TypeId { in from_ty_or_ref()
[all …]
Dfunction.rs104 signature: TypeId, in new()
130 pub fn signature(&self) -> TypeId { in signature()
366 ) -> Vec<(Option<String>, TypeId)> { in args_from_ty_and_cursor() argument
586 pub fn return_type(&self) -> TypeId { in return_type()
591 pub fn argument_types(&self) -> &[(Option<String>, TypeId)] { in argument_types() argument
Dcontext.rs816 pub fn get_type_param(&self, definition: &clang::Cursor) -> Option<TypeId> { in get_type_param()
1360 template_param: TypeId, in uses_template_parameter()
1604 template: TypeId, in instantiate_template()
1607 ) -> Option<TypeId> { in instantiate_template()
1814 ) -> Option<TypeId> { in get_resolved_type()
1833 ) -> Option<TypeId> { in builtin_or_resolved_ty()
1900 wrapped_id: TypeId, in build_ty_wrapper()
1903 ) -> TypeId { in build_ty_wrapper()
1913 wrapped_id: TypeId, in build_const_wrapper()
1916 ) -> TypeId { in build_const_wrapper()
[all …]
Denum_ty.rs39 pub fn new(repr: Option<TypeId>, variants: Vec<EnumVariant>) -> Self { in new()
44 pub fn repr(&self) -> Option<TypeId> { in repr()
Dvar.rs53 ty: TypeId, in new()
78 pub fn ty(&self) -> TypeId { in ty()
Dty.rs381 ) -> Option<TypeId> { in as_template_param()
393 ) -> Option<TypeId> { in as_template_param()
533 fn self_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId> { in self_template_params()
539 fn self_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId> { in self_template_params()
Dcomp.rs141 fn ty(&self) -> TypeId; in ty()
404 fn ty(&self) -> TypeId { in ty()
440 ty: TypeId, in new()
464 fn ty(&self) -> TypeId { in ty()
897 fn ty(&self) -> TypeId { in ty()
1614 pub fn inner_types(&self) -> &[TypeId] { in inner_types()
1842 fn self_template_params(&self, _ctx: &BindgenContext) -> Vec<TypeId> { in self_template_params()
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
Dsizedness.rs132 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp89 if (ConstantInt *TypeId = extractNumericTypeId(Type)) in buildCFICheck() local
98 if (ConstantInt *TypeId = in buildCFICheck() local
143 for (uint64_t TypeId : TypeIds) { in buildCFICheck() local
DGlobalDCE.cpp205 void GlobalDCEPass::ScanVTableLoad(Function *Caller, Metadata *TypeId, in ScanVTableLoad()
248 auto *TypeId = cast<MetadataAsValue>(TypeIdValue)->getMetadata(); in ScanTypeCheckedLoadIntrinsics() local
DLowerTypeTests.cpp554 Metadata *TypeId, in buildBitSet()
688 static bool isKnownTypeIdMember(Metadata *TypeId, const DataLayout &DL, in isKnownTypeIdMember()
729 Value *LowerTypeTestsModule::lowerTypeTestCall(Metadata *TypeId, CallInst *CI, in lowerTypeTestCall()
902 uint8_t *LowerTypeTestsModule::exportTypeId(StringRef TypeId, in exportTypeId()
953 LowerTypeTestsModule::importTypeId(StringRef TypeId) { in importTypeId()
1979 auto AddTypeIdUse = [&](Metadata *TypeId) -> TypeIdUserInfo & { in lower()
2006 auto TypeId = TypeIdMDVal->getMetadata(); in lower() local
2052 if (auto *TypeId = dyn_cast<MDString>(P.first)) in lower() local
DWholeProgramDevirt.cpp1587 Metadata *TypeId = in scanTypeTestUsers() local
1625 Metadata *TypeId = cast<MetadataAsValue>(TypeIdValue)->getMetadata(); in scanTypeCheckedLoadUsers() local
1692 auto *TypeId = dyn_cast<MDString>(Slot.TypeID); in importResolution() local
1827 if (auto *TypeId = dyn_cast<MDString>(P.first)) in run() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp329 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 …]
DBTFDebug.h215 uint32_t TypeId; ///< Type id referring to .BTF type section member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAny.h27 template <typename T> struct TypeId { static const char Id; }; argument
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
Dprivate_handle_accessor.cc30 FlagFastTypeId PrivateHandleAccessor::TypeId(const CommandLineFlag& flag) { in TypeId() function in absl::flags_internal::PrivateHandleAccessor
Dflag.cc269 FlagFastTypeId FlagImpl::TypeId() const { in TypeId() function in absl::flags_internal::FlagImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp171 auto *TypeId = dyn_cast<MDString>(TypeMDVal->getMetadata()); in addIntrinsicToSummary() local
202 auto *TypeId = dyn_cast<MDString>(TypeMDVal->getMetadata()); in addIntrinsicToSummary() local
564 if (auto *TypeId = dyn_cast<MDString>(TypeID)) in recordTypeIdCompatibleVtableReferences() local
/third_party/rust/crates/bindgen/bindgen/codegen/
Dserialize.rs150 impl<'a> CSerialize<'a> for TypeId { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp36 uint32_t TypeId = RawSymbol.getTypeId(); in getSymbolType() local
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dreflection.cc230 FlagFastTypeId TypeId() const override { return type_id_; } in TypeId() function in absl::flags_internal::__anon169012f10411::RetiredFlagObj
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h417 typedef const void* TypeId; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp559 StringRef TypeId = getTok().getIdentifier(); in parseCOMDATType() local

12