/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | metafunctions.cpp | 48 int check0[count<>::value == 0? 1 : -1]; variable 65 int check0[is_same<EverythingToInt<tuple<double, float>>::type, variable 75 int check0[is_same<double_values<1, 2, -3>::type, variable 146 int check0[ListI<1, 2, 3>::sum::value == 6? 1 : -1]; variable 166 int check0[is_same<build_indices<5>::type, variable 191 int check0[is_same<apply_each<int, variable 253 int check0[Arity<int()>::value == 0? 1 : -1]; variable 271 int check0[is_same<replace_with_int<pair<tuple<float, double, short>, variable
|
D | deduction.cpp | 38 int check0[char_values<1, 12, 3>::value == 1? 1 : -1]; variable
|
D | partial-ordering.cpp | 27 int check0[X1<tuple<>>::value == 0? 1 : -1]; variable
|
D | multi-level-substitution.cpp | 43 int check0[X<short, int, long>::Inner<tuple<pair<short, unsigned short>, variable
|
/external/llvm/test/Linker/ |
D | func-attrs-a.ll | 4 ; CHECK: call void @check0(%struct.S0* sret null, %struct.S0* byval align 4 null, %struct.S0* align… 5 ; CHECK: define void @check0(%struct.S0* sret %agg.result, %struct.S0* byval %arg0, %struct.S0* %ar… 10 …call void @check0(%struct.S0* sret null, %struct.S0* byval align 4 null, %struct.S0* align 4 null,… 14 declare void @check0(%struct.S0*, %struct.S0*, %struct.S0*, %struct.S0*)
|
D | func-attrs-b.ll | 6 define void @check0(%struct.S0* sret %agg.result, %struct.S0* byval %arg0, %struct.S0* %arg1, %stru…
|
/external/clang/test/SemaTemplate/ |
D | issue150.cpp | 52 int check0[is_same<X<int, Y>::type, Y<int, int*, int* const> >::value? 1 : -1]; variable 71 int check0[is_same<X<int, int, Y>::type, Y<int, int*, int* const> >::value? 1 : -1]; variable
|
/external/v8/src/compiler/ |
D | effect-control-linearizer.cc | 1172 Node* check0 = ObjectIsSmi(value); in LowerCheckNumber() local 1173 __ GotoUnless(check0, &if_not_smi); in LowerCheckNumber() 1274 Node* check0 = __ Int32LessThan(zero, rhs); in LowerCheckedInt32Div() local 1275 __ GotoUnless(check0, &if_not_positive); in LowerCheckedInt32Div() 1351 Node* check0 = __ Int32LessThanOrEqual(rhs, zero); in LowerCheckedInt32Mod() local 1352 __ GotoIf(check0, &if_rhs_not_positive); in LowerCheckedInt32Mod() 1724 Node* check0 = ObjectIsSmi(value); in LowerObjectIsNonCallable() local 1725 __ GotoIf(check0, &if_primitive); in LowerObjectIsNonCallable() 1920 Node* check0 = __ Int32LessThanOrEqual( in LowerStringFromCharCode() local 1922 __ GotoUnless(check0, &runtime_call); in LowerStringFromCharCode() [all …]
|
D | js-builtin-reducer.cc | 358 Node* check0 = graph()->NewNode(simplified()->ReferenceEqual(), array, in ReduceFastArrayIteratorNext() local 361 graph()->NewNode(common()->Branch(BranchHint::kFalse), check0, control); in ReduceFastArrayIteratorNext() 511 Node* check0 = graph()->NewNode(simplified()->ReferenceEqual(), array, in ReduceTypedArrayIteratorNext() local 514 graph()->NewNode(common()->Branch(BranchHint::kFalse), check0, control); in ReduceTypedArrayIteratorNext() 1819 Node* check0 = in ReduceStringIteratorNext() local 1822 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, control); in ReduceStringIteratorNext()
|
D | simplified-lowering.cc | 2847 Node* check0 = graph()->NewNode(simplified()->ObjectIsSmi(), value); in DoJSToNumberTruncatesToFloat64() local 2849 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, control); in DoJSToNumberTruncatesToFloat64() 2931 Node* check0 = graph()->NewNode(simplified()->ObjectIsSmi(), value); in DoJSToNumberTruncatesToWord32() local 2933 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, control); in DoJSToNumberTruncatesToWord32() 3148 Node* check0 = graph()->NewNode(machine()->Int32LessThan(), zero, rhs); in Int32Div() local 3149 Node* branch0 = graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, in Int32Div() 3226 Node* check0 = graph()->NewNode(machine()->Int32LessThan(), zero, rhs); in Int32Mod() local 3227 Node* branch0 = graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, in Int32Mod()
|
D | js-typed-lowering.cc | 1479 Node* check0 = graph()->NewNode(simplified()->ObjectIsSmi(), object); in ReduceJSOrdinaryHasInstance() local 1481 graph()->NewNode(common()->Branch(BranchHint::kFalse), check0, control); in ReduceJSOrdinaryHasInstance() 1802 Node* check0 = graph()->NewNode(simplified()->ObjectIsReceiver(), receiver); in ReduceJSConvertReceiver() local 1804 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, control); in ReduceJSConvertReceiver() 2222 Node* check0 = graph()->NewNode(simplified()->ReferenceEqual(), receiver_map, in ReduceJSForInNext() local 2225 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, control); in ReduceJSForInNext()
|
D | wasm-compiler.cc | 2013 Node* check0 = graph()->NewNode(m->Int32LessThan(), zero, right); in BuildI32AsmjsRemS() local 2015 graph()->NewNode(c->Branch(BranchHint::kTrue), check0, graph()->start()); in BuildI32AsmjsRemS()
|
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
D | p9.cpp | 15 int check0[X<1, 2>::value == 0? 1 : -1]; variable
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
D | p21.cpp | 26 int check0[X<int>::value == 0? 1 : -1]; // uses primary template variable
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
D | cwg1170.cpp | 39 int check0[has_copy_constructor<HasCopy>::value? 1 : -1]; variable
|
/external/clang/test/SemaObjCXX/ |
D | arc-libstdcxx.mm | 6 int check0[std::__is_scalar<__strong id>::__value? -1 : 1];
|
/external/clang/test/SemaCXX/ |
D | issue547.cpp | 64 int check0[classify_function<f0>::value == 2? 1 : -1]; variable
|