| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SymbolRewriter.cpp | 301 Key = dyn_cast<yaml::ScalarNode>(Entry.getKey()); in parseEntry() 303 YS.printError(Entry.getKey(), "rewrite type must be a scalar"); in parseEntry() 321 YS.printError(Entry.getKey(), "unknown rewrite type"); in parseEntry() 341 Key = dyn_cast<yaml::ScalarNode>(Field.getKey()); in parseRewriteFunctionDescriptor() 343 YS.printError(Field.getKey(), "descriptor key must be a scalar"); in parseRewriteFunctionDescriptor() 359 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteFunctionDescriptor() 372 YS.printError(Field.getKey(), "unknown key for function"); in parseRewriteFunctionDescriptor() 410 Key = dyn_cast<yaml::ScalarNode>(Field.getKey()); in parseRewriteGlobalVariableDescriptor() 412 YS.printError(Field.getKey(), "descriptor Key must be a scalar"); in parseRewriteGlobalVariableDescriptor() 428 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteGlobalVariableDescriptor() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugCrossImpSubsection.cpp | 82 return Strings.getIdForString(L1->getKey()) < in commit() 83 Strings.getIdForString(L2->getKey()); in commit() 88 Imp.ModuleNameOffset = Strings.getIdForString(Item->getKey()); in commit()
|
| H A D | DebugStringTableSubsection.cpp | 53 IdToString.insert({P.first->getValue(), P.first->getKey()}); in insert() 73 StringRef S = Pair.getKey(); in commit()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | AssumeBundleQueries.cpp | 54 if (BOI.Tag->getKey() != AttrName) in hasAttributeInAssume() 73 nullptr, Attribute::getAttrKindFromName(Bundles.Tag->getKey())}; in fillMapFromAssume() 102 Result.AttrKind = Attribute::getAttrKindFromName(BOI.Tag->getKey()); in getKnowledgeFromBundle() 128 return BOI.Tag->getKey() != IgnoreBundleTag; in isAssumeWithEmptyBundle()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | ScopedHashTable.h | 55 const K &getKey() const { return Key; } in getKey() function 244 assert(HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry && in ~ScopedHashTableScope() 246 HT.TopLevelMap.erase(ThisEntry->getKey()); in ~ScopedHashTableScope() 248 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope()
|
| H A D | StringMap.h | 159 static_cast<MapEntryTy *>(Bucket)->getKey(), Allocator, in StringMap() 250 return count(MapEntry.getKey()); in count() 259 auto FindInRHS = RHS.find(KeyValue.getKey()); 277 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert() 469 Key = this->wrapped()->getKey();
|
| H A D | StringSet.h | 46 return insert(mapEntry.getKey()); in insert()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/diagtool/ |
| H A D | DiagTool.cpp | 44 toolNames.push_back(it->getKey()); in printCommands() 45 unsigned len = it->getKey().size(); in printCommands()
|
| /netbsd-src/external/bsd/elftosb/dist/common/ |
| H A D | AESKey.h | 119 inline const key_t & getKey() const { return m_key; } in getKey() function 120 inline void getKey(key_t * key) const { memcpy(key, m_key, sizeof(m_key)); } in getKey() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | SampleProf.cpp | 253 NameSet.insert(TS.getKey()); in findAllNames() 335 ColdProfiles.emplace_back(I.getKey(), &I.second); in trimAndMergeColdContextProfiles() 354 ProfileMap.find(I.getKey()) == ProfileMap.end()) in trimAndMergeColdContextProfiles() 358 auto Ret = ProfileMap.try_emplace(I.getKey(), FunctionSamples()); in trimAndMergeColdContextProfiles()
|
| H A D | InstrProfWriter.cpp | 257 addRecord(I.getKey(), Func.first, std::move(Func.second), 1, Warn); in mergeRecordsFromWriter() 301 Generator.insert(I.getKey(), &I.getValue()); in writeImpl() 487 if (Error E = Symtab.addFuncName(I.getKey())) in writeText() 490 OrderedFuncData.push_back(std::make_pair(I.getKey(), Func)); in writeText()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DebugCheckers.cpp | 264 return (*LHS)->getKey().compare((*RHS)->getKey()); in compareEntry() 281 llvm::errs() << Keys[I]->getKey() << " = " in checkEndOfTranslationUnit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/ |
| H A D | registry.d | 936 Key getKey(string name, REGSAM access = REGSAM.KEY_READ) 1487 Key getKey(size_t index) in getKey() function 1494 return m_key.getKey(name); in getKey() 1509 return getKey(index); in opIndex() 1529 Key key = m_key.getKey(name); in opApply() 1751 Key CLSID = HKCR.getKey("CLSID"); 1764 Key softwareKey = HKCU.getKey("Software"); 1842 auto e = collectException!RegistryException(HKCU.getKey("cDhmxsX9K23a8Uf869uB")); 1851 Key key = HKCU.getKey("Control Panel");
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/windows/ |
| H A D | registry.d | 935 Key getKey(string name, REGSAM access = REGSAM.KEY_READ) 1485 Key getKey(size_t index) in getKey() function 1492 return m_key.getKey(name); in getKey() 1507 return getKey(index); in opIndex() 1526 Key key = m_key.getKey(name); in opApply() 1746 Key CLSID = HKCR.getKey("CLSID"); 1759 Key softwareKey = HKCU.getKey("Software"); 1837 auto e = collectException!RegistryException(HKCU.getKey("cDhmxsX9K23a8Uf869uB")); 1846 Key key = HKCU.getKey("Control Panel");
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| H A D | jprofile.c | 634 TSD_Entry *tsd = collector_interface->getKey (tsd_key); in jvmti_ThreadStart() 654 TSD_Entry *tsd = collector_interface->getKey (tsd_key); in jvmti_ThreadEnd() 1063 TSD_Entry *tsd = collector_interface->getKey (tsd_key); in jvmti_MonitorEnter() 1073 TSD_Entry *tsd = collector_interface->getKey (tsd_key); in jvmti_MonitorEntered() 1109 TSD_Entry *tsd = collector_interface->getKey (tsd_key); 1119 TSD_Entry *tsd = collector_interface->getKey (tsd_key); 1178 TSD_Entry *tsd = collector_interface->getKey (tsd_key); in __collector_ext_jstack_unwind()
|
| H A D | synctrace.c | 79 #define CHCK_NREENTRANCE(x) (!sync_native || !sync_mode || ((x) = collector_interface->getKey( … 80 #define RECHCK_NREENTRANCE(x) (!sync_native || !sync_mode || ((x) = collector_interface->getKey( … 81 #define CHCK_JREENTRANCE(x) (!sync_java || !sync_mode || ((x) = collector_interface->getKey( sy… 82 #define RECHCK_JREENTRANCE(x) (!sync_java || !sync_mode || ((x) = collector_interface->getKey( sy…
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| H A D | jprofile.c | 640 TSD_Entry *tsd = collector_interface->getKey (tsd_key); in jvmti_ThreadStart() 660 TSD_Entry *tsd = collector_interface->getKey (tsd_key); in jvmti_ThreadEnd() 1069 TSD_Entry *tsd = collector_interface->getKey (tsd_key); in jvmti_MonitorEnter() 1079 TSD_Entry *tsd = collector_interface->getKey (tsd_key); in jvmti_MonitorEntered() 1115 TSD_Entry *tsd = collector_interface->getKey (tsd_key); 1125 TSD_Entry *tsd = collector_interface->getKey (tsd_key); 1184 TSD_Entry *tsd = collector_interface->getKey (tsd_key); in __collector_ext_jstack_unwind()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | PassTimingInfo.cpp | 216 StringRef PassID = I.getKey(); in dump() 226 StringRef PassID = I.getKey(); in dump()
|
| /netbsd-src/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/ |
| H A D | data_protect.c | 214 getKey( CK_SESSION_HANDLE a_hSession, in getKey() function 473 if ( getKey( hSession, &hObject ) == -1 ) in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | NonRelocatableStringpool.cpp | 37 return InsertResult.first->getKey(); in internString()
|
| /netbsd-src/external/bsd/elftosb/dist/sbtool/ |
| H A D | EncoreBootImageReader.h | 49 inline const AESKey<128> & getKey() const { return m_dek; } in getKey() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | SveEmitter.cpp | 1392 OS << "const uint64_t " << KV.getKey() << " = " << KV.getValue() << ";\n"; in createTypeFlags() 1397 OS << " " << KV.getKey() << " = " << KV.getValue() << ",\n"; in createTypeFlags() 1402 OS << " " << KV.getKey() << " = " << KV.getValue() << ",\n"; in createTypeFlags() 1407 OS << " " << KV.getKey() << " = " << KV.getValue() << ",\n"; in createTypeFlags() 1412 OS << " " << KV.getKey() << " = " << KV.getValue() << ",\n"; in createTypeFlags()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | OptRSTEmitter.cpp | 54 std::string GroupName = KV.getKey().upper(); in EmitOptRST()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | TimeProfiler.cpp | 173 StringRef Key = Stat.getKey(); in write() 188 SortedTotals.emplace_back(std::string(Total.getKey()), Total.getValue()); in write()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | SourceManagerInternals.h | 105 return FilenamesByID[ID]->getKey(); in getFilename()
|