/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
H A D | ID.hpp | 23 // ID is a strongly-typed identifier backed by a int. 25 // ID; instead it is used to prevent implicit casts between identifiers of 29 class ID class 32 ID() = default; 34 inline ID(int id); 35 inline bool operator==(const ID<T> &rhs) const; 36 inline bool operator!=(const ID<T> &rhs) const; 37 inline bool operator<(const ID<T> &rhs) const; 38 inline ID operator++(); 39 inline ID operato 49 ID<T>::ID(int id) ID() function in vk::dbg::ID [all...] |
H A D | Thread.hpp | 19 #include "ID.hpp" 43 using ID = dbg::ID<Scope>; 45 inline Scope(ID id, 50 const ID id; 59 Scope::Scope(ID id, in Scope() 73 using ID = dbg::ID<Frame>; 75 inline Frame(ID id, std::string function); 78 const ID i [all...] |
/third_party/skia/experimental/sorttoy/ |
H A D | sorttoy.cpp | 47 * Each test is specified by a set of RectCmds (which have a unique ID and carry their material 54 * unique ID of the RectCmd. The FakeCanvas creates new RectCmd objects, sorts them using 183 s.clip(sk_make_sp<ClipCmd>(ID(1), Shape::kRect, r)); in mcstack_test() 191 s.clip(sk_make_sp<ClipCmd>(ID(2), Shape::kRect, r)); in mcstack_test() 197 s.clip(sk_make_sp<ClipCmd>(ID(3), Shape::kRect, r)); in mcstack_test() 217 const std::vector<ID>& actualOrder, in check_order() 218 const std::vector<ID>& expectedOrder) { in check_order() 244 std::vector<ID>* expectedOrder); 250 std::vector<ID> expectedOrder; in sort_test() 271 std::vector<ID> actualOrde in sort_test() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineModuleInfo.h | 32 /// Agent synchronization scope ID (cross address space). 33 SyncScope::ID AgentSSID; 34 /// Workgroup synchronization scope ID (cross address space). 35 SyncScope::ID WorkgroupSSID; 36 /// Wavefront synchronization scope ID (cross address space). 37 SyncScope::ID WavefrontSSID; 38 /// System synchronization scope ID (single address space). 39 SyncScope::ID SystemOneAddressSpaceSSID; 40 /// Agent synchronization scope ID (single address space). 41 SyncScope::ID AgentOneAddressSpaceSSI [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | DomPrinter.cpp | 109 static char ID; member 113 "dom", ID) { in DomViewer() 121 static char ID; member 125 "domonly", ID) { in DomOnlyViewer() 140 static char ID; member 145 "postdom", ID){ in PostDomViewer() 154 static char ID; member 159 "postdomonly", ID){ in PostDomOnlyViewer() 165 char DomViewer::ID = 0; member in DomViewer 169 char DomOnlyViewer::ID member in DomOnlyViewer 174 char PostDomViewer::ID = 0; global() member in PostDomViewer 178 char PostDomOnlyViewer::ID = 0; global() member in PostDomOnlyViewer 188 static char ID; global() member 200 static char ID; global() member 214 static char ID; global() member 229 static char ID; global() member 242 char DomPrinter::ID = 0; global() member in DomPrinter 247 char DomOnlyPrinter::ID = 0; global() member in DomOnlyPrinter 253 char PostDomPrinter::ID = 0; global() member in PostDomPrinter 258 char PostDomOnlyPrinter::ID = 0; global() member in PostDomOnlyPrinter [all...] |
H A D | CFGPrinter.cpp | 38 static char ID; // Pass identifcation, replacement for typeid member 39 CFGViewerLegacyPass() : FunctionPass(ID) { in CFGViewerLegacyPass() 56 char CFGViewerLegacyPass::ID = 0; member in CFGViewerLegacyPass 68 static char ID; // Pass identifcation, replacement for typeid member 69 CFGOnlyViewerLegacyPass() : FunctionPass(ID) { in CFGOnlyViewerLegacyPass() 86 char CFGOnlyViewerLegacyPass::ID = 0; member in CFGOnlyViewerLegacyPass 115 static char ID; // Pass identification, replacement for typeid member 116 CFGPrinterLegacyPass() : FunctionPass(ID) { in CFGPrinterLegacyPass() 133 char CFGPrinterLegacyPass::ID = 0; member in CFGPrinterLegacyPass 145 static char ID; // Pas member 162 char CFGOnlyPrinterLegacyPass::ID = 0; global() member in CFGOnlyPrinterLegacyPass [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | PassManager.h | 69 /// from the \c AnalysisInfoMixin to get a static ID method used to identify 94 static AnalysisSetKey *ID() { return &SetKey; } in ID() function in llvm::AllAnalysesOn 117 static AnalysisSetKey *ID() { return &SetKey; } in ID() function in llvm::CFGAnalyses 175 template <typename AnalysisT> void preserve() { preserve(AnalysisT::ID()); } in preserve() 177 /// Given an analysis's ID, mark the analysis as preserved, adding it 179 void preserve(AnalysisKey *ID) { in preserve() argument 180 // Clear this ID from the explicit not-preserved set if present. in preserve() 181 NotPreservedAnalysisIDs.erase(ID); in preserve() 186 PreservedIDs.insert(ID); in preserve() 191 preserveSet(AnalysisSetT::ID()); in preserveSet() 195 preserveSet(AnalysisSetKey *ID) preserveSet() argument 217 abandon(AnalysisKey *ID) abandon() argument 272 AnalysisKey *const ID; global() member in llvm::PreservedAnalyses::PreservedAnalysisChecker 278 PreservedAnalysisChecker(const PreservedAnalyses &PA, AnalysisKey *ID) PreservedAnalysisChecker() argument 406 static AnalysisKey *ID() { ID() function 681 invalidate(AnalysisKey *ID, IRUnitT &IR, const PreservedAnalyses &PA) invalidate() argument 689 invalidateImpl(AnalysisKey *ID, IRUnitT &IR, const PreservedAnalyses &PA) invalidateImpl() argument 878 AnalysisKey *ID = AnalysisResultPair.first; invalidate() local 902 AnalysisKey *ID = I->first; invalidate() local 923 lookUpPass(AnalysisKey *ID) lookUpPass() argument 939 getResultImpl(AnalysisKey *ID, IRUnitT &IR, ExtraArgTs... ExtraArgs) getResultImpl() argument 977 getCachedResultImpl(AnalysisKey *ID, IRUnitT &IR) const getCachedResultImpl() argument 984 invalidateImpl(AnalysisKey *ID, IRUnitT &IR) invalidateImpl() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 38 static void initializeUsedResources(InstrDesc &ID, in initializeUsedResources() argument 57 // part of a "Super" resource. The key value is the "Super" resource mask ID. in initializeUsedResources() 96 ID.MustIssueImmediately = AllInOrderResources && AnyDispatchHazards; in initializeUsedResources() 122 ID.Resources.emplace_back(A); in initializeUsedResources() 159 for (ResourcePlusCycles &RPC : ID.Resources) { in initializeUsedResources() 181 ID.UsedBuffers = Buffers.getZExtValue(); in initializeUsedResources() 182 ID.UsedProcResUnits = UsedResourceUnits; in initializeUsedResources() 183 ID.UsedProcResGroups = UsedResourceGroups; in initializeUsedResources() 186 for (const std::pair<uint64_t, ResourceUsage> &R : ID.Resources) in initializeUsedResources() 191 uint64_t BufferIDs = ID in initializeUsedResources() 203 computeMaxLatency(InstrDesc &ID, const MCInstrDesc &MCDesc, const MCSchedClassDesc &SCDesc, const MCSubtargetInfo &STI) computeMaxLatency() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.h | 73 /// Special ID values that distinguish a CIE from a FDE in DWARF CFI. 84 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) DW_TAG_##NAME = ID, 95 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in isType() 104 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) DW_AT_##NAME = ID, 111 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDOR) DW_FORM_##NAME = ID, 117 #define HANDLE_DW_OP(ID, NAME, VERSION, VENDOR) DW_OP_##NAME = ID, [all...] |
H A D | MsgPack.h | 28 #define HANDLE_MP_FIRST_BYTE(ID, NAME) constexpr uint8_t NAME = ID; 40 #define HANDLE_MP_FIX_BITS(ID, NAME) constexpr uint8_t NAME = ID; 53 #define HANDLE_MP_FIX_BITS_MASK(ID, NAME) constexpr uint8_t NAME = ID; 62 #define HANDLE_MP_FIX_MAX(ID, NAME) constexpr uint8_t NAME = ID; 72 #define HANDLE_MP_FIX_LEN(ID, NAME) constexpr uint8_t NAME = ID; [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ |
H A D | PassAnalysisSupport.h | 61 /// Add the specified ID to the required set of the usage info for a pass. 62 AnalysisUsage &addRequiredID(const void *ID); 63 AnalysisUsage &addRequiredID(char &ID); 66 return addRequiredID(PassClass::ID); in addRequired() 69 AnalysisUsage &addRequiredTransitiveID(char &ID); 72 return addRequiredTransitiveID(PassClass::ID); in addRequiredTransitive() 77 /// Add the specified ID to the set of analyses preserved by this pass. 78 AnalysisUsage &addPreservedID(const void *ID) { in addPreservedID() argument 79 Preserved.push_back(ID); in addPreservedID() 82 AnalysisUsage &addPreservedID(char &ID) { in addPreservedID() argument 97 addUsedIfAvailableID(const void *ID) addUsedIfAvailableID() argument 101 addUsedIfAvailableID(char &ID) addUsedIfAvailableID() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 25 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in TagString() 34 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in getTag() 44 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in TagVersion() 55 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in TagVendor() 76 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) \ in AttributeString() 87 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) \ in AttributeVersion() 98 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) \ in AttributeVendor() 109 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDOR) \ in FormEncodingString() 120 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDOR) \ in FormVersion() 131 #define HANDLE_DW_FORM(ID, NAM in FormVendor() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 54 /// void Profile(FoldingSetNodeID &ID) const { 55 /// ID.AddString(Name); 56 /// ID.AddInteger(Value); 81 /// FoldingSetNodeID ID; 82 /// ID.AddString(Name); 83 /// ID.AddInteger(Value); 86 /// MyNode *M = MyFoldingSet.FindNodeOrInsertPos(ID, InsertPoint); 182 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0; 185 /// this function to compare the given node with the given ID. 186 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigne 366 Equals(T &X, const FoldingSetNodeID &ID, unsigned , FoldingSetNodeID &TempID) Equals() argument 380 Equals(T &X, const FoldingSetNodeID &ID, unsigned , FoldingSetNodeID &TempID, Ctx Context) Equals() argument 444 FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos) FindNodeOrInsertPos() argument 581 FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos) FindNodeOrInsertPos() argument 717 Profile(FoldingSetNodeID &ID) Profile() argument 736 FastFoldingSetNode(const FoldingSetNodeID &ID) FastFoldingSetNode() argument [all...] |
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/ |
H A D | sem_philosopher.c | 35 static int think(int ID) in think() argument 37 printf("Philosoper [%d] is thinking... \n", ID); in think() 41 static int eat(int ID) in eat() argument 43 printf("Philosoper [%d] is eating... \n", ID); in eat() 47 static int test(int ID) in test() argument 50 if ((ID - 1) < 0) in test() 51 preID = PH_NUM + (ID - 1); in test() 53 preID = (ID - 1) % PH_NUM; in test() 55 if ((ID + 1) >= PH_NUM) in test() 56 postID = ID in test() 69 philosopher(void *ID) philosopher() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMConstantPoolValue.cpp | 81 ARMConstantPoolValue::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId() argument 82 ID.AddInteger(LabelId); in addSelectionDAGCSEId() 83 ID.AddInteger(PCAdjust); in addSelectionDAGCSEId() 122 unsigned ID, in ARMConstantPoolConstant() 127 : ARMConstantPoolValue(Ty, ID, Kind, PCAdj, Modifier, AddCurrentAddress), in ARMConstantPoolConstant() 131 unsigned ID, in ARMConstantPoolConstant() 136 : ARMConstantPoolValue((Type*)C->getType(), ID, Kind, PCAdj, Modifier, in ARMConstantPoolConstant() 148 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) { in Create() argument 149 return new ARMConstantPoolConstant(C, ID, ARMCP::CPValue, 0, in Create() 168 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() argument 120 ARMConstantPoolConstant(Type *Ty, const Constant *C, unsigned ID, ARMCP::ARMCPKind Kind, unsigned char PCAdj, ARMCP::ARMCPModifier Modifier, bool AddCurrentAddress) ARMConstantPoolConstant() argument 130 ARMConstantPoolConstant(const Constant *C, unsigned ID, ARMCP::ARMCPKind Kind, unsigned char PCAdj, ARMCP::ARMCPModifier Modifier, bool AddCurrentAddress) ARMConstantPoolConstant() argument 175 Create(const Constant *C, unsigned ID, ARMCP::ARMCPKind Kind, unsigned char PCAdj, ARMCP::ARMCPModifier Modifier, bool AddCurrentAddress) Create() argument 209 addSelectionDAGCSEId(FoldingSetNodeID &ID) addSelectionDAGCSEId() argument 233 Create(LLVMContext &C, StringRef s, unsigned ID, unsigned char PCAdj) Create() argument 249 addSelectionDAGCSEId(FoldingSetNodeID &ID) addSelectionDAGCSEId() argument 272 Create(LLVMContext &C, const MachineBasicBlock *mbb, unsigned ID, unsigned char PCAdj) Create() argument 290 addSelectionDAGCSEId(FoldingSetNodeID &ID) addSelectionDAGCSEId() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ExpandReductions.cpp | 31 unsigned getOpcode(Intrinsic::ID ID) { in getOpcode() argument 32 switch (ID) { in getOpcode() 56 llvm_unreachable("Unexpected ID"); in getOpcode() 60 RecurrenceDescriptor::MinMaxRecurrenceKind getMRK(Intrinsic::ID ID) { in getMRK() argument 61 switch (ID) { in getMRK() 110 Intrinsic::ID ID = II->getIntrinsicID(); in expandReductions() local 111 RecurrenceDescriptor::MinMaxRecurrenceKind MRK = getMRK(ID); in expandReductions() 165 static char ID; global() member in __anon24008::ExpandReductions 182 char ExpandReductions::ID; global() member in ExpandReductions [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross_parsed_ir.hpp | 67 std::unordered_map<ID, Meta> meta; 72 SmallVector<ID> ids_for_type[TypeCount]; 78 SmallVector<ID> ids_for_constant_or_type; 79 SmallVector<ID> ids_for_constant_or_variable; 124 void set_name(ID id, const std::string &name); 125 const std::string &get_name(ID id) const; 126 void set_decoration(ID id, spv::Decoration decoration, uint32_t argument = 0); 127 void set_decoration_string(ID id, spv::Decoration decoration, const std::string &argument); 128 bool has_decoration(ID id, spv::Decoration decoration) const; 129 uint32_t get_decoration(ID i [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | AttributeImpl.h | 77 void Profile(FoldingSetNodeID &ID) const { in Profile() 79 Profile(ID, getKindAsEnum(), static_cast<uint64_t>(0)); in Profile() 81 Profile(ID, getKindAsEnum(), getValueAsInt()); in Profile() 83 Profile(ID, getKindAsString(), getValueAsString()); in Profile() 85 Profile(ID, getKindAsEnum(), getValueAsType()); in Profile() 88 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() argument 90 ID.AddInteger(Kind); in Profile() 91 if (Val) ID.AddInteger(Val); in Profile() 94 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile() argument 95 ID in Profile() 99 Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, Type *Ty) Profile() argument 119 EnumAttributeImpl(AttrEntryKind ID, Attribute::AttrKind Kind) EnumAttributeImpl() argument 228 Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) Profile() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderControlFlow.cpp | 50 outs.emplace(Block::ID(branchInstruction.word(1))); in Block() 57 mergeBlock = Block::ID(mergeInstruction.word(1)); in Block() 58 continueTarget = Block::ID(mergeInstruction.word(2)); in Block() 69 outs.emplace(Block::ID(branchInstruction.word(2))); in Block() 70 outs.emplace(Block::ID(branchInstruction.word(3))); in Block() 77 mergeBlock = Block::ID(mergeInstruction.word(1)); in Block() 83 mergeBlock = Block::ID(mergeInstruction.word(1)); in Block() 84 continueTarget = Block::ID(mergeInstruction.word(2)); in Block() 95 outs.emplace(Block::ID(branchInstruction.word(2))); in Block() 98 outs.emplace(Block::ID(branchInstructio in Block() [all...] |
H A D | SpirvShader.hpp | 308 using ID = SpirvID<Type>; 318 ID element; 324 using ID = SpirvID<Object>; 327 Type::ID typeId() const { return definition.resultTypeId(); } 328 Object::ID id() const { return definition.resultId(); } 370 using ID = SpirvID<Block>; 371 using Set = std::unordered_set<ID>; 376 ID from; 377 ID to; 411 ID mergeBloc [all...] |
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | TransliteratorRegistry.java | 249 private String ID; field in TransliteratorRegistry.CompoundRBTEntry 257 ID = theID; in CompoundRBTEntry() 281 t.setID(ID); in getInstance() 300 * Given a simple ID (forward direction, no inline filter, not 304 * Return a non-empty aliasReturn value if the ID points to an alias. 309 public Transliterator get(String ID, in get() argument 311 Object[] entry = find(ID); in get() 313 : instantiateEntry(ID, entry, aliasReturn); in get() 321 public void put(String ID, in put() argument 324 registerEntry(ID, transliteratorSubclas in put() 332 put(String ID, Transliterator.Factory factory, boolean visible) put() argument 343 put(String ID, String resourceName, int dir, boolean visible) put() argument 355 put(String ID, String alias, boolean visible) put() argument 366 put(String ID, Transliterator trans, boolean visible) put() argument 377 remove(String ID) remove() argument 491 registerEntry(String ID, Object entry, boolean visible) registerEntry() argument 504 registerEntry(String ID, String source, String target, String variant, Object entry, boolean visible) registerEntry() argument 735 find(String ID) find() argument 825 instantiateEntry(String ID, Object[] entryWrapper, StringBuffer aliasReturn) instantiateEntry() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | TransliteratorRegistry.java | 250 private String ID; field in TransliteratorRegistry.CompoundRBTEntry 258 ID = theID; in CompoundRBTEntry() 282 t.setID(ID); in getInstance() 301 * Given a simple ID (forward direction, no inline filter, not 305 * Return a non-empty aliasReturn value if the ID points to an alias. 310 public Transliterator get(String ID, in get() argument 312 Object[] entry = find(ID); in get() 314 : instantiateEntry(ID, entry, aliasReturn); in get() 322 public void put(String ID, in put() argument 325 registerEntry(ID, transliteratorSubclas in put() 333 put(String ID, Transliterator.Factory factory, boolean visible) put() argument 344 put(String ID, String resourceName, int dir, boolean visible) put() argument 356 put(String ID, String alias, boolean visible) put() argument 367 put(String ID, Transliterator trans, boolean visible) put() argument 378 remove(String ID) remove() argument 492 registerEntry(String ID, Object entry, boolean visible) registerEntry() argument 505 registerEntry(String ID, String source, String target, String variant, Object entry, boolean visible) registerEntry() argument 736 find(String ID) find() argument 826 instantiateEntry(String ID, Object[] entryWrapper, StringBuffer aliasReturn) instantiateEntry() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | CSEInfo.cpp | 18 char llvm::GISelCSEAnalysisWrapperPass::ID = 0; member in llvm::GISelCSEAnalysisWrapperPass 20 : MachineFunctionPass(ID) { in GISelCSEAnalysisWrapperPass() 30 void UniqueMachineInstr::Profile(FoldingSetNodeID &ID) { in Profile() argument 31 GISelInstProfileBuilder(ID, MI->getMF()->getRegInfo()).addNodeID(MI); in Profile() 106 UniqueMachineInstr *GISelCSEInfo::getNodeIfExists(FoldingSetNodeID &ID, in getNodeIfExists() argument 109 auto *Node = CSEMap.FindNodeOrInsertPos(ID, InsertPos); in getNodeIfExists() 153 MachineInstr *GISelCSEInfo::getMachineInstrIfExists(FoldingSetNodeID &ID, in getMachineInstrIfExists() argument 157 if (auto *Inst = getNodeIfExists(ID, MBB, InsertPos)) { in getMachineInstrIfExists() 284 ID.AddInteger(Opc); in addNodeIDOpcode() 291 ID in addNodeIDRegType() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceStringPool.h | 49 auto ID = reinterpret_cast<IDType>(NewStr); in getOrAddString() local 51 return ID; in getOrAddString() 82 /// unique integral ID from the Owner. 95 bool hasStdString() const { return isValid() && ((ID & 0x1) == 0); } in hasStdString() 99 return ID; in getID() 105 return *reinterpret_cast<std::string *>(ID); in toString() 113 bool operator==(const StringID &Other) const { return ID == Other.ID; } in operator ==() 121 // Use the ID as a tiebreaker if neither has a string. in operator <() 123 return ID < Othe in operator <() 131 IDType ID = InvalidID; global() member in Ice::StringID [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
H A D | OptSpecifier.h | 19 unsigned ID = 0; member in llvm::opt::OptSpecifier 24 /*implicit*/ OptSpecifier(unsigned ID) : ID(ID) {} in OptSpecifier() argument 27 bool isValid() const { return ID != 0; } in isValid() 29 unsigned getID() const { return ID; } in getID() 31 bool operator==(OptSpecifier Opt) const { return ID == Opt.getID(); } in operator ==()
|