Home
last modified time | relevance | path

Searched refs:GenericCategory (Results 1 – 19 of 19) sorted by relevance

/dports/www/matomo/piwik/plugins/CoreHome/Categories/
H A DGenericCategory.php13 class GenericCategory extends Category class
/dports/devel/llvm70/llvm-7.0.1.src/lib/Support/
H A DCommandLine.cpp2030 static cl::OptionCategory GenericCategory("Generic Options"); variable
2039 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2044 cl::ValueDisallowed, cl::cat(GenericCategory),
2053 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2058 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2063 cl::Hidden, cl::init(false), cl::cat(GenericCategory),
2069 cl::init(false), cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2173 cl::cat(GenericCategory));
2214 I.second->Category != &GenericCategory) in HideUnrelatedOptions()
2226 I.second->Category != &GenericCategory) in HideUnrelatedOptions()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Support/
H A DCommandLine.cpp2062 static cl::OptionCategory GenericCategory("Generic Options"); variable
2071 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2076 cl::ValueDisallowed, cl::cat(GenericCategory),
2085 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2090 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2095 cl::Hidden, cl::init(false), cl::cat(GenericCategory),
2101 cl::init(false), cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2205 cl::cat(GenericCategory));
2246 I.second->Category != &GenericCategory) in HideUnrelatedOptions()
2258 I.second->Category != &GenericCategory) in HideUnrelatedOptions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp1975 static cl::OptionCategory GenericCategory("Generic Options"); variable
1984 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
1989 cl::ValueDisallowed, cl::cat(GenericCategory),
1998 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2003 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2008 cl::Hidden, cl::init(false), cl::cat(GenericCategory),
2014 cl::init(false), cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2099 I.second->Category != &GenericCategory) in HideUnrelatedOptions()
2111 I.second->Category != &GenericCategory) in HideUnrelatedOptions()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A DCommandLine.cpp2282 static cl::OptionCategory GenericCategory("Generic Options"); variable
2291 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2296 cl::ValueDisallowed, cl::cat(GenericCategory),
2305 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2313 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2318 cl::Hidden, cl::init(false), cl::cat(GenericCategory),
2324 cl::init(false), cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2428 cl::cat(GenericCategory));
2470 Cat != &GenericCategory) in HideUnrelatedOptions()
2480 if (find(Categories, Cat) == Categories.end() && Cat != &GenericCategory) in HideUnrelatedOptions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DCommandLine.cpp2373 static cl::OptionCategory GenericCategory("Generic Options"); variable
2382 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2387 cl::ValueDisallowed, cl::cat(GenericCategory),
2396 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2404 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2409 cl::Hidden, cl::init(false), cl::cat(GenericCategory),
2415 cl::init(false), cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2541 cl::cat(GenericCategory));
2583 Cat != &GenericCategory) in HideUnrelatedOptions()
2593 if (find(Categories, Cat) == Categories.end() && Cat != &GenericCategory) in HideUnrelatedOptions()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DCommandLine.cpp2387 static cl::OptionCategory GenericCategory("Generic Options"); variable
2396 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2401 cl::ValueDisallowed, cl::cat(GenericCategory),
2410 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2418 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2423 cl::Hidden, cl::init(false), cl::cat(GenericCategory),
2429 cl::init(false), cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2555 cl::cat(GenericCategory));
2597 Cat != &GenericCategory) in HideUnrelatedOptions()
2607 if (find(Categories, Cat) == Categories.end() && Cat != &GenericCategory) in HideUnrelatedOptions()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DCommandLine.cpp2355 static cl::OptionCategory GenericCategory("Generic Options"); variable
2364 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2369 cl::ValueDisallowed, cl::cat(GenericCategory),
2378 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2386 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2391 cl::Hidden, cl::init(false), cl::cat(GenericCategory),
2397 cl::init(false), cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2523 cl::cat(GenericCategory));
2565 Cat != &GenericCategory) in HideUnrelatedOptions()
2575 if (find(Categories, Cat) == Categories.end() && Cat != &GenericCategory) in HideUnrelatedOptions()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DCommandLine.cpp2453 cl::OptionCategory GenericCategory{"Generic Options"}; member
2465 cl::cat(GenericCategory),
2474 cl::cat(GenericCategory),
2485 cl::cat(GenericCategory),
2497 cl::cat(GenericCategory),
2505 cl::cat(GenericCategory),
2513 cl::cat(GenericCategory),
2526 cl::cat(GenericCategory)};
2651 if (Cat != &Category && Cat != &CommonOptions->GenericCategory) in HideUnrelatedOptions()
2663 Cat != &CommonOptions->GenericCategory) in HideUnrelatedOptions()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DCommandLine.cpp2453 cl::OptionCategory GenericCategory{"Generic Options"}; member
2465 cl::cat(GenericCategory),
2474 cl::cat(GenericCategory),
2485 cl::cat(GenericCategory),
2497 cl::cat(GenericCategory),
2505 cl::cat(GenericCategory),
2513 cl::cat(GenericCategory),
2526 cl::cat(GenericCategory)};
2651 if (Cat != &Category && Cat != &CommonOptions->GenericCategory) in HideUnrelatedOptions()
2663 Cat != &CommonOptions->GenericCategory) in HideUnrelatedOptions()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DCommandLine.cpp2382 static cl::OptionCategory GenericCategory("Generic Options"); variable
2391 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2396 cl::ValueDisallowed, cl::cat(GenericCategory),
2405 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2413 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2418 cl::Hidden, cl::init(false), cl::cat(GenericCategory),
2424 cl::init(false), cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2550 cl::cat(GenericCategory));
2592 Cat != &GenericCategory) in HideUnrelatedOptions()
2602 if (!is_contained(Categories, Cat) && Cat != &GenericCategory) in HideUnrelatedOptions()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DCommandLine.cpp2387 static cl::OptionCategory GenericCategory("Generic Options"); variable
2396 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2401 cl::ValueDisallowed, cl::cat(GenericCategory),
2410 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2418 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2423 cl::Hidden, cl::init(false), cl::cat(GenericCategory),
2429 cl::init(false), cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2555 cl::cat(GenericCategory));
2597 Cat != &GenericCategory) in HideUnrelatedOptions()
2607 if (find(Categories, Cat) == Categories.end() && Cat != &GenericCategory) in HideUnrelatedOptions()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp2453 cl::OptionCategory GenericCategory{"Generic Options"}; member
2465 cl::cat(GenericCategory),
2474 cl::cat(GenericCategory),
2485 cl::cat(GenericCategory),
2497 cl::cat(GenericCategory),
2505 cl::cat(GenericCategory),
2513 cl::cat(GenericCategory),
2526 cl::cat(GenericCategory)};
2651 if (Cat != &Category && Cat != &CommonOptions->GenericCategory) in HideUnrelatedOptions()
2663 Cat != &CommonOptions->GenericCategory) in HideUnrelatedOptions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCommandLine.cpp2355 static cl::OptionCategory GenericCategory("Generic Options"); variable
2364 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2369 cl::ValueDisallowed, cl::cat(GenericCategory),
2378 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2386 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2391 cl::Hidden, cl::init(false), cl::cat(GenericCategory),
2397 cl::init(false), cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2523 cl::cat(GenericCategory));
2565 Cat != &GenericCategory) in HideUnrelatedOptions()
2575 if (find(Categories, Cat) == Categories.end() && Cat != &GenericCategory) in HideUnrelatedOptions()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DCommandLine.cpp2461 cl::OptionCategory GenericCategory{"Generic Options"}; member
2473 cl::cat(GenericCategory),
2482 cl::cat(GenericCategory),
2493 cl::cat(GenericCategory),
2505 cl::cat(GenericCategory),
2513 cl::cat(GenericCategory),
2521 cl::cat(GenericCategory),
2534 cl::cat(GenericCategory)};
2660 if (Cat != &Category && Cat != &CommonOptions->GenericCategory) in HideUnrelatedOptions()
2672 Cat != &CommonOptions->GenericCategory) in HideUnrelatedOptions()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DCommandLine.cpp2453 cl::OptionCategory GenericCategory{"Generic Options"}; member
2465 cl::cat(GenericCategory),
2474 cl::cat(GenericCategory),
2485 cl::cat(GenericCategory),
2497 cl::cat(GenericCategory),
2505 cl::cat(GenericCategory),
2513 cl::cat(GenericCategory),
2526 cl::cat(GenericCategory)};
2651 if (Cat != &Category && Cat != &CommonOptions->GenericCategory) in HideUnrelatedOptions()
2663 Cat != &CommonOptions->GenericCategory) in HideUnrelatedOptions()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp2355 static cl::OptionCategory GenericCategory("Generic Options"); variable
2364 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2369 cl::ValueDisallowed, cl::cat(GenericCategory),
2378 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2386 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2391 cl::Hidden, cl::init(false), cl::cat(GenericCategory),
2397 cl::init(false), cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2523 cl::cat(GenericCategory));
2565 Cat != &GenericCategory) in HideUnrelatedOptions()
2575 if (find(Categories, Cat) == Categories.end() && Cat != &GenericCategory) in HideUnrelatedOptions()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DCommandLine.cpp2382 static cl::OptionCategory GenericCategory("Generic Options"); variable
2391 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2396 cl::ValueDisallowed, cl::cat(GenericCategory),
2405 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2413 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2418 cl::Hidden, cl::init(false), cl::cat(GenericCategory),
2424 cl::init(false), cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2550 cl::cat(GenericCategory));
2592 Cat != &GenericCategory) in HideUnrelatedOptions()
2602 if (!is_contained(Categories, Cat) && Cat != &GenericCategory) in HideUnrelatedOptions()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DCommandLine.cpp2453 cl::OptionCategory GenericCategory{"Generic Options"}; member
2465 cl::cat(GenericCategory),
2474 cl::cat(GenericCategory),
2485 cl::cat(GenericCategory),
2497 cl::cat(GenericCategory),
2505 cl::cat(GenericCategory),
2513 cl::cat(GenericCategory),
2526 cl::cat(GenericCategory)};
2651 if (Cat != &Category && Cat != &CommonOptions->GenericCategory) in HideUnrelatedOptions()
2663 Cat != &CommonOptions->GenericCategory) in HideUnrelatedOptions()