/llvm-project/clang/test/Headers/ |
H A D | amdgcn_openmp_device_math.c | 153 double l4 = fma(x, y, z); in test_math_f64() local 336 float l4 = fma(x, y, z); in test_math_f32() local 477 float l4 = fmaf(x, y, z); in test_math_f32_suffix() local
|
H A D | nvptx_device_cmath_functions_cxx17.cpp | 22 double l4 = fabs(a1); in test_sqrt() local
|
H A D | nvptx_device_math_functions_cxx17.cpp | 22 double l4 = fabs(a1); in test_sqrt() local
|
H A D | nvptx_device_math_functions.cpp | 22 double l4 = fabs(a1); in test_sqrt() local
|
H A D | nvptx_device_math_functions.c | 33 double l4 = fabs(a1); in test_sqrt() local
|
H A D | nvptx_device_cmath_functions.cpp | 22 double l4 = fabs(a1); in test_sqrt() local
|
H A D | nvptx_device_cmath_functions.c | 22 double l4 = fabs(a1); in test_sqrt() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | deduced-return-void.cpp | 28 auto l4 = []() { in __anon22edc4580402() variable 92 auto l4 = []() -> auto* { in __anon22edc4580902() variable 129 auto l4 = []() -> auto& { in __anon22edc4580e02() variable
|
H A D | warn-shadow-in-lambdas.cpp | 105 auto l4 = [var = param] (int param) { ; }; // no warning local 107 …auto l4 = [var = param](int param) { ; }; // expected-warning 2{{declaration shadows a local varia… local
|
H A D | warn-unused-variables.cpp | 232 Literal<T> l4(0); // no-warning test() local
|
H A D | cxx2b-deducing-this.cpp | 13 auto l4 = [](int, this auto){}; // expected-error {{an explicit object parameter can only appear as the first parameter of the lambda}} in __anonbb8d70fa0402() variable 212 const auto l4 = [&x](this auto&) { TestMutationInLambda() local
|
/llvm-project/flang/test/Lower/HLFIR/ |
H A D | conversion-ops.f90 | 12 logical(4) :: l4 local
|
/llvm-project/flang/test/Integration/ |
H A D | debug-local-var-2.f90 | 76 logical(kind=4) :: l4 variable
|
/llvm-project/flang/test/Semantics/ |
H A D | kinds03.f90 | 85 !DEF: /MainProgram1/l4 ObjectEntity TYPE(lpdt(k=4_4)) variable
|
H A D | resolve124.f90 | 12 logical :: l1, l2, l3(n,n), l4(n) local 69 logical :: l1, l2, l3, l4, l5, l6, l7 local
|
H A D | offsets03.f90 | 55 integer :: i4, j4, l4(10), k4(10) variable
|
H A D | assign03.f90 | 291 logical(kind=merge(-1,-2,is_contiguous(y(:,1)%a(1,1)))) :: l4 global() local
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
H A D | p3-generic-lambda-1y.cpp | 44 auto l4 = [](decltype(auto) a) -> int { return 0; }; //expected-error{{decltype(auto)}} in main() local 52 …auto l4 = [](auto (*fp)(int)) -> int { return fp(3); }; //expected-error{{no viable conversion fro… in main() local
|
/llvm-project/lld/test/ELF/ |
H A D | icf-safe.s | 138 l4: label
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_deadlock_detector_test.cpp | 146 uptr l4 = d.newNode(4); in RunRemoveNodeTest() local 424 uptr l4 = d.newNode(0); in RunLockContextTest() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | partial-reinitialization1.c | 60 struct P4 l4 = { { L"foo" }, .x[2] = L'x' }; variable
|
H A D | renderscript.c |
|
H A D | arm-swiftcall.c | 724 long long l4; member
|
/llvm-project/llvm/unittests/ADT/ |
H A D | PointerUnionTest.cpp | 27 PU4 i4, f4, l4, d4; member
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-ms-string-literals.cpp | 255 const char *l4 = "\x4"; variable
|