Searched refs:getKey (Results 26 - 50 of 115) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h61 StringRef getName() const { return Entry->getKey(); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp138 SortedTotals.emplace_back(E.getKey(), E.getValue());
H A DVirtualFileSystem.cpp1332 if (!parseScalarString(I.getKey(), Key, Buffer))
1335 if (!checkDuplicateOrUnknownKey(I.getKey(), Key, Keys))
1367 error(I.getKey(),
1388 error(I.getKey(),
1533 if (!parseScalarString(I.getKey(), Key, KeyBuffer))
1536 if (!checkDuplicateOrUnknownKey(I.getKey(), Key, Keys))
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp188 const EnvironmentEntry &BlkExpr = I.getKey();
H A DRegionStore.cpp235 // TODO: We might need a .printJson for I.getKey() as well.
237 << "{ \"cluster\": \"" << I.getKey() << "\", \"pointer\": \""
238 << (const void *)I.getKey() << "\", \"items\": [" << NL;
243 Indent(Out, Space, IsDot) << "{ " << CI.getKey() << ", \"value\": ";
656 const BindingKey &K = CI.getKey();
751 const MemRegion *Base = RI.getKey();
893 BindingKey NextKey = I.getKey();
1220 const BindingKey &BK = I.getKey();
1231 B = B.removeBinding(I.getKey());
2584 SymReaper.markElementIndicesLive(I.getKey()
[all...]
H A DRangeConstraintManager.cpp422 SymbolRef Sym = I.getKey();
778 << "{ \"symbol\": \"" << I.getKey() << "\", \"range\": \"";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp126 StringRef Name = S_V.getKey();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp151 StringRef Prefix = I->getKey();
174 if (Arg.startswith(I->getKey()))
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp558 ConditionTruthVal AllocFailed = CMgr.isNull(State, I.getKey());
660 I.getKey()->dumpToStream(Out);
H A DMallocChecker.cpp2890 ConditionTruthVal AllocFailed = CMgr.isNull(state, I.getKey());
2892 state = state->remove<RegionState>(I.getKey());
2901 ConditionTruthVal AllocFailed = CMgr.isNull(state, I.getKey());
2921 state = state->remove<ReallocPairs>(I.getKey());
3366 const RefState *RefS = State->get<RegionState>(I.getKey());
3372 I.getKey()->dumpToStream(Out);
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp558 (Entry.getValue().getTypeAsString() + " " + Entry.getKey()).str();
559 Result.emplace_back(Entry.getKey(), Decl, Specificity);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h480 M->getFunction(getNameInModule(TS.getKey(), M));
482 S.insert(getGUID(TS.getKey()));
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp499 << Entry.getKey() << ": " << V.getKey() << "\n");
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_peap.c232 data->phase2_method->getKey == NULL)
236 (key = data->phase2_method->getKey(sm, data->phase2_priv,
1332 eap->getKey = eap_peap_getKey;
H A Deap_ikev2.c525 eap->getKey = eap_ikev2_getKey;
H A Deap_leap.c413 eap->getKey = eap_leap_getKey;
H A Deap_teap.c699 data->phase2_method->getKey) {
700 msk = data->phase2_method->getKey(sm, data->phase2_priv,
2022 eap->getKey = eap_teap_getKey;
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_fast.c348 if (data->phase2_method->getKey == NULL)
351 if ((key = data->phase2_method->getKey(sm, data->phase2_priv,
1633 eap->getKey = eap_fast_getKey;
H A Deap_server_peap.c994 if (data->phase2_method->getKey) {
995 data->phase2_key = data->phase2_method->getKey(
998 wpa_printf(MSG_DEBUG, "EAP-PEAP: Phase2 getKey "
1419 eap->getKey = eap_peap_getKey;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp30 : Key(E.getKey()), FilePath(E.getFilePath()), Error(E.getError()),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp358 auto *KeyString = dyn_cast<llvm::yaml::ScalarNode>(NextKeyValue.getKey());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp288 if (auto *Key = dyn_cast<yaml::ScalarNode>(Node.getKey()))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp224 if (auto EC = NameBufferWriter.writeCString(Name.getKey()))
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp609 addInitialUndefinedSymbol(symbol.getKey());
624 addDeadStripRoot(symbol.getKey());
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp547 const auto &Uses = NamedEdgeUses[NameAndDefs.getKey()];
550 MatchDag.addEdge(insertStrTab(NameAndDefs.getKey()), UseVar.N, UseVar.Op,

Completed in 351 milliseconds

12345