Home
last modified time | relevance | path

Searched refs:check5 (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/commands/du/
Ddu01.sh88 check5="^20[4-6][0-9][0-9][[:space:]]\."
104 5) du_test "du -B ${block_size}" ${check5};;
105 6) du_test "du --block-size=${block_size}" ${check5};;
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
Dp21.cpp31 int check5[Y<int, float, double>::value == 0? 1 : -1]; // uses primary template variable
/external/clang/test/SemaObjCXX/
Darc-libstdcxx.mm11 int check5[std::__is_scalar<__autoreleasing A*>::__value? -1 : 1];
/external/clang/test/CXX/drs/
Ddr4xx.cpp1000 int check5[__LONG_LONG_MAX__ >= 9223372036854775807 ? 1 : -1]; variable
1010 int check5[__WINT_WIDTH__ >= 16 ? 1 : -1]; variable
1195 int check5[ __is_trivially_assignable(A, const A&) ? 1 : -1]; variable
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmulti-level-substitution.cpp99 int check5[X2<short, int>::Inner<int(pair<short, unsigned short>, variable
/external/clang/test/SemaCXX/
Dcxx1y-deduced-return-type.cpp152 …long &check5 = take_fn(arg_multi); // expected-error {{no matching}} expected-note@-6 {{couldn't i… variable