HomeSort by relevance Sort by last modified time
    Searched refs:T1 (Results 326 - 350 of 538) sorted by null

<<11121314151617181920>>

  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 97 using T1 = take<3, int, char, double, long>::type; // expected-note {{previous}}
100 using T1 = types<void, void, void, void>; // expected-error {{'types<void, void, void, void>' vs 'types<typename inner<_>::type, typename inner<_>::type, typename inner<_>::type, (no argument)>'}}
  /external/clang/test/CodeGenCXX/
mangle-ms.cpp 395 typedef struct {} *T1[1];
401 void f(S::T1) {}
407 // CHECK-DAG: @"\01?f@UnnamedType@@YAXQAPAU<unnamed-type-T1>@S@1@@Z"
414 // X64-DAG: @"\01?f@UnnamedType@@YAXQEAPEAU<unnamed-type-T1>@S@1@@Z"
cxx0x-initializer-stdinitializerlist.cpp 487 template <class T1, class T2> struct pair {
488 T1 first;
491 constexpr pair(T1 a, T2 b) : first(a), second(b) {}
  /external/clang/test/SemaCXX/
warn-pessmizing-move.cpp 219 // T1 and T2 may not be the same, the warning may not always apply.
220 template <typename T1, typename T2>
221 T1 test2() {
cxx1y-variable-templates_top_level.cpp 180 template<typename T1, typename T2>
205 template<typename T1, typename T2>
271 template<typename T1, typename T2>
285 template<typename T1, typename T2>
warn-reorder-ctor-initialization.cpp 88 namespace T1 {
95 S4() : S2(), // expected-warning {{base class 'T1::S2' will be initialized after base 'T1::S3'}}
  /external/opencv3/3rdparty/openexr/Imath/
ImathFun.h 139 template <class T1, class T2, class T3>
141 equal (T1 a, T2 b, T3 t)
  /external/v8/src/base/
functional.h 134 template <typename T1, typename T2>
135 V8_INLINE size_t hash_value(std::pair<T1, T2> const& v) {
  /frameworks/compile/slang/
slang_rs_export_func.cpp 148 llvm::Type *T1 = F->getType()->getLLVMType();
152 if (T1 == T2)
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 82 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
87 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
  /prebuilts/go/darwin-x86/src/math/
sincos_amd64.s 28 #define T1 -8.33333333333333333333333e-02 // (-1.0/12)
71 ADDSD $T1, X2
  /prebuilts/go/linux-x86/src/math/
sincos_amd64.s 28 #define T1 -8.33333333333333333333333e-02 // (-1.0/12)
71 ADDSD $T1, X2
  /art/compiler/utils/arm/
assembler_arm32_test.cc 533 template <typename Assembler, typename T1, typename T2>
534 std::function<void(T1, T2)> GetBoundFunction2(void (Assembler::*f)(T1, T2)) {
538 template <typename Assembler, typename T1, typename T2, typename T3>
539 std::function<void(T1, T2, T3)> GetBoundFunction3(void (Assembler::*f)(T1, T2, T3)) {
543 template <typename Assembler, typename T1, typename T2, typename T3, typename T4>
544 std::function<void(T1, T2, T3, T4)> GetBoundFunction4(
545 void (Assembler::*f)(T1, T2, T3, T4)) {
549 template <typename Assembler, typename T1, typename T2, typename T3, typename T4, typename T5
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 148 template <typename T1>
149 void Erase(const T1 *DR, std::function<bool(theVecType::iterator)> pred) {
154 if (const T1 *DR_i = dyn_cast<T1>(i->variable)) {
  /external/clang/test/CodeGen/
x86_64-arguments.c 388 // representing type for union T1, but we can't use load or store of T4 since
396 typedef union T1 { T2 field0; T4 field1; } T1;
397 extern T1 T1_retval;
398 T1 test48(void) {
411 // CHECK-NEXT: [[T1:%.*]] = load double, double*
412 // CHECK-NEXT: call void (double, ...) @test49_helper(double [[T0]], double [[T1]])
420 // CHECK-NEXT: [[T1:%.*]] = load double, double*
421 // CHECK-NEXT: call void (double, double, ...) bitcast (void (...)* @test50_helper to void (double, double, ...)*)(double [[T0]], double [[T1]])
  /external/clang/test/PCH/
chain-cxx.cpp 129 typedef S<double>::G T1;
  /art/runtime/base/
logging.h 215 #define EAGER_PTR_EVALUATOR(T1, T2) \
216 template <> struct EagerEvaluator<T1, T2> { \
217 EagerEvaluator(T1 l, T2 r) \
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 391 template<typename T1, typename T2> struct Pair {};
399 typedef zip<short, int>::with<unsigned short, unsigned>::type T1; // T1 is Tuple<Pair<short, unsigned short>, Pair<int, unsigned>>
400 typedef Tuple<Pair<short, unsigned short>, Pair<int, unsigned>> T1;
  /external/eigen/Eigen/src/Core/
Array.h 144 template<typename T0, typename T1>
145 EIGEN_STRONG_INLINE Array(const T0& val0, const T1& val1)
148 this->template _init2<T0,T1>(val0, val1);
Matrix.h 231 template<typename T0, typename T1>
232 EIGEN_STRONG_INLINE Matrix(const T0& x, const T1& y)
235 Base::template _init2<T0,T1>(x, y);
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/guava/guava-tests/test/com/google/common/reflect/
TypeResolverTest.java 44 Type t1 = new TypeCapture<T>() {}.capture(); local
47 new TypeResolver().where(t1, t2).where(t2, String.class).resolveType(t1));
89 public <T1, T2 extends List<T1>> void testWhere_recursiveMapping() {
90 Type t1 = new TypeCapture<T1>() {}.capture(); local
92 assertEquals(t2, new TypeResolver().where(t1, t2).resolveType(t1));
  /external/libchrome/base/containers/
hash_tables.h 252 template<typename T1, typename T2>
253 inline std::size_t HashPair(T1 value1, T2 value2) {
256 if (sizeof(T1) > sizeof(uint32_t) || (sizeof(T2) > sizeof(uint32_t)))
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h     [all...]

Completed in 2346 milliseconds

<<11121314151617181920>>