/llvm-project/flang/test/Lower/OpenMP/ |
H A D | delayed-privatization-array.f90 | 21 subroutine delayed_privatization_private_1d(var1, l1, u1) argument 23 integer(8):: l1, u1 local 50 subroutine delayed_privatization_private_2d(var1, l1, u1, l2, u2) argument 52 integer(8):: l1, u1, l2, u2 local
|
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/ |
H A D | move_convert.pass.cpp | 189 U1 u1(nullptr, ddest); in doDeleterTest() local 323 U1 u1; in test_deleter_value_category() local 332 U1 u1(nullptr, d1); in test_deleter_value_category() local 341 U1 u1(nullptr, cd1); in test_deleter_value_category() local 351 U1 u1; in test_deleter_value_category() local 360 U1 u1; in test_deleter_value_category() local 370 U1 u1(nullptr, d1); in test_deleter_value_category() local 379 U1 u1(nullptr, d1); in test_deleter_value_category() local 389 U1 u1(nullptr, cd1); in test_deleter_value_category() local 398 U1 u1(nullptr, cd1); in test_deleter_value_category() local
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | udivmodti4.c | 23 static inline du_int udiv128by64to64default(du_int u1, du_int u0, du_int v, in udiv128by64to64default() 84 static inline du_int udiv128by64to64(du_int u1, du_int u0, du_int v, in udiv128by64to64()
|
/llvm-project/clang/test/CodeGen/ |
H A D | indirect-noundef.cpp | 7 union u1 { union
|
H A D | union-non-trivial-member.cpp | 19 UnionInt u1; in f() local
|
H A D | noundef-analysis.cpp | 4 union u1 { union
|
H A D | builtins-bpf-preserve-field-info-1.c | 11 union u1 { union
|
H A D | xcore-stringtype.c | 157 union U3{union U1 u1;}; member 158 union U4{union U1 u1;}; member 159 void unionType1(union U1 u1) {} in unionType1()
|
H A D | mcu-struct-return.c | 10 } u1; variable
|
/llvm-project/clang/test/CodeGenCUDA/ |
H A D | unused-global-var.cu | 36 __device__ int u1; variable
|
H A D | host-used-device-var.cu | 32 __device__ int u1; variable
|
/llvm-project/clang/test/Parser/ |
H A D | cxx-friend.cpp | 19 int u1; member
|
/llvm-project/clang/test/CodeGen/LoongArch/ |
H A D | abi-lp64d-empty-unions.c | 10 union u1 { }; union
|
/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/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
H A D | move_convert.pass.cpp | 182 U1 u1(std::move(u2)); in test_deleter_value_category() local 189 U1 u1(std::move(u2)); in test_deleter_value_category() local 196 U1 u1(std::move(u2)); in test_deleter_value_category() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | fun-template-def.cpp | 24 T f1(T t1, U u1, int i1, T** tpp) in f1()
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | bitfield-layout.cpp | 50 Test1 u1; in test_assign() local 78 Test1 u1 = {1}; in test_init() local
|
/llvm-project/clang/test/Sema/ |
H A D | vector-ops.c | 79 unsigned u1; in testLogicalVecScalar() 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 | 45 constexpr U1 u1{}; in Test() local
|
/llvm-project/clang/test/AST/Interp/ |
H A D | unions.cpp |
|
/llvm-project/flang/test/Semantics/ |
H A D | allocate04.f90 | 29 class(*), allocatable :: u1, u2(:) local
|
/llvm-project/clang/test/Preprocessor/ |
H A D | ucn-pp-identifier.c | 122 #define \u1{123} // expected-warning {{incomplete universal character name; treating as '\' f… macro
|
/llvm-project/clang/test/CXX/class/class.static/class.static.data/ |
H A D | p3.cpp | 48 U<int> u1; 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()
|