HomeSort by relevance Sort by last modified time
    Searched refs:PTEST (Results 1 - 8 of 8) sorted by null

  /ndk/tests/device/test-stlport_shared-exception/jni/
has_nothrow_constructor.cpp 84 #define PTEST(T) (__has_nothrow_constructor(T) && f<T>() \
92 assert (PTEST (int));
95 assert (PTEST (A));
96 assert (PTEST (B));
97 assert (PTEST (C));
98 assert (PTEST (C[]));
99 assert (PTEST (D));
has_nothrow_assign.cpp 123 #define PTEST(T) (__has_nothrow_assign(T) && f<T>() \
131 assert (PTEST (int));
134 assert (PTEST (A));
135 assert (PTEST (B));
136 assert (PTEST (C));
138 assert (PTEST (D));
141 assert (PTEST (F));
142 assert (PTEST (G));
147 assert (PTEST (J));
has_nothrow_copy-1.cpp 113 #define PTEST(T) (__has_nothrow_copy(T) && f<T>() \
121 assert (PTEST (int));
124 assert (PTEST (A));
125 assert (PTEST (B));
126 assert (PTEST (C));
128 assert (PTEST (D));
131 assert (PTEST (F));
132 assert (PTEST (G));
137 assert (PTEST (J));
  /ndk/tests/device/test-stlport_static-exception/jni/
has_nothrow_constructor.cpp 84 #define PTEST(T) (__has_nothrow_constructor(T) && f<T>() \
92 assert (PTEST (int));
95 assert (PTEST (A));
96 assert (PTEST (B));
97 assert (PTEST (C));
98 assert (PTEST (C[]));
99 assert (PTEST (D));
has_nothrow_assign.cpp 123 #define PTEST(T) (__has_nothrow_assign(T) && f<T>() \
131 assert (PTEST (int));
134 assert (PTEST (A));
135 assert (PTEST (B));
136 assert (PTEST (C));
138 assert (PTEST (D));
141 assert (PTEST (F));
142 assert (PTEST (G));
147 assert (PTEST (J));
has_nothrow_copy-1.cpp 113 #define PTEST(T) (__has_nothrow_copy(T) && f<T>() \
121 assert (PTEST (int));
124 assert (PTEST (A));
125 assert (PTEST (B));
126 assert (PTEST (C));
128 assert (PTEST (D));
131 assert (PTEST (F));
132 assert (PTEST (G));
137 assert (PTEST (J));
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 291 // PTEST - Vector bitwise comparisons
292 PTEST,
    [all...]
X86ISelLowering.cpp     [all...]

Completed in 662 milliseconds