Home
last modified time | relevance | path

Searched defs:l4 (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project/clang/test/Headers/
H A Damdgcn_openmp_device_math.c153 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 Dnvptx_device_cmath_functions_cxx17.cpp22 double l4 = fabs(a1); in test_sqrt() local
H A Dnvptx_device_math_functions_cxx17.cpp22 double l4 = fabs(a1); in test_sqrt() local
H A Dnvptx_device_math_functions.cpp22 double l4 = fabs(a1); in test_sqrt() local
H A Dnvptx_device_math_functions.c33 double l4 = fabs(a1); in test_sqrt() local
H A Dnvptx_device_cmath_functions.cpp22 double l4 = fabs(a1); in test_sqrt() local
H A Dnvptx_device_cmath_functions.c22 double l4 = fabs(a1); in test_sqrt() local
/llvm-project/clang/test/SemaCXX/
H A Ddeduced-return-void.cpp28 auto l4 = []() { in __anon22edc4580402() variable
92 auto l4 = []() -> auto* { in __anon22edc4580902() variable
129 auto l4 = []() -> auto& { in __anon22edc4580e02() variable
H A Dwarn-shadow-in-lambdas.cpp105 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 Dwarn-unused-variables.cpp232 Literal<T> l4(0); // no-warning test() local
H A Dcxx2b-deducing-this.cpp13 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 Dconversion-ops.f9012 logical(4) :: l4 local
/llvm-project/flang/test/Integration/
H A Ddebug-local-var-2.f9076 logical(kind=4) :: l4 variable
/llvm-project/flang/test/Semantics/
H A Dkinds03.f9085 !DEF: /MainProgram1/l4 ObjectEntity TYPE(lpdt(k=4_4)) variable
H A Dresolve124.f9012 logical :: l1, l2, l3(n,n), l4(n) local
69 logical :: l1, l2, l3, l4, l5, l6, l7 local
H A Doffsets03.f9055 integer :: i4, j4, l4(10), k4(10) variable
H A Dassign03.f90291 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 Dp3-generic-lambda-1y.cpp44 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 Dicf-safe.s138 l4: label
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_deadlock_detector_test.cpp146 uptr l4 = d.newNode(4); in RunRemoveNodeTest() local
424 uptr l4 = d.newNode(0); in RunLockContextTest() local
/llvm-project/clang/test/CodeGen/
H A Dpartial-reinitialization1.c60 struct P4 l4 = { { L"foo" }, .x[2] = L'x' }; variable
H A Drenderscript.c
H A Darm-swiftcall.c724 long long l4; member
/llvm-project/llvm/unittests/ADT/
H A DPointerUnionTest.cpp27 PU4 i4, f4, l4, d4; member
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-ms-string-literals.cpp255 const char *l4 = "\x4"; variable

12