| /third_party/rust/crates/cxx/macro/src/ |
| H A D | lib.rs | 88 struct TypeId { in type_id() structure names
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
| H A D | private_handle_accessor.cc | 30 FlagFastTypeId PrivateHandleAccessor::TypeId(const CommandLineFlag& flag) { in TypeId() function in absl::flags_internal::PrivateHandleAccessor
|
| H A D | flag.cc | 269 FlagFastTypeId FlagImpl::TypeId() const { in TypeId() function in absl::flags_internal::FlagImpl
|
| /third_party/rust/crates/bindgen/bindgen/codegen/ |
| H A D | serialize.rs | |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | Any.h | 27 template <typename T> struct TypeId { static const char Id; }; struct in llvm::Any
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
| H A D | UDTLayout.cpp | 36 uint32_t TypeId = RawSymbol.getTypeId(); in getSymbolType() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| H A D | GlobalDCE.cpp | 205 void GlobalDCEPass::ScanVTableLoad(Function *Caller, Metadata *TypeId, in ScanVTableLoad() argument 248 auto *TypeId = cast<MetadataAsValue>(TypeIdValue)->getMetadata(); in ScanTypeCheckedLoadIntrinsics() local
|
| H A D | WholeProgramDevirt.cpp | 1587 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 [all...] |
| H A D | LowerTypeTests.cpp | 688 static bool isKnownTypeIdMember(Metadata *TypeId, const DataLayout &DL, in isKnownTypeIdMember() argument 553 buildBitSet( Metadata *TypeId, const DenseMap<GlobalTypeMember *, uint64_t> &GlobalLayout) buildBitSet() argument 729 lowerTypeTestCall(Metadata *TypeId, CallInst *CI, const TypeIdLowering &TIL) lowerTypeTestCall() argument 902 exportTypeId(StringRef TypeId, const TypeIdLowering &TIL) exportTypeId() argument 953 importTypeId(StringRef TypeId) importTypeId() argument 2006 auto TypeId = TypeIdMDVal->getMetadata(); lower() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
| H A D | COFFAsmParser.cpp | 559 StringRef TypeId = getTok().getIdentifier(); in parseCOMDATType() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
| H A D | BTF.h | 220 uint32_t TypeId; ///< Type id referring to .BTF type section member
|
| H A D | BTFDebug.h | 215 uint32_t TypeId; ///< Type id referring to .BTF type section member [all...] |
| H A D | BTFDebug.cpp | 329 BTFKindVar::BTFKindVar(StringRef VarName, uint32_t TypeId, uint32_t VarInfo) in BTFKindVar() argument 405 void BTFDebug::visitBasicType(const DIBasicType *BTy, uint32_t &TypeId) { in visitBasicType() argument 475 void BTFDebug::visitArrayType(const DICompositeType *CTy, uint32_t &TypeId) { in visitArrayType() argument 422 visitSubroutineType( const DISubroutineType *STy, bool ForSubprog, const std::unordered_map<uint32_t, StringRef> &FuncArgNames, uint32_t &TypeId) visitSubroutineType() argument 448 visitStructType(const DICompositeType *CTy, bool IsStruct, uint32_t &TypeId) visitStructType() argument 514 visitEnumType(const DICompositeType *CTy, uint32_t &TypeId) visitEnumType() argument 526 visitFwdDeclType(const DICompositeType *CTy, bool IsUnion, uint32_t &TypeId) visitFwdDeclType() argument 533 visitCompositeType(const DICompositeType *CTy, uint32_t &TypeId) visitCompositeType() argument 549 visitDerivedType(const DIDerivedType *DTy, uint32_t &TypeId, bool CheckPointer, bool SeenPointer) visitDerivedType() argument 599 visitTypeEntry(const DIType *Ty, uint32_t &TypeId, bool CheckPointer, bool SeenPointer) visitTypeEntry() argument 620 uint32_t TypeId; visitTypeEntry() local 624 visitMapDefType(const DIType *Ty, uint32_t &TypeId) visitMapDefType() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | ModuleSummaryAnalysis.cpp | 171 auto *TypeId = dyn_cast<MDString>(TypeMDVal->getMetadata()); in addIntrinsicToSummary() local 202 auto *TypeId = dyn_cast<MDString>(TypeMDVal->getMetadata()); in addIntrinsicToSummary() local
|
| /third_party/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 415 typedef const void* TypeId; typedef
|
| /third_party/mesa3d/src/gtest/include/gtest/internal/ |
| H A D | gtest-internal.h | 405 typedef const void* TypeId; typedef
|
| /third_party/node/deps/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 400 typedef const void* TypeId; typedef
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | earley-parser.h | 43 enum class ParseResultHolderBase::TypeId { class in v8::internal::torque::ParseResultHolderBase
|
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| H A D | context.rs | 116 pub struct TypeId(ItemId) structure names [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 1307 TypeIdSummary &getOrInsertTypeIdSummary(StringRef TypeId) { in getOrInsertTypeIdSummary() argument 1327 TypeIdSummary *getTypeIdSummary(StringRef TypeId) { in getTypeIdSummary() argument 1342 getOrInsertTypeIdCompatibleVtableSummary(StringRef TypeId) getOrInsertTypeIdCompatibleVtableSummary() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 5710 TypeIdSummary &TypeId = TheIndex.getOrInsertTypeIdSummary( in parseTypeIdSummaryRecord() local 5690 parseWholeProgramDevirtResolution(ArrayRef<uint64_t> Record, StringRef Strtab, size_t &Slot, TypeIdSummary &TypeId) parseWholeProgramDevirtResolution() argument 5725 parseTypeIdCompatibleVtableInfo( ArrayRef<uint64_t> Record, size_t &Slot, TypeIdCompatibleVtableInfo &TypeId) parseTypeIdCompatibleVtableInfo() argument 5736 TypeIdCompatibleVtableInfo &TypeId = parseTypeIdCompatibleVtableSummaryRecord() local [all...] |