Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 2477) sorted by relevance

12345678910>>...100

/llvm-project/clang/test/SemaCXX/
H A Dnested-name-spec.cpp453 c d; c d; c d; c d; c d; c d; c d; c d; c d; c d; variable
449 c d; c d; c d; c d; c d; c d; c d; c d; c d; c d; c d; c d; c d; c d; c d; c d; global() variable
451 c d; c d; c d; c d; c d; c d; c d; c d; c d; c d; c d; c d; c d; c d; c d; c d; global() variable
455 c d; c d; c d; c d; c d; c d; c d; c d; c d; c d; c d; c d; c d; c d; c d; c d; global() variable
[all...]
H A Dconversion-delete-expr.cpp12 void f (D d) in f()
26 void f1 (D1 d) in f1()
40 void f2 (D2 d) in f2()
57 void f3 (D3 d) in f3()
89 void foo6(const Derived cd, Derived d) { in foo6()
105 void foo7 (DD d) in foo7()
/llvm-project/openmp/runtime/src/
H A Dkmp_debug.h81 #define KA_TRACE(d, x) \ argument
85 #define KB_TRACE(d, x) \ argument
89 #define KC_TRACE(d, x) \ argument
93 #define KD_TRACE(d, x) \ argument
97 #define KE_TRACE(d, x) \ argument
101 #define KF_TRACE(d, x) \ argument
105 #define K_DIAG(d, x) \ argument
112 #define KA_DUMP(d, x) \ argument
119 #define KB_DUMP(d, x) \ argument
126 #define KC_DUMP(d, x) \ argument
[all …]
H A Dz_Windows_NT-586_util.cpp19 kmp_int8 __kmp_test_then_or8(volatile kmp_int8 *p, kmp_int8 d) { in __kmp_test_then_or8()
33 kmp_int8 __kmp_test_then_and8(volatile kmp_int8 *p, kmp_int8 d) { in __kmp_test_then_and8()
47 kmp_uint32 __kmp_test_then_or32(volatile kmp_uint32 *p, kmp_uint32 d) { in __kmp_test_then_or32()
62 kmp_uint32 __kmp_test_then_and32(volatile kmp_uint32 *p, kmp_uint32 d) { in __kmp_test_then_and32()
78 kmp_int8 __kmp_test_then_add8(volatile kmp_int8 *p, kmp_int8 d) { in __kmp_test_then_add8()
92 kmp_int64 __kmp_test_then_add64(volatile kmp_int64 *p, kmp_int64 d) { in __kmp_test_then_add64()
107 kmp_uint64 __kmp_test_then_or64(volatile kmp_uint64 *p, kmp_uint64 d) { in __kmp_test_then_or64()
122 kmp_uint64 __kmp_test_then_and64(volatile kmp_uint64 *p, kmp_uint64 d) { in __kmp_test_then_and64()
/llvm-project/mlir/unittests/Dialect/OpenACC/
H A DOpenACCOpsTest.cpp212 for (auto d : dtypesWithoutNone) in testWaitOnly() local
46 for (auto d : dtypes) testAsyncOnly() local
83 for (auto d : dtypes) testAsyncValue() local
120 for (auto d : dtypesWithoutNone) testNumGangsValues() local
126 for (auto d : dtypes) testNumGangsValues() local
143 for (auto d : dtypes) testNumGangsValues() local
179 for (auto d : dtypes) testVectorLength() local
205 for (auto d : dtypes) testWaitOnly() local
258 for (auto d : dtypesWithoutNone) testWaitValues() local
265 for (auto d : dtypes) testWaitValues() local
284 for (auto d : dtypes) testWaitValues() local
341 for (auto d : dtypes) { TEST_F() local
351 for (auto d : dtypesWithoutNone) TEST_F() local
353 for (auto d : dtypes) { TEST_F() local
362 for (auto d : dtypesWithoutNone) TEST_F() local
364 for (auto d : dtypes) { TEST_F() local
373 for (auto d : dtypesWithoutNone) TEST_F() local
375 for (auto d : dtypes) { TEST_F() local
390 for (auto d : dtypes) { TEST_F() local
399 for (auto d : dtypesWithoutNone) TEST_F() local
405 for (auto d : dtypesWithoutNone) TEST_F() local
411 for (auto d : dtypesWithoutNone) TEST_F() local
417 for (auto d : dtypesWithoutNone) TEST_F() local
425 for (auto d : dtypesWithoutNone) TEST_F() local
434 for (auto d : dtypesWithoutNone) TEST_F() local
[all...]
/llvm-project/clang/test/OpenMP/
H A Datomic_ast_print.cpp1470 template <typename Ty> Ty ffoo(Ty *x, Ty e, Ty d) { in ffoo()
1827 char x, e, d; in bbaarr() local
1832 unsigned char x, e, d; in bbaarr() local
1837 short x, e, d; in bbaarr() local
1842 unsigned short x, e, d; in bbaarr() local
1847 int x, e, d; in bbaarr() local
1852 unsigned int x, e, d; in bbaarr() local
1857 long x, e, d; in bbaarr() local
1862 unsigned long x, e, d; in bbaarr() local
1867 long long x, e, d; in bbaarr() local
[all …]
/llvm-project/clang/test/CodeGenCXX/
H A Dbuiltin-launder.cpp25 TestVirtualFn *d = __builtin_launder(p); in test_builtin_launder_virtual_fn() local
39 TestPolyBase *d = __builtin_launder(p); in test_builtin_launder_poly_base() local
53 TestVirtualBase *d = __builtin_launder(p); in test_builtin_launder_virtual_base() local
69 int *d = __builtin_launder(p); in test_builtin_launder_ommitted_one() local
86 TestNoInvariant *d = __builtin_launder(p); in test_builtin_launder_ommitted_two() local
99 TestVirtualMember *d = __builtin_launder(p); in test_builtin_launder_virtual_member() local
112 TestVirtualMemberDepth2 *d = __builtin_launder(p); in test_builtin_launder_virtual_member_depth_2() local
124 TestVirtualReferenceMember *d = __builtin_launder(p); in test_builtin_launder_virtual_reference_member() local
137 TestRecursiveMember *d = __builtin_launder(p); in test_builtin_launder_recursive_member() local
152 TestVirtualRecursiveMember *d = __builtin_launder(p); in test_builtin_launder_virtual_recursive_member() local
[all …]
H A Dno-const-init-cxx2a.cpp8 struct d { in d() argument
7 struct d { global() struct
14 ed global() argument
H A Dtype-metadata.cpp210 void df1(D *d) { in df1()
221 void dg1(D *d) { in dg1()
232 void dh1(D *d) { in dh1()
244 void df2(D *d) { in df2()
254 void df3(D *d) { in df3()
261 D d; variable
292 void f(D *d) { in f()
/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.cpp47 Decorator d; in Print() local
62 Decorator d; in Print() local
102 Decorator d; in Print() local
123 Decorator d; in Print() local
141 Decorator d; Print() local
154 Decorator d; Print() local
167 Decorator d; Print() local
180 Decorator d; Print() local
193 Decorator d; Print() local
207 Decorator d; Print() local
220 Decorator d; Print() local
240 Decorator d; Print() local
254 Decorator d; Print() local
268 Decorator d; Print() local
280 Decorator d; Print() local
290 Decorator d; Print() local
310 Decorator d; Print() local
358 Decorator d; Print() local
388 Decorator d; Print() local
560 Decorator d; PrintShadowBytes() local
596 Decorator d; Print() local
[all...]
/llvm-project/libcxx/test/std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.discrete/
H A Dctor_init.pass.cpp29 D d = {}; in main() local
36 D d = {10}; in main() local
43 D d = {10, 30}; in main() local
51 D d = {30, 10}; in main() local
59 D d = {30, 0, 10}; in main() local
68 D d = {0, 30, 10}; in main() local
77 D d = {0, 0, 10}; in main() local
H A Dctor_iterator.pass.cpp29 D d(p0, p0); in main() local
37 D d(p0, p0+1); in main() local
45 D d(p0, p0+2); in main() local
54 D d(p0, p0+2); in main() local
63 D d(p0, p0+3); in main() local
73 D d(p0, p0+3); in main() local
83 D d(p0, p0+3); in main() local
/llvm-project/mlir/test/python/ir/
H A Ddiagnostic_handler.py77 def callback(d): argument
96 def callback(d): argument
113 def callback(d): argument
136 def callback(d): argument
151 def callback(d): argument
189 def callback1(d): argument
193 def callback2(d): argument
211 def callback1(d): argument
215 def callback2(d): argument
/llvm-project/flang/test/Lower/Intrinsics/
H A Dselected_real_kind.f9021 subroutine selected_real_kind_test1(p, r, d) argument
22 integer(1) :: p, r, d, res local
43 subroutine selected_real_kind_test2(p, r, d) argument
44 integer(2) :: p, r, d, res local
64 subroutine selected_real_kind_test4(p, r, d) argument
65 integer(4) :: p, r, d, res local
86 subroutine selected_real_kind_test8(p, r, d) argument
87 integer(8) :: p, r, d, res local
108 subroutine selected_real_kind_test16(p, r, d) argument
109 integer(16) :: p, r, d, res local
[all …]
/llvm-project/clang/test/Sema/
H A Dwarn-double-promotion.c3 float ReturnFloatFromDouble(double d) { in ReturnFloatFromDouble()
23 long double ReturnLongDoubleFromDouble(double d) { in ReturnLongDoubleFromDouble()
27 void Assignment(float f, double d, long double ld) { in Assignment()
39 void ArgumentPassing(float f, double d) { in ArgumentPassing()
45 void BinaryOperator(float f, double d, long double ld) { in BinaryOperator()
54 void MultiplicationAssignment(float f, double d, long double ld) { in MultiplicationAssignment()
67 void ConditionalOperator(float f, double d, long double ld, int i) { in ConditionalOperator()
H A Daix-pragma-pack-and-align.c15 double d; member
25 double d; member
52 double d; member
60 double d; member
85 double d; member
107 double d; member
130 double d; member
152 double d; member
178 double d; member
197 double d; member
[all …]
/llvm-project/clang/test/CoverageMapping/
H A Dmcdc-logical-stmt-ids-all.cpp3 bool func_if_and(bool a, bool b, bool c, bool d, bool e, bool f) { in func_if_and()
17 bool func_if_or(bool a, bool b, bool c, bool d, bool e, bool f) { in func_if_or()
31 bool func_while_and(bool a, bool b, bool c, bool d, bool e, bool f) { in func_while_and()
44 bool func_while_or(bool a, bool b, bool c, bool d, bool e, bool f) { in func_while_or()
57 bool func_for_and(bool a, bool b, bool c, bool d, bool e, bool f) { in func_for_and()
70 bool func_for_or(bool a, bool b, bool c, bool d, bool e, bool f) { in func_for_or()
83 bool func_do_and(bool a, bool b, bool c, bool d, bool e, bool f) { in func_do_and()
96 bool func_do_or(bool a, bool b, bool c, bool d, bool e, bool f) { in func_do_or()
109 bool func_ternary_and(bool a, bool b, bool c, bool d, bool e, bool f) { in func_ternary_and()
121 bool func_ternary_or(bool a, bool b, bool c, bool d, bool e, bool f) { in func_ternary_or()
[all …]
/llvm-project/libcxx/test/std/containers/associative/multimap/
H A Diterator.pass.cpp74 for (double d = 1; d <= 2; d += .5, ++i) in main() local
83 for (double d = 1; d <= 2; d += .5) in main() local
130 for (double d = 1; d <= 2; d += .5, ++i) in main() local
137 for (double d = 2; d >= 1; d -= .5) in main() local
183 for (double d = 1; d <= 2; d += .5, ++i) in main() local
192 for (double d = 1; d <= 2; d += .5) in main() local
239 for (double d = 1; d <= 2; d += .5, ++i) in main() local
246 for (double d = 2; d >= 1; d -= .5) in main() local
/llvm-project/clang/test/Profile/
H A Dcxx-implicit.cpp42 Derived::Derived(const Derived &d) : Base(d) {} in Derived()
43 Derived::Derived(Derived &&d) : Base(static_cast<Base&&>(d)) {} in Derived() function in Derived
44 Derived& Derived::operator=(const Derived &d) { in operator =()
48 Derived& Derived::operator=(Derived &&d) { in operator =()
/llvm-project/clang/test/CodeGen/
H A Dstrictfp_builtins.c52 void test_fpclassify(double d) { in test_fpclassify()
100 void test_double_isinf(double d) { in test_double_isinf()
148 void test_double_isfinite(double d) { in test_double_isfinite()
168 void test_isinf_sign(double d) { in test_isinf_sign()
216 void test_double_isnan(double d) { in test_double_isnan()
232 void test_isnormal(double d) { in test_isnormal()
H A Dno-builtin-2.c15 void foo1(char *s, char *d, size_t n) { in foo1()
27 void foo2(char *s, char *d, size_t n) __attribute__((no_builtin("memset"))) { in foo2()
39 void foo3(char *s, char *d, size_t n) __attribute__((no_builtin("memset", "memcpy"))) { in foo3()
51 void foo4(char *s, char *d, size_t n) __attribute__((no_builtin)) { in foo4()
/llvm-project/clang/test/Analysis/
H A Dpointer-sub.c5 int d = &y - &x; // expected-warning{{Subtraction of two pointers that do not point into the same array is undefined behavior}} f1() local
26 int d = q - p; // no-warning (pointers into the same array) f2() local
47 int d; f3() local
68 int d = p - a; // d == 1 // expected-warning{{subtraction of pointers to type 'int[m]' of zero size has undefined behavior}} f4() local
80 int d[10]; // expected-note2{{Array at the left-hand side of subtraction}} global() member
86 int d; f5() local
103 int d = a1[3] - l; f6() local
116 int d = &a[10] - p; // no-warning ('p' is unknown, even if it cannot point into 'a') f7() local
121 int d = a[n] - a[0]; f8() local
[all...]
/llvm-project/flang/test/Semantics/
H A Ddim01.f9018 integer, optional, intent(in) :: d local
26 integer, pointer, intent(in) :: d local
32 integer, allocatable, intent(in) :: d local
50 integer, optional, intent(in) :: d local
59 integer, pointer, intent(in) :: d local
66 integer, allocatable, intent(in) :: d local
H A Dabstract01.f9025 subroutine sub1(d) argument
26 class(abstract) d local
28 subroutine sub2(d) argument
29 class(abstract) d(:) local
/llvm-project/libcxx/test/std/containers/sequences/vector/vector.cons/
H A Dinitializer_list.pass.cpp24 std::vector<int> d = {3, 4, 5, 6}; in tests() local
33 std::vector<int, min_allocator<int>> d = {3, 4, 5, 6}; in tests() local
42 std::vector<int, safe_allocator<int>> d = {3, 4, 5, 6}; in tests() local

12345678910>>...100