Home
last modified time | relevance | path

Searched defs:T (Results 1 – 25 of 1394) sorted by relevance

12345678910>>...56

/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/
Dmeta.unary.prop.pass.cpp41 typedef const int T; in type_properties_test() typedef
47 typedef int T; in type_properties_test() typedef
52 typedef volatile int T; in type_properties_test() typedef
58 typedef int T; in type_properties_test() typedef
63 typedef int T; in type_properties_test() typedef
69 typedef int & T; in type_properties_test() typedef
74 typedef int T; in type_properties_test() typedef
80 typedef int & T; in type_properties_test() typedef
85 typedef int T; in type_properties_test() typedef
91 typedef int & T; in type_properties_test() typedef
[all …]
Dmeta.unary.cat.pass.cpp25 typedef void T; in main() typedef
31 typedef int T; in main() typedef
36 typedef decltype(nullptr) T; in main() typedef
42 typedef int T; in main() typedef
47 typedef int T; in main() typedef
53 typedef void T; in main() typedef
58 typedef float T; in main() typedef
64 typedef int T; in main() typedef
69 typedef int(T)[42]; in main() typedef
75 typedef int T; in main() typedef
[all …]
Dmeta.unary.comp.pass.cpp23 typedef int & T; in main() typedef
29 typedef int T; in main() typedef
34 typedef int T; in main() typedef
40 typedef void* T; in main() typedef
45 typedef int T; in main() typedef
51 typedef class_type T; in main() typedef
56 typedef class_type T; in main() typedef
62 typedef void T; in main() typedef
67 typedef int T; in main() typedef
73 typedef void T; in main() typedef
[all …]
Dmeta.unary.prop.query.pass.cpp21 typedef char T; in main() typedef
27 typedef char(T)[1][1][1]; in main() typedef
33 typedef void T; in main() typedef
38 typedef char(T)[2][3][4]; in main() typedef
44 typedef char(T)[2][3][4]; in main() typedef
49 typedef char(T)[2][3][4]; in main() typedef
54 typedef char(T)[2][3][4]; in main() typedef
59 typedef void T; in main() typedef
/external/v8/test/cctest/compiler/
Dtest-run-jsops.cc13 FunctionTester T("(function(a,b) { return a + b; })"); in TEST() local
28 FunctionTester T("(function(a,b) { return a - b; })"); in TEST() local
42 FunctionTester T("(function(a,b) { return a * b; })"); in TEST() local
56 FunctionTester T("(function(a,b) { return a / b; })"); in TEST() local
72 FunctionTester T("(function(a,b) { return a % b; })"); in TEST() local
85 FunctionTester T("(function(a,b) { return a << b; })"); in TEST() local
94 FunctionTester T("(function(a,b) { return a >> b; })"); in TEST() local
104 FunctionTester T("(function(a,b) { return a >>> b; })"); in TEST() local
114 FunctionTester T("(function(a,b) { return a & b; })"); in TEST() local
124 FunctionTester T("(function(a,b) { return a | b; })"); in TEST() local
[all …]
Dtest-run-intrinsics.cc14 FunctionTester T("(function(a) { return %_IsSmi(a); })"); in TEST() local
26 FunctionTester T("(function(a) { return %_IsNonNegativeSmi(a); })"); in TEST() local
38 FunctionTester T("(function(a) { return %_IsMinusZero(a); })"); in TEST() local
50 FunctionTester T("(function(a) { return %_IsArray(a); })"); in TEST() local
64 FunctionTester T("(function(a) { return %_IsObject(a); })"); in TEST() local
78 FunctionTester T("(function(a) { return %_IsFunction(a); })"); in TEST() local
92 FunctionTester T("(function(a) { return %_IsRegExp(a); })"); in TEST() local
106 FunctionTester T("(function(a) { return %_ClassOf(a); })"); in TEST() local
120 FunctionTester T("(function(a,b) { return %_ObjectEquals(a,b); })"); in TEST() local
133 FunctionTester T("(function(a) { return %_ValueOf(a); })"); in TEST() local
[all …]
Dtest-run-jsbranches.cc13 FunctionTester T("(function(a) { return a ? 23 : 42; })"); in TEST() local
25 FunctionTester T("(function(a,b) { return a && b; })"); in TEST() local
39 FunctionTester T("(function(a,b) { return a || b; })"); in TEST() local
53 FunctionTester T("(function(a,b) { a && (b = a); return b; })"); in TEST() local
67 FunctionTester T("(function(a) { if (a) { return 1; } else { return 2; } })"); in TEST() local
79 FunctionTester T("(function(a,b) { do { a+=23; } while(a < b) return a; })"); in TEST() local
89 FunctionTester T("(function(a,b) { while(a < b) { a+=23; } return a; })"); in TEST() local
99 FunctionTester T("(function(a,b) { for (; a < b; a+=23) {} return a; })"); in TEST() local
109 FunctionTester T(code); in TestForIn() local
162 FunctionTester T(src); in TEST() local
[all …]
Dtest-run-jscalls.cc13 FunctionTester T("(function(foo,a) { return foo(a); })"); in TEST() local
24 FunctionTester T("(function(foo,a) { return foo(a); })"); in TEST() local
36 FunctionTester T("(function(foo,a) { return foo(a,3); })"); in TEST() local
48 FunctionTester T("(function(foo,a) { return foo(a,\"3\"); })"); in TEST() local
60 FunctionTester T("(function(a,b) { return a.foo(b,23); })"); in TEST() local
70 FunctionTester T("(function(a,b) { var f = 'foo'; return a[f](b,23); })"); in TEST() local
80 FunctionTester T("(function(a,b) { return foo(a,b); })"); in TEST() local
91 FunctionTester T("(function(a,b) { with (a) { return foo(a,b); } })"); in TEST() local
104 FunctionTester T("(function(a,b) { return foo(a,b); })"); in TEST() local
114 FunctionTester T("(function(a,b) { return foo(a,b); })"); in TEST() local
[all …]
Dtest-run-inlining.cc42 FunctionTester T( in TEST() local
58 FunctionTester T( in TEST() local
75 FunctionTester T( in TEST() local
92 FunctionTester T( in TEST() local
112 FunctionTester T( in TEST() local
132 FunctionTester T( in TEST() local
149 FunctionTester T( in TEST() local
166 FunctionTester T( in TEST() local
186 FunctionTester T( in TEST() local
204 FunctionTester T( in TEST() local
[all …]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-tuple.h55 #define GTEST_0_TUPLE_(T) tuple<> argument
56 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument
58 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument
60 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument
62 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument
64 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument
66 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument
68 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
70 #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
72 #define GTEST_9_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
[all …]
/external/gtest/include/gtest/internal/
Dgtest-tuple.h57 #define GTEST_0_TUPLE_(T) tuple<> argument
58 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument
60 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument
62 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument
64 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument
66 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument
68 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument
70 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
72 #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
74 #define GTEST_9_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
[all …]
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-tuple.h55 #define GTEST_0_TUPLE_(T) tuple<> argument
56 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument
58 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument
60 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument
62 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument
64 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument
66 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument
68 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
70 #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
72 #define GTEST_9_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
[all …]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-tuple.h57 #define GTEST_0_TUPLE_(T) tuple<> argument
58 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument
60 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument
62 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument
64 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument
66 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument
68 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument
70 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
72 #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
74 #define GTEST_9_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
[all …]
/external/protobuf/gtest/include/gtest/internal/
Dgtest-tuple.h55 #define GTEST_0_TUPLE_(T) tuple<> argument
56 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument
58 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument
60 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument
62 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument
64 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument
66 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument
68 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
70 #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
72 #define GTEST_9_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
[all …]
/external/ceres-solver/include/ceres/
Djet.h399 Jet<T, N> abs(const Jet<T, N>& f) { in abs()
405 Jet<T, N> log(const Jet<T, N>& f) { in log()
412 Jet<T, N> exp(const Jet<T, N>& f) { in exp()
419 Jet<T, N> sqrt(const Jet<T, N>& f) { in sqrt()
427 Jet<T, N> cos(const Jet<T, N>& f) { in cos()
433 Jet<T, N> acos(const Jet<T, N>& f) { in acos()
440 Jet<T, N> sin(const Jet<T, N>& f) { in sin()
446 Jet<T, N> asin(const Jet<T, N>& f) { in asin()
453 Jet<T, N> tan(const Jet<T, N>& f) { in tan()
461 Jet<T, N> atan(const Jet<T, N>& f) { in atan()
[all …]
/external/protobuf/gtest/fused-src/gtest/
Dgtest.h566 #define GTEST_0_TUPLE_(T) tuple<> argument
567 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument
569 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument
571 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument
573 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument
575 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument
577 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument
579 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
581 #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
583 #define GTEST_9_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
[all …]
/external/clang/lib/AST/
DTypePrinter.cpp144 void TypePrinter::print(const Type *T, Qualifiers Quals, raw_ostream &OS, in print()
158 bool TypePrinter::canPrefixQualifiers(const Type *T, in canPrefixQualifiers()
234 void TypePrinter::printBefore(QualType T, raw_ostream &OS) { in printBefore()
249 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) { in printBefore()
302 void TypePrinter::printAfter(const Type *T, Qualifiers Quals, raw_ostream &OS) { in printAfter()
312 void TypePrinter::printBuiltinBefore(const BuiltinType *T, raw_ostream &OS) { in printBuiltinBefore()
316 void TypePrinter::printBuiltinAfter(const BuiltinType *T, raw_ostream &OS) { } in printBuiltinAfter()
318 void TypePrinter::printComplexBefore(const ComplexType *T, raw_ostream &OS) { in printComplexBefore()
322 void TypePrinter::printComplexAfter(const ComplexType *T, raw_ostream &OS) { in printComplexAfter()
326 void TypePrinter::printPointerBefore(const PointerType *T, raw_ostream &OS) { in printPointerBefore()
[all …]
/external/clang/test/CXX/temp/temp.res/temp.local/
Dp6.cpp10 …template<typename> struct T {}; // FIXME: desired-error {{declaration of 'T' shadows template para… struct
16 struct T {}; // expected-error {{declaration of 'T' shadows template parameter}} struct
19 typedef int T; // expected-error {{declaration of 'T' shadows template parameter}} typedef
22 using T = int; // expected-error {{declaration of 'T' shadows template parameter}} typedef
25 int T; // expected-error {{declaration of 'T' shadows template parameter}} member
28 static int T; // expected-error {{declaration of 'T' shadows template parameter}} member
34 enum T { e }; // expected-error {{declaration of 'T' shadows template parameter}} enum
37 enum E { T }; // expected-error {{declaration of 'T' shadows template parameter}} enumerator
44 int T; // expected-error {{declaration of 'T' shadows template parameter}} in b() local
48 catch (int T) {} // expected-error {{declaration of 'T' shadows template parameter}} in c() local
[all …]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h698 #define GTEST_0_TUPLE_(T) tuple<> argument
699 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument
701 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument
703 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument
705 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument
707 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument
709 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument
711 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
713 #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
715 #define GTEST_9_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
[all …]
/external/llvm/lib/Target/
DTargetMachineC.cpp57 LLVMTargetRef LLVMGetNextTarget(LLVMTargetRef T) { in LLVMGetNextTarget()
72 LLVMBool LLVMGetTargetFromTriple(const char* TripleStr, LLVMTargetRef *T, in LLVMGetTargetFromTriple()
88 const char * LLVMGetTargetName(LLVMTargetRef T) { in LLVMGetTargetName()
92 const char * LLVMGetTargetDescription(LLVMTargetRef T) { in LLVMGetTargetDescription()
96 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T) { in LLVMTargetHasJIT()
100 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T) { in LLVMTargetHasTargetMachine()
104 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T) { in LLVMTargetHasAsmBackend()
108 LLVMTargetMachineRef LLVMCreateTargetMachine(LLVMTargetRef T, in LLVMCreateTargetMachine()
152 void LLVMDisposeTargetMachine(LLVMTargetMachineRef T) { in LLVMDisposeTargetMachine()
156 LLVMTargetRef LLVMGetTargetMachineTarget(LLVMTargetMachineRef T) { in LLVMGetTargetMachineTarget()
[all …]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
Dp2-0x.cpp4 typedef int T; typedef
5 using T = int; typedef
6 using T = int; typedef
7 typedef T T; typedef
8 using T = T; typedef
9 typedef int T; typedef
35 using T = int[42]; // ok typedef
38 …using T = int[n]; // expected-error {{variable length array declaration not allowed at file scope}} typedef
48 using T = int[n]; // expected-note {{bypasses initialization of VLA type alias}} in f() typedef
55 using T = int; typedef
[all …]
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dalloc_copy.pass.cpp29 typedef std::tuple<> T; in main() typedef
34 typedef std::tuple<int> T; in main() typedef
40 typedef std::tuple<alloc_first> T; in main() typedef
48 typedef std::tuple<alloc_last> T; in main() typedef
56 typedef std::tuple<alloc_first, alloc_last> T; in main() typedef
67 typedef std::tuple<int, alloc_first, alloc_last> T; in main() typedef
Dalloc_move.pass.cpp30 typedef std::tuple<> T; in main() typedef
35 typedef std::tuple<MoveOnly> T; in main() typedef
41 typedef std::tuple<alloc_first> T; in main() typedef
49 typedef std::tuple<alloc_last> T; in main() typedef
57 typedef std::tuple<MoveOnly, alloc_first> T; in main() typedef
66 typedef std::tuple<MoveOnly, alloc_first, alloc_last> T; in main() typedef
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.iter/
Dbefore_begin.pass.cpp25 typedef int T; in main() typedef
32 typedef int T; in main() typedef
39 typedef int T; in main() typedef
47 typedef int T; in main() typedef
56 typedef int T; in main() typedef
65 typedef int T; in main() typedef
72 typedef int T; in main() typedef
79 typedef int T; in main() typedef
87 typedef int T; in main() typedef
96 typedef int T; in main() typedef
/external/libcxx/test/std/utilities/tuple/tuple.tuple/
Dempty_member.pass.cpp27 typedef std::tuple<int, A> T; in main() typedef
31 typedef std::tuple<A, int> T; in main() typedef
35 typedef std::tuple<A, int, B> T; in main() typedef
39 typedef std::tuple<A, B, int> T; in main() typedef
43 typedef std::tuple<int, A, B> T; in main() typedef

12345678910>>...56