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

  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p11.cpp 5 template<typename T, typename U> struct same_type;
6 template<typename T> struct same_type<T, T> {}; struct
15 same_type<decltype(a), int> test_a;
16 same_type<decltype(b), double> test_b;
21 same_type<decltype(c), char> test_c;
22 same_type<decltype(d), int> test_d;
p7.cpp 8 template<typename T, typename U> struct same_type;
9 template<typename T> struct same_type<T, T> {}; struct
22 same_type<decltype(v1), long double> test1;
23 same_type<decltype(v2), std::string> test2;
24 same_type<decltype(v3), unsigned> test3;
  /external/clang/test/SemaCXX/
cxx0x-initializer-stdinitializerlist.cpp 41 struct same_type { static const bool value = false; }; struct
43 struct same_type<T, T> { static const bool value = true; }; struct
107 static_assert(same_type<decltype(deduce({1, 2, 3})), int>::value, "bad deduction");
108 static_assert(same_type<decltype(deduce({1.0, 2.0, 3.0})), double>::value, "bad deduction");
112 static_assert(same_type<decltype(deduce_ref({1, 2, 3})), int>::value, "bad deduction");
113 static_assert(same_type<decltype(deduce_ref({1.0, 2.0, 3.0})), double>::value, "bad deduction");
120 static_assert(same_type<decltype(l), std::initializer_list<int>>::value, "");
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
indentation.py 535 same_type = token_check.type
549 if token_check.type == same_type:
  /external/chromium_org/third_party/closure_linter/closure_linter/
indentation.py 527 same_type = token_check.type
541 if token_check.type == same_type:
  /external/chromium_org/v8/src/
hydrogen-instructions.cc 1329 bool same_type = type_literal_.IsKnownGlobal(type_string); local
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
PyrexTypes.py 3856 def same_type(type1, type2): function
    [all...]

Completed in 9490 milliseconds