Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 2109) sorted by relevance

12345678910>>...85

/llvm-project/flang/include/flang/Optimizer/Dialect/
H A DFIRType.h106 inline bool isa_ref_type(mlir::Type t) { in isa_ref_type() argument
112 isa_box_type(mlir::Type t) isa_box_type() argument
119 isa_passbyref_type(mlir::Type t) isa_passbyref_type() argument
127 conformsWithPassByRef(mlir::Type t) conformsWithPassByRef() argument
132 isa_derived(mlir::Type t) isa_derived() argument
135 isa_builtin_cptr_type(mlir::Type t) isa_builtin_cptr_type() argument
143 isa_aggregate(mlir::Type t) isa_aggregate() argument
156 isa_real(mlir::Type t) isa_real() argument
161 isa_integer(mlir::Type t) isa_integer() argument
166 isa_vector(mlir::Type t) isa_vector() argument
179 isa_complex(mlir::Type t) isa_complex() argument
184 isa_char(mlir::Type t) isa_char() argument
188 isa_trivial(mlir::Type t) isa_trivial() argument
194 isa_char_string(mlir::Type t) isa_char_string() argument
208 characterWithDynamicLen(mlir::Type t) characterWithDynamicLen() argument
223 getRankOfShapeType(mlir::Type t) getRankOfShapeType() argument
234 boxMemRefType(fir::BaseBoxType t) boxMemRefType() argument
242 unwrapSequenceType(mlir::Type t) unwrapSequenceType() argument
251 unwrapRefType(mlir::Type t) unwrapRefType() argument
259 unwrapPassByRefType(mlir::Type t) unwrapPassByRefType() argument
281 unwrapUntilSeqType(mlir::Type t) unwrapUntilSeqType() argument
461 isBoxAddress(mlir::Type t) isBoxAddress() argument
467 isBoxAddressOrValue(mlir::Type t) isBoxAddressOrValue() argument
472 isBoxProcAddressType(mlir::Type t) isBoxProcAddressType() argument
[all...]
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Ddefault.pass.cpp51 std::tuple<> t; in main() local
55 std::tuple<int> t; in main() local
59 std::tuple<int, char*> t; in main() local
64 std::tuple<int, char*, std::string> t; in main() local
70 std::tuple<int, char*, std::string, DefaultOnly> t; in main() local
91 constexpr std::tuple<> t; in main() local
95 constexpr std::tuple<int> t; in main() local
99 constexpr std::tuple<int, char*> t; in main() local
108 std::tuple<IllFormedDefault> t(v); in main() local
H A Dconst_Types.pass.cpp83 std::tuple<int*> t = 0; in main() local
87 std::tuple<int> t(2); in main() local
92 constexpr std::tuple<int> t(2); in main() local
96 constexpr std::tuple<int> t; in main() local
101 std::tuple<int, char*> t(2, 0); in main() local
107 constexpr std::tuple<int, char*> t(2, nullptr); in main() local
113 std::tuple<int, char*> t(2, nullptr); in main() local
118 std::tuple<int, char*, std::string> t(2, nullptr, "text"); in main() local
128 std::tuple<int, NoValueCtor, int, int> t(1, NoValueCtor(), 2, 3); in main() local
135 std::tuple<int, NoValueCtorEmpty, int, int> t(1, NoValueCtorEmpty(), 2, 3); in main() local
H A Dcopy.pass.cpp30 T t = t0; in main() local
36 T t = t0; in main() local
42 T t = t0; in main() local
49 T t = t0; in main() local
58 constexpr T t = t0; in main() local
64 constexpr T t = t0; in main() local
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_extended_types.pass.cpp105 Tuple t{a}; in test_ext_int_0() local
113 TuplePtr t{&a}; in test_ext_int_0() local
121 TupleBase t{a}; in test_ext_int_0() local
129 TupleWrap t{a}; in test_ext_int_0() local
137 ConstTuple t{a}; in test_ext_int_0() local
145 ConstTuplePtr t{&a}; in test_ext_int_0() local
153 ConstTupleBase t{a}; in test_ext_int_0() local
161 ConstTupleWrap t{a}; in test_ext_int_0() local
168 Tuple t{a}; in test_ext_int_0() local
174 TuplePtr t{&a}; in test_ext_int_0() local
[all …]
/llvm-project/clang/test/Parser/
H A Dpragma-weak.c22 int t; in pragma_is_not_a_statement() local
26 #pragma weak t in pragma_is_not_a_statement() macro
28 #pragma weak t in pragma_is_not_a_statement() macro
33 #pragma weak t in pragma_is_not_a_statement() macro
37 #pragma weak t in pragma_is_not_a_statement() macro
41 #pragma weak t in pragma_is_not_a_statement() macro
/llvm-project/openmp/runtime/test/tasking/
H A Domp_task_priority2.c29 int val, t = omp_get_thread_num(); in main() local
37 int val, t = omp_get_thread_num(); in main() local
45 int val, t = omp_get_thread_num(); in main() local
53 int val, t = omp_get_thread_num(); in main() local
77 int val, t = omp_get_thread_num(); in main() local
85 int val, t = omp_get_thread_num(); in main() local
93 int val, t = omp_get_thread_num(); in main() local
101 int val, t = omp_get_thread_num(); in main() local
/llvm-project/clang/test/Sema/
H A Darm_acle.c9 void test_dmb_const_diag(const unsigned int t) { in test_dmb_const_diag()
13 void test_dsb_const_diag(const unsigned int t) { in test_dsb_const_diag()
17 void test_isb_const_diag(const unsigned int t) { in test_isb_const_diag()
26 int32_t test_ssat_const_diag(int32_t t, const int32_t v) { in test_ssat_const_diag()
30 int32_t test_usat_const_diag(int32_t t, const int32_t v) { in test_usat_const_diag()
46 void test_dbg_const_diag(unsigned int t) { in test_dbg_const_diag()
/llvm-project/clang/unittests/AST/
H A DStructuralEquivalenceTest.cpp304 auto t = makeNamedDecls("void foo();", "template<class T> void foo();", in TEST_F() local
310 auto t = makeDecls<FunctionDecl>( in TEST_F() local
318 auto t = makeDecls&lt;FunctionDecl&gt;( TEST_F() local
326 auto t = makeDecls&lt;FunctionDecl&gt;(&quot;struct X{ X(); };&quot;, &quot;struct X{ ~X(); };&quot;, TEST_F() local
333 auto t = TEST_F() local
339 auto t = makeNamedDecls(&quot;void foo(int);&quot;, &quot;void foo(const int);&quot;, Lang_CXX03); TEST_F() local
345 auto t = makeNamedDecls(&quot;void foo();&quot;, &quot;void foo() throw();&quot;, Lang_CXX03); TEST_F() local
350 auto t = makeNamedDecls(&quot;void foo();&quot;, TEST_F() local
356 auto t = makeNamedDecls(&quot;void foo() throw();&quot;, TEST_F() local
362 auto t = makeNamedDecls(&quot;void foo() throw();&quot;, TEST_F() local
368 auto t = makeNamedDecls(&quot;void foo() throw();&quot;, TEST_F() local
374 auto t = makeNamedDecls(&quot;void foo() noexcept(false);&quot;, TEST_F() local
380 auto t = makeNamedDecls(&quot;void foo() noexcept(false);&quot;, TEST_F() local
386 auto t = makeNamedDecls(&quot;void foo() noexcept;&quot;, TEST_F() local
392 auto t = makeNamedDecls(&quot;void foo() noexcept;&quot;, TEST_F() local
398 auto t = makeNamedDecls(&quot;char foo();&quot;, &quot;int foo();&quot;, Lang_CXX03); TEST_F() local
403 auto t = makeNamedDecls(&quot;char foo();&quot;, &quot;const char foo();&quot;, Lang_CXX03); TEST_F() local
408 auto t = makeNamedDecls(&quot;char &foo();&quot;, TEST_F() local
414 auto t = makeNamedDecls(&quot;void foo(int);&quot;, &quot;void foo(int, int);&quot;, Lang_CXX03); TEST_F() local
419 auto t = makeNamedDecls(&quot;void foo(int);&quot;, &quot;void foo(char);&quot;, Lang_CXX03); TEST_F() local
424 auto t = makeNamedDecls(&quot;void foo(int a);&quot;, &quot;void foo(int b);&quot;, Lang_CXX03); TEST_F() local
429 auto t = TEST_F() local
435 auto t = makeNamedDecls(&quot;void foo(int *);&quot;, &quot;void foo(int);&quot;, Lang_CXX03); TEST_F() local
440 auto t = makeNamedDecls(&quot;void ((foo))();&quot;, &quot;void foo();&quot;, Lang_CXX03); TEST_F() local
445 auto t = makeNamedDecls( TEST_F() local
453 auto t = makeNamedDecls( TEST_F() local
461 auto t = makeNamedDecls(&quot;__attribute__((noreturn)) void foo();&quot;, TEST_F() local
472 auto t = makeNamedDecls(&quot;__attribute__((preserve_all)) void foo();&quot;, TEST_F() local
481 auto t = makeNamedDecls( TEST_F() local
491 auto t = makeDecls&lt;CXXMethodDecl&gt;(&quot;struct X { void foo(); };&quot;, TEST_F() local
498 auto t = makeNamedDecls(&quot;struct X { virtual void foo(); };&quot;, TEST_F() local
505 auto t = TEST_F() local
512 auto t = makeNamedDecls(&quot;struct X { void foo(); };&quot;, TEST_F() local
518 auto t = makeNamedDecls(&quot;struct X { void foo(); };&quot;, TEST_F() local
524 auto t = makeNamedDecls(&quot;struct X { void foo(); };&quot;, TEST_F() local
530 auto t = makeNamedDecls(&quot;struct X { void foo() &; };&quot;, TEST_F() local
536 auto t = makeDecls&lt;CXXMethodDecl&gt;(&quot;struct X { public: void foo(); };&quot;, TEST_F() local
543 auto t = makeNamedDecls(&quot;struct X { void foo(); };&quot;, TEST_F() local
549 auto t = makeDecls&lt;FunctionDecl&gt;(&quot;void foo();&quot;, &quot;struct foo { foo(); };&quot;, TEST_F() local
556 auto t = makeDecls&lt;CXXConstructorDecl&gt;(&quot;struct X { X(); };&quot;, TEST_F() local
563 auto t = makeDecls&lt;CXXConstructorDecl&gt;(&quot;struct X { X(int); };&quot;, TEST_F() local
571 auto t = makeDecls&lt;CXXConstructorDecl&gt;(&quot;struct X { X(); };&quot;, TEST_F() local
579 auto t = makeDecls&lt;CXXConversionDecl&gt;(&quot;struct X { operator bool(); };&quot;, TEST_F() local
587 auto t = TEST_F() local
596 auto t = makeDecls&lt;FunctionDecl&gt;( TEST_F() local
604 auto t = makeDecls&lt;FunctionDecl&gt;( TEST_F() local
620 auto t = makeDecls&lt;CXXRecordDecl&gt;(&quot;struct A{ };&quot;, &quot;struct B{ };&quot;, Lang_CXX03, TEST_F() local
627 auto t = makeNamedDecls(&quot;struct foo{ int x; };&quot;, &quot;struct foo{ char x; };&quot;, TEST_F() local
634 auto t = makeNamedDecls(&quot;struct foo{ int x(); };&quot;, &quot;struct foo{ char x(); };&quot;, TEST_F() local
640 auto t = makeNamedDecls(&quot;struct A{ }; struct foo: A { };&quot;, TEST_F() local
646 auto t = TEST_F() local
654 auto t = TEST_F() local
669 auto t = makeNamedDecls(Code, Code, Lang_CXX03); TEST_F() local
674 auto t = makeTuDecls( TEST_F() local
701 auto t = makeTuDecls( TEST_F() local
731 auto t = makeTuDecls( TEST_F() local
784 auto t = makeTuDecls(Code, Code, Lang_C99); TEST_F() local
808 auto t = makeDecls&lt;CXXRecordDecl&gt;(&quot;struct A { };&quot;, TEST_F() local
816 auto t = makeNamedDecls(&quot;class foo;&quot;, &quot;class foo;&quot;, Lang_CXX11); TEST_F() local
822 auto t = TEST_F() local
829 auto t = makeNamedDecls(&quot;class foo { int A; };&quot;, &quot;class foo { int A; };&quot;, TEST_F() local
835 auto t = makeNamedDecls(&quot;class foo { int B; };&quot;, &quot;class foo { int A; };&quot;, TEST_F() local
841 auto t = makeNamedDecls(&quot;struct foo { friend class X; };&quot;, TEST_F() local
848 auto t = makeNamedDecls(&quot;struct foo { friend class X; friend class Y; };&quot;, TEST_F() local
855 auto t = makeNamedDecls(&quot;struct foo { friend class X; friend class Y; };&quot;, TEST_F() local
866 auto t = makeDecls&lt;LambdaExpr&gt;( TEST_F() local
878 auto t = makeDecls&lt;LambdaExpr&gt;( TEST_F() local
890 auto t = makeDecls&lt;LambdaExpr&gt;( TEST_F() local
902 auto t = makeDecls&lt;LambdaExpr&gt;( TEST_F() local
914 auto t = makeNamedDecls(&quot;struct A{ }; struct B{ }; void foo(A a, A b);&quot;, TEST_F() local
1035 auto t = makeDecls&lt;VarDecl&gt;(Code + R&quot;( TEST_F() local
1088 auto t = makeNamedDecls(&quot;enum class foo;&quot;, &quot;enum class foo;&quot;, Lang_CXX11); TEST_F() local
1094 auto t = TEST_F() local
1101 auto t = makeNamedDecls(&quot;enum class foo { A };&quot;, &quot;enum class foo { A };&quot;, TEST_F() local
1107 auto t = makeNamedDecls(&quot;enum class foo { B };&quot;, &quot;enum class foo { A };&quot;, TEST_F() local
1115 auto t = makeNamedDecls(&quot;enum foo { foo = 1 };&quot;, &quot;enum foo { foo = 1 };&quot;, TEST_F() local
1122 auto t = TEST_F() local
1129 auto t = makeNamedDecls(&quot;enum e { foo = 1 + 1 };&quot;, &quot;enum e { foo = 2 };&quot;, TEST_F() local
1136 auto t = makeNamedDecls(&quot;enum e : unsigned { foo = 1 };&quot;, TEST_F() local
1142 auto t = makeNamedDecls(&quot;enum e : short { foo = 1 };&quot;, TEST_F() local
1148 auto t = TEST_F() local
1157 auto t = makeDecls&lt;ObjCCategoryDecl&gt;(&quot;@interface A @end @interface A(X) @end&quot;, TEST_F() local
1164 auto t = makeDecls&lt;ObjCCategoryDecl&gt;(&quot;@interface A @end @interface A(X) @end&quot;, TEST_F() local
1171 auto t = makeDecls&lt;ObjCCategoryDecl&gt;(&quot;@interface A @end @interface A(X) @end&quot;, TEST_F() local
1178 auto t = makeDecls&lt;ObjCCategoryDecl&gt;(&quot; @interface A(X) @end&quot;, TEST_F() local
1190 auto t = makeDecls&lt;ObjCCategoryDecl&gt;(&quot;@interface A @end @interface A(X) @end&quot;, TEST_F() local
1197 auto t = makeDecls&lt;ObjCCategoryDecl&gt;( TEST_F() local
1205 auto t = makeDecls&lt;ObjCCategoryDecl&gt;( TEST_F() local
1213 auto t = makeDecls&lt;ObjCCategoryDecl&gt;( TEST_F() local
1223 auto t = makeDecls&lt;ObjCCategoryDecl&gt;( TEST_F() local
1231 auto t = makeDecls&lt;ObjCCategoryDecl&gt;( TEST_F() local
1239 auto t = makeDecls&lt;ObjCCategoryDecl&gt;( TEST_F() local
1247 auto t = makeDecls&lt;ObjCCategoryDecl&gt;( TEST_F() local
1255 auto t = makeDecls&lt;ObjCCategoryDecl&gt;( TEST_F() local
1263 auto t = makeDecls&lt;ObjCCategoryDecl&gt;( TEST_F() local
1271 auto t = makeDecls&lt;ObjCCategoryDecl&gt;( TEST_F() local
1279 auto t = makeDecls&lt;ObjCCategoryDecl&gt;( TEST_F() local
1287 auto t = makeDecls&lt;ObjCCategoryDecl&gt;( TEST_F() local
1301 auto t = makeDecls&lt;ObjCCategoryDecl&gt;( TEST_F() local
1309 auto t = makeDecls&lt;ObjCCategoryDecl&gt;( TEST_F() local
1317 auto t = makeDecls&lt;ObjCCategoryDecl&gt;( TEST_F() local
1325 auto t = makeDecls&lt;ObjCCategoryDecl&gt;( TEST_F() local
1333 auto t = makeDecls&lt;ObjCCategoryDecl&gt;( TEST_F() local
1340 auto t = makeDecls&lt;ObjCCategoryDecl&gt;( TEST_F() local
1350 auto t = makeNamedDecls(&quot;template &lt;class T&gt; struct foo;&quot;, TEST_F() local
1356 auto t = makeNamedDecls(&quot;template &lt;class T&gt; struct foo;&quot;, TEST_F() local
1362 auto t = makeNamedDecls(&quot;template &lt;class T&gt; struct foo;&quot;, TEST_F() local
1369 auto t = makeNamedDecls(Code, Code, Lang_CXX03); TEST_F() local
1374 auto t = makeNamedDecls(&quot;class foo { int a : 2; };&quot;, TEST_F() local
1381 auto t = makeNamedDecls(Code, Code, Lang_CXX03); TEST_F() local
1386 auto t = makeNamedDecls( TEST_F() local
1394 auto t = makeNamedDecls( TEST_F() local
1424 auto t = makeDecls&lt;ClassTemplateSpecializationDecl&gt;( TEST_F() local
1454 auto t = makeDecls&lt;ClassTemplateSpecializationDecl&gt;( TEST_F() local
1502 auto t = makeDecls&lt;FunctionTemplateDecl&gt;(Code, Code, Lang_CXX11, TEST_F() local
1520 auto t = makeDecls&lt;FunctionTemplateDecl&gt;(Code + R&quot;( TEST_F() local
1555 auto t = makeDecls&lt;FunctionTemplateDecl&gt;(Code, Code, Lang_CXX11, TEST_F() local
1573 auto t = makeDecls&lt;FunctionTemplateDecl&gt;(Code + R&quot;( TEST_F() local
1602 auto t = makeDecls&lt;FunctionTemplateDecl&gt;(Code + R&quot;( TEST_F() local
1624 auto t = makeDecls&lt;ClassTemplateSpecializationDecl&gt;( TEST_F() local
1649 auto t = makeDecls&lt;ClassTemplateSpecializationDecl&gt;( TEST_F() local
1675 auto t = makeDecls&lt;ClassTemplateSpecializationDecl&gt;( TEST_F() local
1700 auto t = makeDecls&lt;ClassTemplateSpecializationDecl&gt;( TEST_F() local
1760 auto t = makeDecls&lt;ClassTemplateSpecializationDecl&gt;( TEST_F() local
2011 auto t = makeWrappedStmts(&quot;lbl: &&lbl;&quot;, &quot;lbl: &&lbl;&quot;, Lang_CXX03, TEST_F() local
2017 auto t = makeWrappedStmts(&quot;lbl1: lbl2: &&lbl1;&quot;, &quot;lbl1: lbl2: &&lbl2;&quot;, TEST_F() local
2036 auto t = makeStmts( TEST_F() local
2047 auto t = makeStmts( TEST_F() local
2057 auto t = makeWrappedStmts(&quot;1 + 1&quot;, &quot;1 + 1&quot;, Lang_CXX03, binaryOperator()); TEST_F() local
2062 auto t = makeWrappedStmts(&quot;1 + 1&quot;, &quot;1 - 1&quot;, Lang_CXX03, binaryOperator()); TEST_F() local
2068 auto t = makeStmts(Src, Src, Lang_CXX03, callExpr()); TEST_F() local
2074 auto t = makeStmts(FunctionSrc + &quot;void wrapper() { func1(); }&quot;, TEST_F() local
2081 auto t = makeWrappedStmts(&quot;'a'&quot;, &quot;'a'&quot;, Lang_CXX03, characterLiteral()); TEST_F() local
2086 auto t = makeWrappedStmts(&quot;'a'&quot;, &quot;'b'&quot;, Lang_CXX03, characterLiteral()); TEST_F() local
2091 auto t = makeWrappedStmts(&quot;__is_lvalue_expr(1)&quot;, &quot;__is_lvalue_expr(1)&quot;, TEST_F() local
2097 auto t = makeWrappedStmts(&quot;__is_lvalue_expr(1)&quot;, &quot;__is_rvalue_expr(1)&quot;, TEST_F() local
2103 auto t = makeWrappedStmts(&quot;1.0&quot;, &quot;1.0&quot;, Lang_CXX03, fallbackExprMatcher()); TEST_F() local
2108 auto t = makeWrappedStmts(&quot;0x10.1p0&quot;, &quot;16.0625&quot;, Lang_CXX17, TEST_F() local
2115 auto t = makeWrappedStmts(&quot;1.0&quot;, &quot;1.0f&quot;, Lang_CXX03, fallbackExprMatcher()); TEST_F() local
2120 auto t = makeWrappedStmts(&quot;1.01&quot;, &quot;1.0&quot;, Lang_CXX03, fallbackExprMatcher()); TEST_F() local
2125 auto t = makeWrappedStmts(&quot;_Generic(0u, unsigned int: 0, float: 1)&quot;, TEST_F() local
2132 auto t = makeWrappedStmts(&quot;_Generic(0u, unsigned int: 0, float: 1)&quot;, TEST_F() local
2139 auto t = makeWrappedStmts(&quot;_Generic(0u, unsigned int: 0, float: 1)&quot;, TEST_F() local
2146 auto t = makeStmts( TEST_F() local
2169 auto t = makeStmts( TEST_F() local
2191 auto t = makeWrappedStmts(&quot;1&quot;, &quot;1&quot;, Lang_CXX03, integerLiteral()); TEST_F() local
2196 auto t = makeWrappedStmts(&quot;1&quot;, &quot;0x1&quot;, Lang_CXX03, integerLiteral()); TEST_F() local
2202 auto t = makeWrappedStmts(&quot;1&quot;, &quot;2&quot;, Lang_CXX03, integerLiteral()); TEST_F() local
2207 auto t = makeWrappedStmts(&quot;1&quot;, &quot;1L&quot;, Lang_CXX03, integerLiteral()); TEST_F() local
2213 auto t = makeStmts(ClassSrc + &quot;int wrapper() { C c; return c.a; }&quot;, TEST_F() local
2221 auto t = makeStmts(ClassSrc + &quot;int wrapper() { C c; return c.a; }&quot;, TEST_F() local
2228 auto t = TEST_F() local
2234 auto t = TEST_F() local
2240 auto t = makeWrappedStmts(&quot;\&quot;a\&quot;&quot;, &quot;\&quot;a\&quot;&quot;, Lang_CXX03, stringLiteral()); TEST_F() local
2245 auto t = makeWrappedStmts(&quot;\&quot;a\&quot;&quot;, &quot;\&quot;b\&quot;&quot;, Lang_CXX03, stringLiteral()); TEST_F() local
2250 auto t = makeWrappedStmts(&quot;\&quot;a\&quot;&quot;, &quot;\&quot;aa\&quot;&quot;, Lang_CXX03, stringLiteral()); TEST_F() local
2255 auto t = makeWrappedStmts(&quot;__is_pod(int)&quot;, &quot;__is_pod(int)&quot;, Lang_CXX03, TEST_F() local
2261 auto t = makeWrappedStmts(&quot;__is_pod(int)&quot;, &quot;__is_pod(long)&quot;, Lang_CXX03, TEST_F() local
2267 auto t = makeWrappedStmts( TEST_F() local
2273 auto t = makeWrappedStmts(&quot;__is_constructible(int)&quot;, TEST_F() local
2279 auto t = makeWrappedStmts(&quot;sizeof(int)&quot;, &quot;sizeof(int)&quot;, Lang_CXX03, TEST_F() local
2285 auto t = makeWrappedStmts(&quot;sizeof(int)&quot;, &quot;alignof(long)&quot;, Lang_CXX11, TEST_F() local
2291 auto t = makeWrappedStmts(&quot;sizeof(int)&quot;, &quot;sizeof(long)&quot;, Lang_CXX03, TEST_F() local
2297 auto t = makeWrappedStmts(&quot;+1&quot;, &quot;+1&quot;, Lang_CXX03, unaryOperator()); TEST_F() local
2302 auto t = makeWrappedStmts(&quot;+1&quot;, &quot;-1&quot;, Lang_CXX03, unaryOperator()); TEST_F() local
2308 auto t = makeNamedDecls( TEST_F() local
2432 auto t = makeNamedDecls( TEST_F() local
2458 auto t = makeNamedDecls( TEST_F() local
2476 auto t = makeStmts( TEST_F() local
2498 auto t = makeStmts( TEST_F() local
2531 auto t = makeStmts( TEST_F() local
2561 auto t = makeStmts( TEST_F() local
2618 auto t = makeStmts( TEST_F() local
[all...]
/llvm-project/libcxx/test/std/re/re.traits/
H A Dgetloc.pass.cpp26 std::regex_traits<char> t; in main() local
31 std::regex_traits<wchar_t> t; in main() local
37 std::regex_traits<char> t; in main() local
43 std::regex_traits<wchar_t> t; in main() local
H A Ddefault.pass.cpp26 std::regex_traits<char> t; in main() local
31 std::regex_traits<wchar_t> t; in main() local
37 std::regex_traits<char> t; in main() local
43 std::regex_traits<wchar_t> t; in main() local
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/
H A Dtuple_cat.pass.cpp79 std::tuple<> t = std::tuple_cat(); in main() local
37 std::tuple&lt;&gt; t = std::tuple_cat(); main() local
46 std::tuple&lt;&gt; t = std::tuple_cat(std::tuple&lt;&gt;()); main() local
50 std::tuple&lt;&gt; t = std::tuple_cat(std::array&lt;int, 0&gt;()); main() local
55 std::tuple&lt;int&gt; t = std::tuple_cat(t1); main() local
61 constexpr std::tuple&lt;&gt; t = std::tuple_cat(); main() local
70 constexpr std::tuple&lt;&gt; t = std::tuple_cat(std::tuple&lt;&gt;()); main() local
74 constexpr std::tuple&lt;&gt; t = std::tuple_cat(std::array&lt;int, 0&gt;()); main() local
84 constexpr std::tuple&lt;int, int&gt; t = std::tuple_cat(t1, t1); main() local
90 std::tuple&lt;int, MoveOnly&gt; t = main() local
96 std::tuple&lt;int, int, int&gt; t = std::tuple_cat(std::array&lt;int, 3&gt;()); main() local
102 std::tuple&lt;int, MoveOnly&gt; t = std::tuple_cat(std::pair&lt;int, MoveOnly&gt;(2, 1)); main() local
251 std::tuple&lt;int, const int, int&, const int&, int&&&gt; t(42, 101, x, x, std::move(x)); main() local
267 std::tuple&lt;NS::Namespaced&gt; t = std::tuple_cat(t1); main() local
[all...]
/llvm-project/llvm/bindings/ocaml/target/
H A Dllvm_target.ml10 type t = type
16 type t = type
24 type t = type
32 type t = type
42 type t = type
48 type t = type
59 type t type
92 type t type
115 type t type
/llvm-project/clang/test/CodeGen/
H A Dbpf-preserve-access-index.c4 struct t { struct
5 int i:1; argument
6 int j:2; argument
15 const void *test(struct t *arg) { in test() argument
H A Dbpf-preserve-access-index-2.c4 struct t { struct
5 int i:1; argument
6 int j:2; argument
15 const void *test(struct t *arg) { in test() argument
/llvm-project/flang/test/Semantics/
H A Dresolve92.f905 type t type
10 type(t) :: t(10) = t(1) component
18 type :: t(t) type
19 integer, kind :: t component
23 integer, kind :: t component
H A Dresolve22.f904 interface t interface
6 type t type
14 type t type
16 interface t interface
23 type t type
25 interface t interface
28 type t type
/llvm-project/libcxx/test/std/utilities/optional/optional.comp_with_t/
H A Dcompare.three_way.pass.cpp51 SomeInt t{3}; in test_custom_integral() local
57 SomeInt t{2}; in test_custom_integral() local
63 SomeInt t{3}; in test_custom_integral() local
72 int t{3}; in test_int() local
78 int t{2}; in test_int() local
84 int t{3}; in test_int() local
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
H A Dget_const.pass.cpp31 const T t(3); in main() local
36 const T t("high", 5); in main() local
43 constexpr T t(2.718, 5); in main() local
49 constexpr T t{Empty()}; in main() local
57 const T t(d, "high", 5); in main() local
H A Dtuple.by.type.pass.cpp56 std::tuple<upint> t(upint(new int(4))); in main() local
64 const std::tuple<upint> t(upint(new int(4))); in main() local
73 std::tuple<int&, int const&> const t(x, y); in main() local
83 std::tuple<int&&, int const&&> const t(std::move(x), std::move(y)); in main() local
91 constexpr const std::tuple<int, const int, double, double> t { 1, 2, 3.4, 5.6 }; in main() local
/llvm-project/libcxx/test/std/time/time.point/time.point.cons/
H A Dduration.pass.cpp25 std::chrono::time_point<Clock, Duration> t(Duration(3)); in main() local
29 std::chrono::time_point<Clock, Duration> t(std::chrono::seconds(3)); in main() local
34 constexpr std::chrono::time_point<Clock, Duration> t(Duration(3)); in main() local
38 constexpr std::chrono::time_point<Clock, Duration> t(std::chrono::seconds(3)); in main() local
/llvm-project/flang/include/flang/Parser/
H A Dparse-tree.h451 t; global() member
469 std::tuple&lt;Statement&lt;ContainsStmt&gt;, std::list&lt;InternalSubprogram&gt;&gt; t; global() member
632 std::tuple&lt;Name, std::list&lt;Name&gt;&gt; t; global() member
743 std::tuple&lt;std::optional&lt;Keyword&gt;, TypeParamValue&gt; t; global() member
750 std::tuple&lt;Name, std::list&lt;TypeParamSpec&gt;&gt; t; global() member
795 std::tuple&lt;CharBlock, std::optional&lt;KindParam&gt;&gt; t; global() member
801 std::tuple&lt;CharBlock, std::optional&lt;KindParam&gt;&gt; t; global() member
828 std::tuple&lt;std::optional&lt;Sign&gt;, RealLiteralConstant&gt; t; global() member
847 std::tuple&lt;ComplexPart, ComplexPart&gt; t; // real, imaginary global() member
853 std::tuple&lt;Sign, ComplexLiteralConstant&gt; t; global() member
861 std::tuple&lt;std::optional&lt;KindParam&gt;, std::string&gt; t; global() member
875 std::tuple&lt;bool, std::optional&lt;KindParam&gt;&gt; t; global() member
919 std::tuple&lt;std::list&lt;TypeAttrSpec&gt;, Name, std::list&lt;Name&gt;&gt; t; global() member
938 std::tuple&lt;Name, std::optional&lt;ScalarIntConstantExpr&gt;&gt; t; global() member
947 t; global() member
958 std::tuple&lt;std::optional&lt;SpecificationExpr&gt;, SpecificationExpr&gt; t; global() member
971 std::tuple&lt;std::list&lt;ExplicitShapeSpec&gt;, std::optional&lt;SpecificationExpr&gt;&gt; t; global() member
1033 t; global() member
1041 t; global() member
1056 t; global() member
1085 std::tuple&lt;Name, std::optional&lt;ProcPointerInit&gt;&gt; t; global() member
1095 t; global() member
1120 std::tuple&lt;Name, std::optional&lt;Name&gt;&gt; t; global() member
1156 t; global() member
1178 t; global() member
1194 t; global() member
1205 std::tuple&lt;std::optional&lt;Keyword&gt;, ComponentDataSource&gt; t; global() member
1211 std::tuple&lt;DerivedTypeSpec, std::list&lt;ComponentSpec&gt;&gt; t; global() member
1220 std::tuple&lt;NamedConstant, std::optional&lt;ScalarIntConstantExpr&gt;&gt; t; global() member
1236 t; global() member
1243 std::tuple&lt;ScalarIntExpr, ScalarIntExpr, std::optional&lt;ScalarIntExpr&gt;&gt; t; global() member
1289 std::tuple&lt;std::optional&lt;IntegerTypeSpec&gt;, Bounds&gt; t; global() member
1295 std::tuple&lt;std::list&lt;AcValue&gt;, AcImpliedDoControl&gt; t; global() member
1304 std::tuple&lt;std::optional&lt;ScalarDefaultCharConstantExpr&gt;, bool&gt; t; global() member
1310 std::tuple&lt;NamedConstant, ConstantExpr&gt; t; global() member
1325 std::tuple&lt;std::list&lt;ExplicitShapeSpec&gt;, AssumedImpliedSpec&gt; t; global() member
1388 t; global() member
1395 std::tuple&lt;DeclarationTypeSpec, std::list&lt;AttrSpec&gt;, std::list&lt;EntityDecl&gt;&gt; t; global() member
1405 std::tuple&lt;AccessSpec, std::list&lt;AccessId&gt;&gt; t; global() member
1415 t; global() member
1434 std::tuple&lt;LanguageBindingSpec, std::list&lt;BindEntity&gt;&gt; t; global() member
1440 std::tuple&lt;Name, CoarraySpec&gt; t; global() member
1486 std::tuple&lt;std::optional&lt;DataStmtRepeat&gt;, DataStmtConstant&gt; t; global() member
1507 t; global() member
1519 std::tuple&lt;std::list&lt;DataStmtObject&gt;, std::list&lt;DataStmtValue&gt;&gt; t; global() member
1531 std::tuple&lt;Name, ArraySpec&gt; t; global() member
1539 std::tuple&lt;IntentSpec, std::list&lt;Name&gt;&gt; t; global() member
1549 std::tuple&lt;Name, std::optional&lt;DeferredShapeSpecList&gt;&gt; t; global() member
1581 std::tuple&lt;Location, std::optional&lt;Location&gt;&gt; t; global() member
1587 std::tuple&lt;DeclarationTypeSpec, std::list&lt;LetterSpec&gt;&gt; t; global() member
1603 std::tuple&lt;Name, std::optional&lt;ArraySpec&gt;&gt; t; global() member
1612 std::tuple&lt;std::optional&lt;Name&gt;, std::list&lt;CommonBlockObject&gt;&gt; t; global() member
1630 std::tuple&lt;std::optional&lt;ScalarIntExpr&gt;, std::optional&lt;ScalarIntExpr&gt;&gt; t; global() member
1641 t; global() member
1671 std::tuple&lt;std::list&lt;Cosubscript&gt;, std::list&lt;ImageSelectorSpec&gt;&gt; t; global() member
1696 std::tuple&lt;DefinedOpName, common::Indirection&lt;Expr&gt;&gt; t; global() member
1701 std::tuple&lt;common::Indirection&lt;Expr&gt;, common::Indirection&lt;Expr&gt;&gt; t; global() member
1761 t; global() member
1812 std::tuple&lt;DataRef, SubstringRange&gt; t; global() member
1817 std::tuple&lt;CharLiteralConstant, SubstringRange&gt; t; global() member
1912 std::tuple&lt;std::optional&lt;BoundExpr&gt;, BoundExpr&gt; t; global() member
1921 std::tuple&lt;std::list&lt;AllocateCoshapeSpec&gt;, std::optional&lt;BoundExpr&gt;&gt; t; global() member
1931 t; global() member
1969 t; global() member
1987 std::tuple&lt;std::list&lt;AllocateObject&gt;, std::list&lt;StatOrErrmsg&gt;&gt; t; global() member
1996 std::tuple&lt;Variable, Expr&gt; t; global() member
2005 std::tuple&lt;BoundExpr, BoundExpr&gt; t; global() member
2022 std::tuple&lt;DataRef, Bounds, Expr&gt; t; global() member
2030 std::tuple&lt;LogicalExpr, AssignmentStmt&gt; t; global() member
2036 std::tuple&lt;std::optional&lt;Name&gt;, LogicalExpr&gt; t; global() member
2052 std::tuple&lt;LogicalExpr, std::optional&lt;Name&gt;&gt; t; global() member
2068 std::tuple&lt;Statement&lt;MaskedElsewhereStmt&gt;, std::list&lt;WhereBodyConstruct&gt;&gt; t; global() member
2072 std::tuple&lt;Statement&lt;ElsewhereStmt&gt;, std::list&lt;WhereBodyConstruct&gt;&gt; t; global() member
2078 t; global() member
2085 std::tuple&lt;std::optional&lt;Name&gt;, common::Indirection&lt;ConcurrentHeader&gt;&gt; t; global() member
2099 t; global() member
2122 t; global() member
2134 std::tuple&lt;Name, Selector&gt; t; global() member
2141 std::tuple&lt;std::optional&lt;Name&gt;, std::list&lt;Association&gt;&gt; t; global() member
2150 std::tuple&lt;Statement&lt;AssociateStmt&gt;, Block, Statement&lt;EndAssociateStmt&gt;&gt; t; global() member
2174 t; global() member
2180 std::tuple&lt;CodimensionDecl, Selector&gt; t; global() member
2190 t; global() member
2197 std::tuple&lt;std::list&lt;StatOrErrmsg&gt;, std::optional&lt;Name&gt;&gt; t; global() member
2203 std::tuple&lt;Statement&lt;ChangeTeamStmt&gt;, Block, Statement&lt;EndChangeTeamStmt&gt;&gt; t; global() member
2210 std::tuple&lt;std::optional&lt;Name&gt;, std::list&lt;StatOrErrmsg&gt;&gt; t; global() member
2219 std::tuple&lt;Statement&lt;CriticalStmt&gt;, Block, Statement&lt;EndCriticalStmt&gt;&gt; t; global() member
2229 t; global() member
2239 t; global() member
2265 std::tuple&lt;Operator, std::list&lt;Name&gt;&gt; t; global() member
2282 std::tuple&lt;ConcurrentHeader, std::list&lt;LocalitySpec&gt;&gt; t; global() member
2292 std::tuple&lt;Label, std::optional&lt;LoopControl&gt;&gt; t; global() member
2300 t; global() member
2319 std::tuple&lt;Statement&lt;NonLabelDoStmt&gt;, Block, Statement&lt;EndDoStmt&gt;&gt; t; global() member
2328 std::tuple&lt;std::optional&lt;Name&gt;, ScalarLogicalExpr&gt; t; global() member
2335 std::tuple&lt;ScalarLogicalExpr, std::optional&lt;Name&gt;&gt; t; global() member
2350 std::tuple&lt;Statement&lt;ElseIfStmt&gt;, Block&gt; t; global() member
2354 std::tuple&lt;Statement&lt;ElseStmt&gt;, Block&gt; t; global() member
2359 t; global() member
2365 std::tuple&lt;ScalarLogicalExpr, UnlabeledStatement&lt;ActionStmt&gt;&gt; t; global() member
2372 std::tuple&lt;std::optional&lt;Name&gt;, Scalar&lt;Expr&gt;&gt; t; global() member
2402 std::tuple&lt;CaseSelector, std::optional&lt;Name&gt;&gt; t; global() member
2415 std::tuple&lt;Statement&lt;CaseStmt&gt;, Block&gt; t; global() member
2420 t; global() member
2428 std::tuple&lt;std::optional&lt;Name&gt;, std::optional&lt;Name&gt;, Selector&gt; t; global() member
2441 std::tuple&lt;Rank, std::optional&lt;Name&gt;&gt; t; global() member
2451 std::tuple&lt;Statement&lt;SelectRankCaseStmt&gt;, Block&gt; t; global() member
2455 t; global() member
2463 std::tuple&lt;std::optional&lt;Name&gt;, std::optional&lt;Name&gt;, Selector&gt; t; global() member
2476 std::tuple&lt;Guard, std::optional&lt;Name&gt;&gt; t; global() member
2485 std::tuple&lt;Statement&lt;TypeGuardStmt&gt;, Block&gt; t; global() member
2489 t; global() member
2501 std::tuple&lt;std::list&lt;Label&gt;, ScalarIntExpr&gt; t; global() member
2516 std::tuple&lt;Kind, std::optional&lt;StopCode&gt;, std::optional&lt;ScalarLogicalExpr&gt;&gt; t; global() member
2523 std::tuple&lt;Scalar&lt;Variable&gt;, std::list&lt;EventWaitSpec&gt;&gt; t; global() member
2537 std::tuple&lt;ImageSet, std::list&lt;StatOrErrmsg&gt;&gt; t; global() member
2546 std::tuple&lt;TeamValue, std::list&lt;StatOrErrmsg&gt;&gt; t; global() member
2555 std::tuple&lt;EventVariable, std::list&lt;StatOrErrmsg&gt;&gt; t; global() member
2569 std::tuple&lt;EventVariable, std::list&lt;EventWaitSpec&gt;&gt; t; global() member
2585 std::tuple&lt;ScalarIntExpr, TeamVariable, std::list&lt;FormTeamSpec&gt;&gt; t; global() member
2599 std::tuple&lt;LockVariable, std::list&lt;LockStat&gt;&gt; t; global() member
2605 std::tuple&lt;LockVariable, std::list&lt;StatOrErrmsg&gt;&gt; t; global() member
2653 std::tuple&lt;Kind, ScalarDefaultCharExpr&gt; t; global() member
2709 std::tuple&lt;Kind, ScalarDefaultCharExpr&gt; t; global() member
2768 std::tuple&lt;Format, std::list&lt;OutputItem&gt;&gt; t; global() member
2779 std::tuple&lt;std::list&lt;InputItem&gt;, IoImpliedDoControl&gt; t; global() member
2784 std::tuple&lt;std::list&lt;OutputItem&gt;, IoImpliedDoControl&gt; t; global() member
2870 std::tuple&lt;Kind, ScalarDefaultCharVariable&gt; t; global() member
2875 std::tuple&lt;Kind, ScalarIntVariable&gt; t; global() member
2880 std::tuple&lt;Kind, Scalar&lt;Logical&lt;Variable&gt;&gt;&gt; t; global() member
2894 std::tuple&lt;ScalarIntVariable, std::list&lt;OutputItem&gt;&gt; t; global() member
2916 t; global() member
2937 std::tuple&lt;Statement&lt;ContainsStmt&gt;, std::list&lt;ModuleSubprogram&gt;&gt; t; global() member
2950 t; global() member
2961 std::tuple&lt;Name, Name&gt; t; global() member
2965 std::tuple&lt;DefinedOpName, DefinedOpName&gt; t; global() member
2973 std::tuple&lt;Name, std::optional&lt;Name&gt;&gt; t; global() member
2979 std::tuple&lt;ParentIdentifier, Name&gt; t; global() member
2992 t; global() member
3006 t; global() member
3032 std::tuple&lt;std::optional&lt;AccessSpec&gt;, GenericSpec, std::list&lt;Name&gt;&gt; t; global() member
3083 t; global() member
3128 t; global() member
3147 t; global() member
3162 t; global() member
3168 t; global() member
3177 std::tuple&lt;Kind, std::list&lt;Name&gt;&gt; t; global() member
3195 t; global() member
3229 std::tuple&lt;std::optional&lt;Keyword&gt;, ActualArg&gt; t; global() member
3236 std::tuple&lt;ProcedureDesignator, std::list&lt;ActualArgSpec&gt;&gt; t; global() member
3257 t; global() member
3276 t; global() member
3286 t; global() member
3302 t; global() member
3308 std::tuple&lt;Name, std::list&lt;DummyArg&gt;, std::optional&lt;Suffix&gt;&gt; t; global() member
3318 std::tuple&lt;Name, std::list&lt;Name&gt;, Scalar&lt;Expr&gt;&gt; t; global() member
3331 std::tuple&lt;std::optional&lt;std::list&lt;const char *&gt;&gt;, Name&gt; t; global() member
3338 std::tuple&lt;common::Indirection&lt;Designator&gt;, uint64_t&gt; t; global() member
3343 std::tuple&lt;Name, std::optional&lt;std::uint64_t&gt;&gt; t; global() member
3355 std::tuple&lt;common::CUDADataAttr, std::list&lt;Name&gt;&gt; t; global() member
3361 std::tuple&lt;ObjectName, ObjectName, std::optional&lt;ArraySpec&gt;&gt; t; global() member
3381 t; global() member
3388 std::tuple&lt;Statement&lt;UnionStmt&gt;, std::list&lt;Map&gt;, Statement&lt;EndUnionStmt&gt;&gt; t; global() member
3393 std::tuple&lt;std::optional&lt;Name&gt;, std::list&lt;EntityDecl&gt;&gt; t; global() member
3401 t; global() member
3411 std::tuple&lt;Expr, Label, Label, Label&gt; t; global() member
3416 std::tuple&lt;Label, Name&gt; t; global() member
3421 std::tuple&lt;Name, std::list&lt;Label&gt;&gt; t; global() member
3462 std::tuple&lt;std::optional&lt;OmpMapType&gt;, OmpObjectList&gt; t; global() member
3484 std::tuple&lt;Modifier1, std::optional&lt;Modifier2&gt;&gt; t; global() member
3522 std::tuple&lt;OmpObjectList, std::optional&lt;ScalarIntConstantExpr&gt;&gt; t; global() member
3589 std::tuple&lt;OmpReductionOperator, OmpObjectList&gt; t; global() member
3603 std::tuple&lt;Allocator, Align&gt; t; global() member
3609 std::tuple&lt;std::optional&lt;AllocateModifier&gt;, OmpObjectList&gt; t; global() member
3615 std::tuple&lt;DefinedOperator, ScalarIntConstantExpr&gt; t; global() member
3621 std::tuple&lt;Name, std::optional&lt;OmpDependSinkVecLength&gt;&gt; t; global() member
3638 std::tuple&lt;OmpDependenceType, std::list&lt;Designator&gt;&gt; t; global() member
3681 std::tuple&lt;OmpSectionsDirective, OmpClauseList&gt; t; global() member
3686 std::tuple&lt;OmpSectionsDirective, OmpClauseList&gt; t; global() member
3709 t; global() member
3739 std::tuple&lt;Verbatim, OmpDeclareTargetSpecifier&gt; t; global() member
3757 t; global() member
3765 std::tuple&lt;Verbatim, std::optional&lt;Name&gt;, OmpClauseList&gt; t; global() member
3772 std::tuple&lt;Verbatim, OmpClauseList&gt; t; global() member
3779 std::tuple&lt;Verbatim, OmpObjectList&gt; t; global() member
3786 std::tuple&lt;Verbatim, OmpObjectList, OmpClauseList&gt; t; global() member
3802 std::tuple&lt;Verbatim, std::optional&lt;Name&gt;, OmpClauseList&gt; t; global() member
3807 std::tuple&lt;Verbatim, std::optional&lt;Name&gt;&gt; t; global() member
3811 std::tuple&lt;OmpCriticalDirective, Block, OmpEndCriticalDirective&gt; t; global() member
3824 t; global() member
3838 t; global() member
3875 t; global() member
3884 t; global() member
3893 t; global() member
3904 t; global() member
3913 t; global() member
3944 std::tuple&lt;Verbatim, OmpCancelType&gt; t; global() member
3952 std::tuple&lt;Verbatim, OmpCancelType, std::optional&lt;If&gt;&gt; t; global() member
3961 t; global() member
3972 std::tuple&lt;OmpSimpleStandaloneDirective, OmpClauseList&gt; t; global() member
3985 std::tuple&lt;OmpLoopDirective, OmpClauseList&gt; t; global() member
3991 std::tuple&lt;OmpLoopDirective, OmpClauseList&gt; t; global() member
3997 std::tuple&lt;OmpBlockDirective, OmpClauseList&gt; t; global() member
4003 std::tuple&lt;OmpBlockDirective, OmpClauseList&gt; t; global() member
4009 std::tuple&lt;OmpBeginBlockDirective, Block, OmpEndBlockDirective&gt; t; global() member
4019 t; global() member
4088 std::tuple&lt;std::optional&lt;AccDataModifier&gt;, AccObjectList&gt; t; global() member
4093 std::tuple&lt;ReductionOperator, AccObjectList&gt; t; global() member
4098 std::tuple&lt;std::optional&lt;ScalarIntExpr&gt;, std::list&lt;ScalarIntExpr&gt;&gt; t; global() member
4115 std::tuple&lt;std::optional&lt;ScalarIntConstantExpr&gt;&gt; t; // if null then * global() member
4152 std::tuple&lt;bool, ScalarIntConstantExpr&gt; t; global() member
4178 std::tuple&lt;Verbatim, std::optional&lt;Name&gt;, AccClauseList&gt; t; global() member
4184 std::tuple&lt;Verbatim, AccObjectListWithModifier&gt; t; global() member
4190 std::tuple&lt;Verbatim, std::optional&lt;AccWaitArgument&gt;, AccClauseList&gt; t; global() member
4195 std::tuple&lt;AccLoopDirective, AccClauseList&gt; t; global() member
4202 std::tuple&lt;AccBlockDirective, AccClauseList&gt; t; global() member
4217 t; global() member
4224 t; global() member
4232 t; global() member
4240 std::tuple&lt;Verbatim, Stmt1, Stmt2, AccEndAtomic&gt; t; global() member
4252 std::tuple&lt;AccBeginBlockDirective, Block, AccEndBlockDirective&gt; t; global() member
4258 std::tuple&lt;AccDeclarativeDirective, AccClauseList&gt; t; global() member
4264 std::tuple&lt;AccCombinedDirective, AccClauseList&gt; t; global() member
4279 t; global() member
4297 t; global() member
4308 std::tuple&lt;AccStandaloneDirective, AccClauseList&gt; t; global() member
4334 std::tuple&lt;Operator, std::list&lt;Scalar&lt;Variable&gt;&gt;&gt; t; global() member
4346 t; global() member
4348 std::tuple&lt;Directive, std::optional&lt;DoConstruct&gt;&gt; t; global() member
[all...]
/llvm-project/clang/test/CodeGenCXX/
H A Dcxx2b-deducing-this-cc.cpp13 T t; in a() local
20 T t; in b() local
27 T t; in c() local
34 T t; in d() local
/llvm-project/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
H A Ddefault.pass.cpp42 test<char> t; in main() local
47 test<wchar_t> t; in main() local
54 test<char> t; in main() local
59 test<wchar_t> t; in main() local
/llvm-project/openmp/runtime/src/
H A Dompd-specific.cpp21 #define ompd_declare_access(t, m) uint64_t ompd_access__##t##__##m; argument
25 #define ompd_declare_sizeof_member(t, m) uint64_t ompd_sizeof__##t##__##m; argument
29 #define ompd_declare_bitfield(t, m) uint64_t ompd_bitfield__##t##__##m; argument
33 #define ompd_declare_sizeof(t) uint64_t ompd_sizeof__##t; argument
54 #define ompd_init_access(t, m) \ in ompd_init() argument
63 #define ompd_init_bitfield(t, m) \ in ompd_init() argument
73 #define ompd_init_sizeof_member(t, m) \ in ompd_init() argument
78 #define ompd_init_sizeof(t) ompd_sizeof__##t = sizeof(t); in ompd_init() argument

12345678910>>...85