Searched refs:check4 (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
H A Dp2.cpp19 typename S<i>::T check4; // expected-error {{not an integral constant expression}} expected-error {{qualified name}} local
H A Dp2-0x.cpp26 typename S<i>::T check4; // ok, i is value-dependent local
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp21.cpp30 int check4[Y<int&, float&, double&>::value == 1? 1 : -1]; // uses partial specialization variable
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dpartial-ordering.cpp31 int check4[X1<tuple<int&, int&>>::value == 3? 1 : -1]; variable
H A Dmetafunctions.cpp257 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
H A Dmulti-level-substitution.cpp94 int check4[X2<short, int, long>::Inner<int(pair<short, unsigned short>, member in namespace:PacksAtDifferentLevels
/external/clang/test/SemaCXX/
H A Dcxx1y-deduced-return-type.cpp151 int &check4 = take_fn<int>(arg_single<int>); member in namespace:Templates
/external/clang/test/CXX/drs/
H A Ddr4xx.cpp998 int check4[__LONG_MAX__ >= 2147483647 ? 1 : -1]; member in namespace:dr483::climits
1008 int check4[__WCHAR_WIDTH__ >= 8 ? 1 : -1]; member in namespace:dr483::cstdint
1193 int check4[ __is_trivially_constructible(B, const B&) ? 1 : -1]; member in namespace:dr496
/external/oprofile/gui/
H A Doprof_start.cpp738 get_unit_mask_part(descr, 4, check4->isChecked(), mask);
760 check4->hide();
795 case 4: check = check4; break;

Completed in 3077 milliseconds