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

  /external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
p2.cpp 19 typename S<i>::T check4; // expected-error {{not an integral constant expression}} expected-error {{qualified name}} local
p2-0x.cpp 26 typename S<i>::T check4; // ok, i is value-dependent local
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p21.cpp 30 int check4[Y<int&, float&, double&>::value == 1? 1 : -1]; // uses partial specialization variable
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
partial-ordering.cpp 31 int check4[X1<tuple<int&, int&>>::value == 3? 1 : -1]; variable
metafunctions.cpp 257 Arity<int(float, double, long double, char)> check4; // expected-error{{implicit instantiation of undefined template 'FunctionTypes::Arity<int (float, double, long double, char)>'}} member in namespace:FunctionTypes
multi-level-substitution.cpp 94 int check4[X2<short, int, long>::Inner<int(pair<short, unsigned short>, member in namespace:PacksAtDifferentLevels
  /external/clang/test/CXX/drs/
dr4xx.cpp 999 int check4[__LONG_MAX__ >= 2147483647 ? 1 : -1]; member in namespace:dr483::climits
1009 int check4[__WCHAR_WIDTH__ >= 8 ? 1 : -1]; member in namespace:dr483::cstdint
1194 int check4[ __is_trivially_constructible(B, const B&) ? 1 : -1]; member in namespace:dr496
  /external/clang/test/SemaCXX/
cxx1y-deduced-return-type.cpp 151 int &check4 = take_fn<int>(arg_single<int>); member in namespace:Templates

Completed in 211 milliseconds