Home
last modified time | relevance | path

Searched refs:ByName (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangSyntaxEmitter.cpp70 auto NI = ByName.find(Name); in get()
71 assert(NI != ByName.end() && "no such node"); in get()
89 bool Inserted = ByName.try_emplace(R->getName(), &AllTypes.back()).second; in add()
102 DenseMap<StringRef, NodeType *> ByName; member in __anon412cf98b0111::Hierarchy
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEntryPointStats.cpp84 auto ByName = [Name](const EntryPointStat *M) { return M->name() == Name; }; in isRegistered() local
86 enumerateStatVectors([ByName, &Result](const auto &Stats) { in isRegistered()
87 Result = Result || llvm::any_of(Stats, ByName); in isRegistered()
/freebsd/contrib/jemalloc/bin/
H A Djeprof.in1337 foreach my $routine (sort ByName keys(%{$symbol_table})) {
1429 sub ByName {
1463 foreach my $routine (sort ByName keys(%{$symbol_table})) {