/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/ |
H A D | move_convert.pass.cpp | 190 U2 u2(nullptr, dsource); in doDeleterTest() local 324 U2 u2; in test_deleter_value_category() local 333 U2 u2; in test_deleter_value_category() local 342 U2 u2; in test_deleter_value_category() local 352 U2 u2(nullptr, d2); in test_deleter_value_category() local 361 U2 u2(nullptr, d2); in test_deleter_value_category() local 371 U2 u2(nullptr, d2); in test_deleter_value_category() local 380 U2 u2(nullptr, d2); in test_deleter_value_category() local 390 U2 u2(nullptr, cd2); in test_deleter_value_category() local 399 U2 u2(nullptr, cd2); in test_deleter_value_category() local
|
/llvm-project/flang/test/Lower/OpenMP/ |
H A D | delayed-privatization-array.f90 | 50 subroutine delayed_privatization_private_2d(var1, l1, u1, l2, u2) argument 52 integer(8):: l1, u1, l2, u2 local
|
/llvm-project/clang/test/CodeGenCUDA/ |
H A D | unused-global-var.cu | 39 __constant__ int u2; variable
|
H A D | host-used-device-var.cu | 35 __constant__ int u2; variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx0x-nontrivial-union.cpp | 13 union u2 { union 16 u2(int k) : k(k) {} in u2() function 17 u2() : nt() {} in u2() function 177 U2 u2; variable
|
H A D | constexpr-printing.cpp | 37 U u2(0); // expected-note {{here}} variable
|
/llvm-project/flang/test/Lower/Intrinsics/ |
H A D | lbound.f90 | 63 subroutine lbound_test_4(a, dim, l1, u1, l2, u2) argument 64 integer(8):: dim, l1, u1, l2, u2 local
|
/llvm-project/clang/test/CodeGen/ |
H A D | union-non-trivial-member.cpp | 20 UnionNonTrivial u2; in f() local
|
H A D | mcu-struct-return.c | 15 } u2; variable
|
H A D | designated-initializers.c | 12 union { int i; double f; } u2 = { }; variable 163 union { int i; float f; } u2 = { }; in test1() local
|
H A D | union.c | 46 union { int large_bitfield: 31; char c } u2; variable
|
H A D | builtin-dump-struct.c | 114 int u2; member
|
H A D | builtin-preserve-access-index.c | 96 union u2 { union
|
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
H A D | move_convert.pass.cpp | 180 U2 u2; in test_deleter_value_category() local 188 U2 u2(nullptr, d2); in test_deleter_value_category() local 195 U2 u2(nullptr, d2); in test_deleter_value_category() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | fun-template-def.cpp | 38 U u2 = (T)i1; in f1() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | pro-type-union-access.cpp | 37 U u2 = u; // OK check() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | bitfield-layout.cpp | 51 Test4 u2; in test_assign() local 79 Test4 u2 = {42}; in test_init() local
|
/llvm-project/libcxx/test/std/utilities/utility/pairs/pair.piecewise/ |
H A D | piecewise_construct.pass.cpp | 40 constexpr explicit B(double d, unsigned u1, unsigned u2) : d_(d), u1_(u1), u2_(u2) {} in B()
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-APValue-union.cpp | 49 constexpr U2 u2{}; in Test() local
|
H A D | ast-dump-APValue-struct.cpp | 35 } u2; member
|
/llvm-project/flang/test/Semantics/ |
H A D | allocate04.f90 | 29 class(*), allocatable :: u1, u2(:) local
|
/llvm-project/clang/test/CXX/class/class.static/class.static.data/ |
H A D | p3.cpp | 49 U<NonLit> u2; // expected-note {{here}} variable
|
/llvm-project/clang/test/Analysis/ |
H A D | constant-folding.c | 285 void testDisequalityRules(unsigned int u1, unsigned int u2, unsigned int u3, in testDisequalityRules()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/ |
H A D | static-object-exception.cpp | 130 U u2; // ok in f() local 191 U u2; // ok in f() local
|
/llvm-project/libclc/generic/lib/math/ |
H A D | log_base.h | 111 float u2 = MATH_DIVIDE(r, 2.0f + r); in log2() local
|