HomeSort by relevance Sort by last modified time
    Searched refs:T3 (Results 1 - 25 of 361) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2007-02-04-AddrLValue.c 14 } T3;
20 ((char *)&((T3) {1, (char *) 1}))
  /external/clang/test/Layout/
ms-x86-misalignedarray.cpp 8 struct T3 { T2 a[1]; char c; };
13 // CHECK-NEXT: 0 | struct T3
21 // CHECK-X64-NEXT: 0 | struct T3
27 int a[sizeof(T3)];
  /external/clang/test/SemaCXX/
PR10243.cpp 20 struct T3 {
22 ~T3() = default;
trivial-constructor.cpp 12 struct T3 {
15 static_assert(!__has_trivial_constructor(T3), "T3 has a virtual function!");
17 struct T4 : virtual T3 {
trivial-destructor.cpp 12 struct T3 {
15 static_assert(__has_trivial_destructor(T3), "T3 has a virtual function (but still a trivial destructor)!");
17 struct T4 : virtual T3 {
  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
Callbacks.java 55 * @param <T3> the type of argument 3.
57 interface Callback3<T1, T2, T3> {
61 public void call(T1 arg1, T2 arg2, T3 arg3);
69 * @param <T3> the type of argument 3.
72 interface Callback4<T1, T2, T3, T4> {
76 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4);
84 * @param <T3> the type of argument 3.
88 interface Callback5<T1, T2, T3, T4, T5> {
92 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5);
100 * @param <T3> the type of argument 3
    [all...]
  /external/clang/test/CodeCompletion/
documentation.cpp 11 void T3();
32 // CHECK-CC2: COMPLETION: T3 : [#void#]T3() : Ccc.
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p18.cpp 4 template<class T3> void mf1(T3);
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/
types.pass.cpp 29 typedef std::adopt_lock_t T3;
33 T3 t3 = std::adopt_lock; ((void)t3); local
  /external/libcxx/test/std/utilities/utility/utility.inplace/
inplace.pass.cpp 56 using T3 = std::in_place_type_t<const int>;
57 static_assert(!std::is_same<T1, T2>::value && !std::is_same<T1, T3>::value);
58 static_assert(!std::is_same<T2, T3>::value);
61 static_assert(check_tag<T3>(std::in_place_type<const int>));
67 using T3 = std::in_place_index_t<static_cast<size_t>(-1)>;
68 static_assert(!std::is_same<T1, T2>::value && !std::is_same<T1, T3>::value);
69 static_assert(!std::is_same<T2, T3>::value);
72 static_assert(check_tag<T3>(std::in_place_index<static_cast<size_t>(-1)>));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/
types.pass.cpp 27 typedef std::adopt_lock_t T3;
31 T3 t3 = std::adopt_lock; local
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/
types.pass.cpp 29 typedef std::adopt_lock_t T3;
33 T3 t3 = std::adopt_lock; local
  /external/clang/test/Index/
complete-documentation-templates.cpp 23 /// This is T3.
25 class T3 {
52 typedef T3<double> T12;
56 T3<int>::T4();
57 T3<int> t3; local
58 t3.T6();
59 T3<int>::T8 t8;
122 // CHECK-CC4: EnumConstantDecl:{ResultType T3<int>::T9}{TypedText T10}{{.*}}(brief comment: This is T10.)
127 // CHECK-CC4-SHOULD-BE: TypedefDecl:{TypedText T12}{{.*}}(brief comment: This is T3.
    [all...]
complete-documentation.cpp 11 void T3();
46 // CHECK-CC2: CXXMethod:{ResultType void}{TypedText T3}{{.*}}(brief comment: Ccc.)
  /prebuilts/go/darwin-x86/test/fixedbugs/bug404.dir/
one.go 9 type T3 T2
14 func (p *T1) M1() T3 {
18 func (p T3) M2() {
  /prebuilts/go/linux-x86/test/fixedbugs/bug404.dir/
one.go 9 type T3 T2
14 func (p *T1) M1() T3 {
18 func (p T3) M2() {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Format.h 114 template <typename T1, typename T2, typename T3>
118 T3 Val3;
120 format_object3(const char *fmt, const T1 &val1, const T2 &val2,const T3 &val3)
133 template <typename T1, typename T2, typename T3, typename T4>
137 T3 Val3;
141 const T3 &val3, const T4 &val4)
154 template <typename T1, typename T2, typename T3, typename T4, typename T5>
158 T3 Val3;
163 const T3 &val3, const T4 &val4, const T5 &val5)
190 template <typename T1, typename T2, typename T3>
    [all...]
  /external/clang/test/CXX/special/class.inhctor/
p3.cpp 41 template<typename T> struct T3 : T1<int> {
52 friend T3<int>::T3(int); // expected-error {{cannot befriend target of using declaration}}
53 friend T3<int>::T3(int, int); // expected-error {{cannot befriend target of using declaration}}
  /external/arm-neon-tests/
ref_v_comp_f_op.c 43 #define TEST_VCOMP1(INSN, Q, T1, T2, T3, W, N) \
44 VECT_VAR(vector_res, T3, W, N) = \
47 vst1##Q##_u##W(VECT_VAR(result, T3, W, N), VECT_VAR(vector_res, T3, W, N))
49 #define TEST_VCOMP(INSN, Q, T1, T2, T3, W, N) \
50 TEST_VCOMP1(INSN, Q, T1, T2, T3, W, N)
  /packages/apps/Camera2/src/com/android/camera/async/
Futures2.java 43 public interface AsyncFunction3<T1, T2, T3, TResult> {
44 ListenableFuture<TResult> apply(T1 value1, T2 value2, T3 value3) throws Exception;
57 public interface Function3<T1, T2, T3, TResult> {
58 TResult apply(T1 value1, T2 value2, T3 value3);
129 public static <T1, T2, T3, TResult> ListenableFuture<TResult> joinAll(
132 final ListenableFuture<T3> f3,
133 final AsyncFunction3<T1, T2, T3, TResult> fn) {
149 T3 value3 = (T3) list.get(2);
162 public static <T1, T2, T3, TResult> ListenableFuture<TResult> joinAll
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p6.cpp 62 template<typename T> class T3 : public T { // expected-note {{class with virtual base class is not a literal type}}
64 constexpr T3() {}
66 constexpr T3<Literal> g3() { return {}; } // ok
67 constexpr T3<VirtBase> g4() { return {}; } // expected-error {{not a literal type}}
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug443.go 15 type T3 T2
16 func (*T3) M() // was invalid receiver
  /prebuilts/go/linux-x86/test/fixedbugs/
bug443.go 15 type T3 T2
16 func (*T3) M() // was invalid receiver
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
AlignOf.h 107 typename T2 = char, typename T3 = char, typename T4 = char,
111 T1 t1; T2 t2; T3 t3; T4 t4; T5 t5; T6 t6; T7 t7; T8 t8; T9 t9; T10 t10; member in class:llvm::detail::AlignerImpl
117 typename T2 = char, typename T3 = char, typename T4 = char,
121 char arr1[sizeof(T1)], arr2[sizeof(T2)], arr3[sizeof(T3)], arr4[sizeof(T4)],
135 typename T2 = char, typename T3 = char, typename T4 = char,
139 alignof(llvm::detail::AlignerImpl<T1, T2, T3, T4, T5,
141 sizeof(::llvm::detail::SizerImpl<T1, T2, T3, T4, T5,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
AlignOf.h 107 typename T2 = char, typename T3 = char, typename T4 = char,
111 T1 t1; T2 t2; T3 t3; T4 t4; T5 t5; T6 t6; T7 t7; T8 t8; T9 t9; T10 t10; member in class:llvm::detail::AlignerImpl
117 typename T2 = char, typename T3 = char, typename T4 = char,
121 char arr1[sizeof(T1)], arr2[sizeof(T2)], arr3[sizeof(T3)], arr4[sizeof(T4)],
135 typename T2 = char, typename T3 = char, typename T4 = char,
139 alignof(llvm::detail::AlignerImpl<T1, T2, T3, T4, T5,
141 sizeof(::llvm::detail::SizerImpl<T1, T2, T3, T4, T5,

Completed in 2516 milliseconds

1 2 3 4 5 6 7 8 91011>>