/llvm-project/llvm/docs/ |
H A D | CommandLine.rst | 806 .. _cl::ConsumeAfter: target 926 .. _cl::desc(...): target 932 .. _cl::value_desc: target 938 .. _cl::init: target 952 .. _cl::location: target 958 .. _cl::aliasopt: target 963 .. _cl::values: target 984 .. _cl::multi_val: target 994 .. _cl::cat: target 999 .. _cl::callback: target [all …]
|
/llvm-project/libcxx/test/std/utilities/function.objects/func.invoke/ |
H A D | invoke_constexpr.pass.cpp | 154 TestClass cl(42); in bullet_one_two_tests() local 162 DerivedFromTestClass cl(42); in bullet_one_two_tests() local 171 std::reference_wrapper<TestClass> cl(cl_obj); in bullet_one_two_tests() local 180 std::reference_wrapper<DerivedFromTestClass> cl(cl_obj); in bullet_one_two_tests() local 189 TestClass *cl = &cl_obj; in bullet_one_two_tests() local 195 DerivedFromTestClass *cl = &cl_obj; in bullet_one_two_tests() local 205 Fn cl(42); in bullet_three_four_tests() local 214 Fn cl(42); in bullet_three_four_tests() local 223 Fn cl(42); in bullet_three_four_tests() local 229 Fn cl(42); in bullet_three_four_tests() local [all …]
|
H A D | invoke.pass.cpp | 157 TestClass cl(42); in bullet_one_two_tests() local 169 DerivedFromTestClass cl(42); in bullet_one_two_tests() local 182 std::reference_wrapper<TestClass> cl(cl_obj); in bullet_one_two_tests() local 195 std::reference_wrapper<DerivedFromTestClass> cl(cl_obj); in bullet_one_two_tests() local 208 TestClass *cl = &cl_obj; in bullet_one_two_tests() local 216 DerivedFromTestClass *cl = &cl_obj; in bullet_one_two_tests() local 227 Fn cl(42); in bullet_three_four_tests() local 240 Fn cl(42); in bullet_three_four_tests() local 253 Fn cl(42); in bullet_three_four_tests() local 261 Fn cl(42); in bullet_three_four_tests() local [all …]
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-directive-structure.h | 409 for (auto cl : GetContext().actualClauses) { CheckOnlyAllowedAfter() local 457 for (auto cl : GetContext().actualClauses) { CheckRequireAtLeastOneOf() local 552 for (auto cl : GetContext().actualClauses) { CheckNotAllowedIfClause() local 567 for (auto cl : GetContext().actualClauses) { CheckAllowedOncePerGroup() local 590 for (auto cl : GetContext().actualClauses) { CheckMutuallyExclusivePerGroup() local 604 for (auto cl : GetContext().crtGroup) { CheckMutuallyExclusivePerGroup() local [all...] |
H A D | check-acc-structure.cpp | 189 for (auto cl : GetContext().actualClauses) { in Leave() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | builtin-classify-type.cpp | 19 class cl { class
|
/llvm-project/clang/test/Analysis/ |
H A D | casts.c | 49 unsigned char ch, cl, *p; in f2() local
|
H A D | initializer.cpp | 240 const C &cl = {}; // no-crash in foo() local
|
/llvm-project/mlir/lib/Pass/ |
H A D | PassRegistry.cpp | 427 llvm::cl::OptionValue<OpPassManager>::OptionValue( namespace 776 namespace cl { global() namespace [all...] |
/llvm-project/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 35 const mca::InstrumentManager &im, unsigned cl) in InstrBuilder() argument
|
/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 58 namespace cl { namespace [all...] |
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | MemRegion.h | 905 CompoundLiteralRegion(const CompoundLiteralExpr *cl, in CompoundLiteralRegion() argument
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.cpp | 301 uint16_t BT::RegisterCell::cl(bool B) const { in cl() function in BT::RegisterCell
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterCoalescer.cpp | 3949 unsigned cl = LHS->MBB->pred_size() + LHS->MBB->succ_size(); compareMBBPriority() local [all...] |
/llvm-project/llvm/lib/Support/ |
H A D | CommandLine.cpp | 56 namespace cl { namespace [all...] |