Home
last modified time | relevance | path

Searched refs:RegisteredSubCommands (Results 1 – 18 of 18) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp116 SmallPtrSet<SubCommand *, 4> RegisteredSubCommands; member in __anon22e664950111::CommandLineParser
140 for (const auto &Sub : RegisteredSubCommands) { in addLiteralOption()
242 for (auto SC : RegisteredSubCommands) in removeOption()
257 for (const auto &S : RegisteredSubCommands) { in hasOptions()
298 assert(count_if(RegisteredSubCommands, in registerSubCommand()
304 RegisteredSubCommands.insert(sub); in registerSubCommand()
321 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
327 RegisteredSubCommands.end()); in getRegisteredSubcommands()
339 RegisteredSubCommands.clear(); in reset()
457 for (auto S : RegisteredSubCommands) { in LookupSubCommand()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Support/
H A DCommandLine.cpp106 SmallPtrSet<SubCommand *, 4> RegisteredSubCommands; member in __anon004285650111::CommandLineParser
130 for (const auto &Sub : RegisteredSubCommands) { in addLiteralOption()
232 for (auto SC : RegisteredSubCommands) in removeOption()
247 for (const auto &S : RegisteredSubCommands) { in hasOptions()
288 assert(count_if(RegisteredSubCommands, in registerSubCommand()
294 RegisteredSubCommands.insert(sub); in registerSubCommand()
311 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
317 RegisteredSubCommands.end()); in getRegisteredSubcommands()
329 RegisteredSubCommands.clear(); in reset()
443 for (auto S : RegisteredSubCommands) { in LookupSubCommand()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A DCommandLine.cpp151 SmallPtrSet<SubCommand *, 4> RegisteredSubCommands; member in __anonbc13d9690111::CommandLineParser
292 for (auto SC : RegisteredSubCommands) in removeOption()
307 for (const auto &S : RegisteredSubCommands) { in hasOptions()
331 for (auto SC : RegisteredSubCommands) in updateArgStr()
353 assert(count_if(RegisteredSubCommands, in registerSubCommand()
359 RegisteredSubCommands.insert(sub); in registerSubCommand()
376 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
382 RegisteredSubCommands.end()); in getRegisteredSubcommands()
394 RegisteredSubCommands.clear(); in reset()
546 for (auto S : RegisteredSubCommands) { in LookupSubCommand()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Support/
H A DCommandLine.cpp106 SmallPtrSet<SubCommand *, 4> RegisteredSubCommands; member in __anon5e2b2f670111::CommandLineParser
130 for (const auto &Sub : RegisteredSubCommands) { in addLiteralOption()
232 for (auto SC : RegisteredSubCommands) in removeOption()
247 for (const auto &S : RegisteredSubCommands) { in hasOptions()
288 assert(count_if(RegisteredSubCommands, in registerSubCommand()
294 RegisteredSubCommands.insert(sub); in registerSubCommand()
311 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
317 RegisteredSubCommands.end()); in getRegisteredSubcommands()
329 RegisteredSubCommands.clear(); in reset()
448 for (auto S : RegisteredSubCommands) { in LookupSubCommand()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DCommandLine.cpp190 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption()
246 for (auto *Sub : RegisteredSubCommands) { in addOption()
306 for (auto SC : RegisteredSubCommands) in removeOption()
321 for (const auto *S : RegisteredSubCommands) { in hasOptions()
345 for (auto SC : RegisteredSubCommands) in updateArgStr()
367 assert(count_if(RegisteredSubCommands, in registerSubCommand()
373 RegisteredSubCommands.insert(sub); in registerSubCommand()
390 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
408 RegisteredSubCommands.clear(); in reset()
560 for (auto S : RegisteredSubCommands) { in LookupSubCommand()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DCommandLine.cpp190 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption()
246 for (auto *Sub : RegisteredSubCommands) { in addOption()
306 for (auto SC : RegisteredSubCommands) in removeOption()
321 for (const auto *S : RegisteredSubCommands) { in hasOptions()
345 for (auto SC : RegisteredSubCommands) in updateArgStr()
367 assert(count_if(RegisteredSubCommands, in registerSubCommand()
373 RegisteredSubCommands.insert(sub); in registerSubCommand()
390 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
408 RegisteredSubCommands.clear(); in reset()
560 for (auto S : RegisteredSubCommands) { in LookupSubCommand()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DCommandLine.cpp190 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption()
246 for (auto *Sub : RegisteredSubCommands) { in addOption()
306 for (auto SC : RegisteredSubCommands) in removeOption()
321 for (const auto *S : RegisteredSubCommands) { in hasOptions()
345 for (auto SC : RegisteredSubCommands) in updateArgStr()
367 assert(count_if(RegisteredSubCommands, in registerSubCommand()
373 RegisteredSubCommands.insert(sub); in registerSubCommand()
390 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
408 RegisteredSubCommands.clear(); in reset()
560 for (auto S : RegisteredSubCommands) { in LookupSubCommand()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DCommandLine.cpp193 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption()
249 for (auto *Sub : RegisteredSubCommands) { in addOption()
309 for (auto *SC : RegisteredSubCommands) in removeOption()
324 for (const auto *S : RegisteredSubCommands) { in hasOptions()
348 for (auto *SC : RegisteredSubCommands) in updateArgStr()
370 assert(count_if(RegisteredSubCommands, in registerSubCommand()
376 RegisteredSubCommands.insert(sub); in registerSubCommand()
393 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
411 RegisteredSubCommands.clear(); in reset()
556 for (auto *S : RegisteredSubCommands) { in LookupSubCommand()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DCommandLine.cpp193 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption()
249 for (auto *Sub : RegisteredSubCommands) { in addOption()
309 for (auto *SC : RegisteredSubCommands) in removeOption()
324 for (const auto *S : RegisteredSubCommands) { in hasOptions()
348 for (auto *SC : RegisteredSubCommands) in updateArgStr()
370 assert(count_if(RegisteredSubCommands, in registerSubCommand()
376 RegisteredSubCommands.insert(sub); in registerSubCommand()
393 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
411 RegisteredSubCommands.clear(); in reset()
556 for (auto *S : RegisteredSubCommands) { in LookupSubCommand()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DCommandLine.cpp190 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption()
246 for (auto *Sub : RegisteredSubCommands) { in addOption()
306 for (auto SC : RegisteredSubCommands) in removeOption()
321 for (const auto *S : RegisteredSubCommands) { in hasOptions()
345 for (auto SC : RegisteredSubCommands) in updateArgStr()
367 assert(count_if(RegisteredSubCommands, in registerSubCommand()
373 RegisteredSubCommands.insert(sub); in registerSubCommand()
390 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
408 RegisteredSubCommands.clear(); in reset()
556 for (auto S : RegisteredSubCommands) { in LookupSubCommand()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DCommandLine.cpp190 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption()
246 for (auto *Sub : RegisteredSubCommands) { in addOption()
306 for (auto SC : RegisteredSubCommands) in removeOption()
321 for (const auto *S : RegisteredSubCommands) { in hasOptions()
345 for (auto SC : RegisteredSubCommands) in updateArgStr()
367 assert(count_if(RegisteredSubCommands, in registerSubCommand()
373 RegisteredSubCommands.insert(sub); in registerSubCommand()
390 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
408 RegisteredSubCommands.clear(); in reset()
560 for (auto S : RegisteredSubCommands) { in LookupSubCommand()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp193 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption()
249 for (auto *Sub : RegisteredSubCommands) { in addOption()
309 for (auto *SC : RegisteredSubCommands) in removeOption()
324 for (const auto *S : RegisteredSubCommands) { in hasOptions()
348 for (auto *SC : RegisteredSubCommands) in updateArgStr()
370 assert(count_if(RegisteredSubCommands, in registerSubCommand()
376 RegisteredSubCommands.insert(sub); in registerSubCommand()
393 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
411 RegisteredSubCommands.clear(); in reset()
556 for (auto *S : RegisteredSubCommands) { in LookupSubCommand()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCommandLine.cpp190 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption()
246 for (auto *Sub : RegisteredSubCommands) { in addOption()
306 for (auto SC : RegisteredSubCommands) in removeOption()
321 for (const auto *S : RegisteredSubCommands) { in hasOptions()
345 for (auto SC : RegisteredSubCommands) in updateArgStr()
367 assert(count_if(RegisteredSubCommands, in registerSubCommand()
373 RegisteredSubCommands.insert(sub); in registerSubCommand()
390 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
408 RegisteredSubCommands.clear(); in reset()
560 for (auto S : RegisteredSubCommands) { in LookupSubCommand()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DCommandLine.cpp193 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption()
249 for (auto *Sub : RegisteredSubCommands) { in addOption()
309 for (auto *SC : RegisteredSubCommands) in removeOption()
324 for (const auto *S : RegisteredSubCommands) { in hasOptions()
348 for (auto *SC : RegisteredSubCommands) in updateArgStr()
370 assert(count_if(RegisteredSubCommands, in registerSubCommand()
376 RegisteredSubCommands.insert(sub); in registerSubCommand()
393 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
411 RegisteredSubCommands.clear(); in reset()
556 for (auto *S : RegisteredSubCommands) { in LookupSubCommand()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DCommandLine.cpp193 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption()
249 for (auto *Sub : RegisteredSubCommands) { in addOption()
309 for (auto *SC : RegisteredSubCommands) in removeOption()
324 for (const auto *S : RegisteredSubCommands) { in hasOptions()
348 for (auto *SC : RegisteredSubCommands) in updateArgStr()
370 assert(count_if(RegisteredSubCommands, in registerSubCommand()
376 RegisteredSubCommands.insert(sub); in registerSubCommand()
393 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
411 RegisteredSubCommands.clear(); in reset()
556 for (auto *S : RegisteredSubCommands) { in LookupSubCommand()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp190 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption()
246 for (auto *Sub : RegisteredSubCommands) { in addOption()
306 for (auto SC : RegisteredSubCommands) in removeOption()
321 for (const auto *S : RegisteredSubCommands) { in hasOptions()
345 for (auto SC : RegisteredSubCommands) in updateArgStr()
367 assert(count_if(RegisteredSubCommands, in registerSubCommand()
373 RegisteredSubCommands.insert(sub); in registerSubCommand()
390 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
408 RegisteredSubCommands.clear(); in reset()
560 for (auto S : RegisteredSubCommands) { in LookupSubCommand()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DCommandLine.cpp190 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption()
246 for (auto *Sub : RegisteredSubCommands) { in addOption()
306 for (auto SC : RegisteredSubCommands) in removeOption()
321 for (const auto *S : RegisteredSubCommands) { in hasOptions()
345 for (auto SC : RegisteredSubCommands) in updateArgStr()
367 assert(count_if(RegisteredSubCommands, in registerSubCommand()
373 RegisteredSubCommands.insert(sub); in registerSubCommand()
390 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
408 RegisteredSubCommands.clear(); in reset()
556 for (auto S : RegisteredSubCommands) { in LookupSubCommand()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DCommandLine.cpp193 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption()
249 for (auto *Sub : RegisteredSubCommands) { in addOption()
309 for (auto *SC : RegisteredSubCommands) in removeOption()
324 for (const auto *S : RegisteredSubCommands) { in hasOptions()
348 for (auto *SC : RegisteredSubCommands) in updateArgStr()
370 assert(count_if(RegisteredSubCommands, in registerSubCommand()
376 RegisteredSubCommands.insert(sub); in registerSubCommand()
393 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
411 RegisteredSubCommands.clear(); in reset()
556 for (auto *S : RegisteredSubCommands) { in LookupSubCommand()
[all …]