/llvm-project/clang/test/CodeGenCXX/ |
H A D | clang-sections-tentative.c | 20 const int cx; // rodata.1 variable 23 const int cx; // stays in .rodata.1 variable 28 const int cx; // stays in .rodata.1 variable
|
/llvm-project/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
H A D | construct_type.pass.cpp | 51 int const& cx = x; in test_bullet_one() local 83 int const& cx = x; in test_bullet_two() local 121 int const& cx = x; in test_bullet_three() local
|
/llvm-project/libc/test/src/math/smoke/ |
H A D | CanonicalizeTest.h | 39 T cx; testSpecialNumbers() local 60 T cx; testX64_80SpecialNumbers() local 174 T cx; testRegularNumbers() local [all...] |
/llvm-project/libcxx/test/std/utilities/utility/forward/ |
H A D | forward.pass.cpp | 30 const int cx = 101; in test_constexpr_forward() local
|
H A D | move.pass.cpp | 34 const int& cx = x; variable
|
/llvm-project/libcxx/test/std/utilities/function.objects/func.not_fn/ |
H A D | not_fn.pass.cpp | 314 const int cx = 42; in call_operator_forwarding_test() local 328 const int cx = 42; in call_operator_forwarding_test() local 342 const int cx = 42; in call_operator_forwarding_test() local 356 const int cx = 42; in call_operator_forwarding_test() local
|
/llvm-project/flang/test/Lower/HLFIR/ |
H A D | charconvert.f90 | 30 character(kind=4) :: cx local
|
/llvm-project/flang/test/Semantics/ |
H A D | structconst02.f90 | 18 character(kind=ck,len=len) :: cx = ' ' component
|
H A D | allocate12.f90 | 28 class(A), allocatable :: cx(:, :)[:, :, :] component
|
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-integer.cpp | 621 cx->u)}; in FoldIntrinsicFunction() local 627 cx->u)}; in FoldIntrinsicFunction() local 633 cx->u)}; in FoldIntrinsicFunction() local 585 if (const auto *cx{UnwrapExpr<Expr<SomeReal>>(args[0])}) { FoldIntrinsicFunction() local 1173 if (const auto *cx{UnwrapExpr<Expr<SomeReal>>(args[0])}) { FoldIntrinsicFunction() local 1179 } else if (const auto *cx{UnwrapExpr<Expr<SomeComplex>>(args[0])}) { FoldIntrinsicFunction() local 1191 if (const auto *cx{UnwrapExpr<Expr<SomeInteger>>(args[0])}) { FoldIntrinsicFunction() local 1197 } else if (const auto *cx{UnwrapExpr<Expr<SomeReal>>(args[0])}) { FoldIntrinsicFunction() local 1203 } else if (const auto *cx{UnwrapExpr<Expr<SomeComplex>>(args[0])}) { FoldIntrinsicFunction() local [all...] |
H A D | tools.cpp | 655 __anon7bee07873702(Expr<SomeCharacter> &&cx, Expr<SomeCharacter> &&cy) Relate() argument 695 __anon7bee07873b02(auto &&cx) ConvertToNumeric() argument 730 if (auto *cx{UnwrapExpr<Expr<SomeCharacter>>(x)}) { ConvertToType() local 747 if (auto *cx{UnwrapExpr<Expr<SomeLogical>>(x)}) { ConvertToType() local [all...] |
/llvm-project/libcxx/test/std/utilities/function.objects/func.memfn/ |
H A D | robust_against_adl.pass.cpp | 31 const Ptr cx = nullptr; in main() local
|
/llvm-project/clang/test/OpenMP/ |
H A D | atomic_compare_codegen.cpp | 15 char cx, ce, cd; in foo() local 2202 char cx, cv, cr, ce, cd; in bar() local 11506 char cx, cv, ce, cd; in cxevd() local
|
H A D | atomic_capture_codegen.cpp | 23 char cv, cx; variable
|
H A D | atomic_read_codegen.c | 15 char cv, cx; variable
|
H A D | atomic_write_codegen.c | 15 char cv, cx; variable
|
H A D | atomic_update_codegen.cpp | 14 char cv, cx; variable
|
/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/ |
H A D | robust_against_adl.pass.cpp | 29 const Ptr cx = nullptr; in main() local
|
/llvm-project/clang/unittests/libclang/ |
H A D | TestUtils.h | 113 static CXChildVisitResult TraverseStateless(CXCursor cx, CXCursor parent, in TraverseStateless()
|
/llvm-project/clang/test/SemaCXX/ |
H A D | default-assignment-operator.cpp | 48 void f(X x, const X cx) { in f()
|
H A D | warn-unused-filescoped.cpp | 84 const unsigned int cx = 0; // expected-warning{{unused variable 'cx'}} variable
|
H A D | nested-name-spec.cpp | 4 static int cx; member 23 int A::C::cx = 17; member in A::C
|
/llvm-project/libc/src/__support/FPUtil/ |
H A D | BasicOperations.h | 181 canonicalize(T & cx,const T & x) canonicalize() argument [all...] |
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/GPU/ |
H A D | SelectObjectAttr.cpp | 441 Value *cx = llvmValue(cluster.x), *cy = llvmValue(cluster.y), createKernelLaunch() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-std-print.cpp | 1496 printf_string_member_function(const X<char> & x,const X<const char> & cx) printf_string_member_function() argument
|