/llvm-project/third-party/benchmark/src/ |
H A D | csv_reporter.cc | 39 std::string CsvEscape(const std::string& s) { in CsvEscape() 67 for (const auto& run : reports) { in ReportRuns() local 89 for (const auto& run : reports) { in ReportRuns() local 103 for (const auto& run : reports) { in ReportRuns() local 109 void CSVReporter::PrintRunData(const Run& run) { in PrintRunData()
|
H A D | console_reporter.cc | 61 void ConsoleReporter::PrintHeader(const Run& run) { in PrintHeader() 80 for (const auto& run : reports) { in ReportRuns() local 184 std::string s; in PrintRunData() local
|
H A D | statistics.cc | 98 [](Run const& run) { return run.skipped; }); in ComputeStats() 118 std::vector<double> s; in ComputeStats() member
|
H A D | json_reporter.cc | 33 std::string StrEscape(const std::string& s) { in StrEscape() 228 void JSONReporter::PrintRunData(Run const& run) { in PrintRunData()
|
/llvm-project/clang/test/Interpreter/ |
H A D | execute.c | 9 struct S { float f; struct S *m;} s = {1.0, 0}; variable 12 void run() { \ in run() function
|
/llvm-project/libcxx/test/std/thread/thread.semaphore/ |
H A D | lost_wakeup.pass.cpp | 25 static std::counting_semaphore<> s(0); variable 52 for (int run = 0; run < 20; ++run) { in main() local
|
/llvm-project/libcxx/benchmarks/ |
H A D | function.bench.cpp |
|
H A D | formatter_int.bench.cpp |
|
H A D | formatter_float.bench.cpp |
|
/llvm-project/lld/ELF/ |
H A D | MarkLive.cpp | 197 if (InputSection *s = dyn_cast<InputSection>(sec)) enqueue() local 210 template <class ELFT> void MarkLive<ELFT>::run() { run() function in MarkLive 228 for (StringRef s : config->undefined) run() local 230 for (StringRef s : script->referencedSymbols) run() local 360 if (auto *s = dyn_cast<SharedSymbol>(sym)) markLive() local [all...] |
H A D | ICF.cpp | 161 isEligible(InputSection * s) isEligible() argument 213 __anonc635b4960202(InputSection *s) segregate() argument 447 Symbol &s = isec->file->getRelocTargetSym(rel); combineRelocHashes() local 456 print(const Twine & s) print() argument 462 template <class ELFT> void ICF<ELFT>::run() { run() function in ICF 481 __anonc635b4960502(InputSection &s) run() argument 485 auto *s = dyn_cast<InputSection>(sec); run() local 497 __anonc635b4960602(InputSection *s) run() argument 506 __anonc635b4960702(InputSection *s) run() argument [all...] |
H A D | Writer.cpp | 143 Symbol *s = symtab.find(name); addOptionalRegular() local 202 if (Symbol *s = symtab.find(gotSymName)) { addReservedSymbols() local 237 __anon72a0e0a10402(StringRef s, int64_t pos) addReservedSymbols() argument 280 auto *s = dyn_cast<SharedSymbol>(sym); demoteSymbolsAndComputeIsPreemptible() local 304 template <class ELFT> void Writer<ELFT>::run() { run() function in Writer 455 if (auto *s = dyn_cast<MergeInputSection>(sec)) includeInSymtab() local 603 StringRef s = sec->name; isRelroSection() local 1058 for (StringRef s : config->symbolOrderingFile) buildSectionOrder() local 1640 __anon72a0e0a11102(InputSectionBase *s) removeUnusedSyntheticSections() argument 1647 __anon72a0e0a11202(InputSectionBase *s) removeUnusedSyntheticSections() argument 1698 Symbol *s = symtab.addSymbol(Defined{ finalizeSections() local 1720 Symbol *s = symtab.find("__global_pointer$"); finalizeSections() local 1739 Symbol *s = symtab.find("_TLS_MODULE_BASE_"); finalizeSections() local 2102 StringRef s = osec.name; addStartStopSymbols() local 2718 raw_string_ostream s(msg); openFile() local [all...] |
/llvm-project/clang/test/SemaCXX/ |
H A D | diagnose_if.cpp | 333 void run() { in run() function 369 int run() { return getVal<int>() + getVal2<int>() + int(*this); } in run() function 372 void run() { in run() function 412 void run() { in run() function 498 void run() { in run() function 523 void run() { in run() function 535 void run() { in run() function 548 void run() { in run() function 549 String s(nullptr); // expected-warning{{oh no ptr}} in run() local 570 void run() { in run() function [all …]
|
H A D | cxx1y-init-captures.cpp | 19 o = f([&a(t)](T& ... t)->decltype(auto) { return a; }(t...)...), t...](T& ... s) { in g() 26 …o = f([&a(t)](T& ... t)->decltype(auto) { return a; }(t...)...)](T& ... s) { // expected-note 6 {{… in g() 92 int run = test(); variable 167 int run = test(); //expected-note 2 {{instantiation}} variable 187 int run() { in run() function
|
H A D | eval-crashes.cpp | 8 void run() { in run() function in pr32864_0::record 19 void foo(void) { S s[2] = {}; } in foo() local
|
H A D | warn-throw-out-noexcept-func.cpp | 224 } catch (S *s) { in l_ShouldDiag() local 232 } catch (S s) { in m_ShouldNotDiag() local 239 } catch (const S &s) { in n_ShouldNotDiag() local 335 void run() throw() { in run() function
|
/llvm-project/lld/COFF/ |
H A D | DriverUtils.cpp | 57 explicit Executor(StringRef s) : prog(saver().save(s)) {} in Executor() argument 58 void add(StringRef s) { args.push_back(saver().save(s)); } in add() argument 59 void add(std::string &s) { args.push_back(saver().save(s)); } in add() argument 60 void add(Twine s) { args.push_back(saver().save(s)); } in add() argument 61 void add(const char *s) { args.push_back(saver().save(s)); } in add() argument 63 void run() { run() function in lld::coff::__anon2ad34f280111::Executor 150 parseAlternateName(StringRef s) parseAlternateName() argument 162 parseMerge(StringRef s) parseMerge() argument 179 parsePDBPageSize(StringRef s) parsePDBPageSize() argument 193 parseSectionAttributes(StringRef s) parseSectionAttributes() argument 226 parseSection(StringRef s) parseSection() argument 234 parseAligncomm(StringRef s) parseAligncomm() argument 352 SmallString<128> s; TemporaryFile() local 657 exportSourceName(ExportSource s) exportSourceName() argument 871 StringRef s = arg->getValue(); handleColorDiagnostics() local 883 StringRef s = arg->getValue(); getQuotingStyle() local 922 for (const char *s : expandedArgv) parse() local 960 parseDirectives(StringRef s) parseDirectives() argument 1005 if (std::optional<std::string> s = Process::GetEnv("LINK")) { addLINK() local 1009 if (std::optional<std::string> s = Process::GetEnv("_LINK_")) { addLINK() local 1015 tokenize(StringRef s) tokenize() argument [all...] |
H A D | Driver.cpp | 87 StringRef s = arg->getValue(); getOldNewOptions() local 115 isCrtend(StringRef s) isCrtend() argument 164 Symbol *s = ctx.symtab.findMangle(mangle(sym)); findUnderscoreMangle() local 360 StringRef s = file->getDirectives(); parseDirectives() local 529 SmallString<128> s = filename; findLibMinGW() local 708 mangleMaybe(Symbol * s) mangleMaybe() argument 787 rewritePath(StringRef s) rewritePath() argument 1055 bool LinkerDriver::run() { run() function in lld::coff::LinkerDriver 1098 std::string s(arg); parseOrderFile() local 1188 markAddrsig(Symbol * s) markAddrsig() argument 1350 __anonfbf1cb170802(Symbol *s) maybeExportMinGWSymbols() argument 1469 StringRef s = arg->getValue(); linkerMain() local 1566 for (StringRef s : vec) { linkerMain() local 1617 for (StringRef s : vec) { linkerMain() local 1857 for (StringRef s : vec) { linkerMain() local 1910 StringRef s = arg->getValue(); linkerMain() local 2259 StringRef s = (config->machine == I386) ? "__DllMainCRTStartup@12" linkerMain() local 2268 StringRef s = findDefaultEntry(); linkerMain() local 2308 std::string s = StringRef(arg->getValue()).lower(); linkerMain() local 2432 for (auto *s : lto::LTO::getRuntimeLibcallSymbols()) linkerMain() local [all...] |
H A D | ICF.cpp | 113 chunks.begin() + begin + 1, chunks.begin() + end, [&](SectionChunk *s) { in segregate() argument 261 void ICF::run() { in run() function in lld::coff::ICF
|
H A D | Writer.cpp | 394 isInRange(uint16_t relType,uint64_t s,uint64_t p,int margin) isInRange() argument 493 uint64_t s = sym->getRVA(); createThunks() local 611 uint64_t s = sym->getRVA(); verifyRanges() local 731 void Writer::run() { run() function in Writer 795 StringRef s = name.split('$').first; getOutputSectionName() local 861 __anonaec617080502(Chunk *s, Chunk *t) fixGnuImportChunks() argument 1065 __anonaec617080802(const OutputSection *s) createSections() argument 1085 __anonaec617080902(const OutputSection *s, const OutputSection *t) createSections() argument 1250 __anonaec617080a02(OutputSection *s) removeUnusedSections() argument 1264 __anonaec617080b02(OutputSection *s) removeEmptySections() argument 1807 addSymbolToRVASet(SymbolRVASet & rvaSet,Defined * s) addSymbolToRVASet() argument 1820 maybeAddAddressTakenFunction(SymbolRVASet & addressTakenSyms,Symbol * s) maybeAddAddressTakenFunction() argument 2006 if (Symbol *s = objSymbols[symIndex]) { getSymbolsFromSections() local [all...] |
/llvm-project/lld/wasm/ |
H A D | Writer.cpp | 222 __anon6c9455020202(OutputSection *s) writeSections() argument 262 auto s = sha.final(); makeUUID() local 1021 OutputSegment *s = make<OutputSegment>(name); createOutputSegment() local 1036 OutputSegment *s = nullptr; createOutputSegments() local 1128 __anon6c9455020a02(const OutputSegment *s) hasPassiveInitializedSegments() argument 1319 for (const OutputSegment *s : segments) { createInitMemoryFunction() local 1406 for (const OutputSegment *s : segments) { createInitMemoryFunction() local 1693 void Writer::run() { run() function in lld::wasm::Writer [all...] |
/llvm-project/clang/test/Analysis/ |
H A D | temporaries.cpp | 584 void run() { in run() function 952 C(const S &s) : x(s.x) {} in C() 966 S s = 20; in test() local 1008 virtual void bar3(S s) {} in bar3() 1014 virtual void bar3(S s) override { glob = s.x; } in bar3() 1017 void bar1(S s) { in bar1() 1023 S bar2(S s) { in bar2() 1123 S s; member 1170 void run() { in run() function 1210 S s; in foo() local [all …]
|
/llvm-project/clang/tools/scan-view/share/ |
H A D | ScanView.py | 134 def run(self): member in ReporterThread 823 def send_string(self, s, ctype="text/html", headers=True, mtime=None): argument
|
/llvm-project/lld/MachO/ |
H A D | ICF.cpp | 284 void ICF::run() { run() function in ICF 369 markSymAsAddrSig(Symbol * s) markSymAsAddrSig() argument
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | VarLenCodeEmitterGen.cpp | 143 int s = Reverse ? -1 : 1; buildRec() local 223 void VarLenCodeEmitterGen::run(raw_ostream &OS) { run() function in VarLenCodeEmitterGen
|