Home
last modified time | relevance | path

Searched refs:check0 (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmetafunctions.cpp48 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
Ddeduction.cpp38 int check0[char_values<1, 12, 3>::value == 1? 1 : -1]; variable
Dpartial-ordering.cpp27 int check0[X1<tuple<>>::value == 0? 1 : -1]; variable
Dmulti-level-substitution.cpp43 int check0[X<short, int, long>::Inner<tuple<pair<short, unsigned short>, variable
/external/llvm/test/Linker/
Dfunc-attrs-a.ll4 ; 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*)
Dfunc-attrs-b.ll6 define void @check0(%struct.S0* sret %agg.result, %struct.S0* byval %arg0, %struct.S0* %arg1, %stru…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dfunc-attrs-a.ll4 ; 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*)
Dfunc-attrs-b.ll6 define void @check0(%struct.S0* sret %agg.result, %struct.S0* byval %arg0, %struct.S0* %arg1, %stru…
/external/clang/test/SemaTemplate/
Dissue150.cpp52 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/clang/test/CXX/temp/temp.decls/temp.class.spec/
Dp9.cpp15 int check0[X<1, 2>::value == 0? 1 : -1]; variable
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
Dp21.cpp26 int check0[X<int>::value == 0? 1 : -1]; // uses primary template variable
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
Dcwg1170.cpp39 int check0[has_copy_constructor<HasCopy>::value? 1 : -1]; variable
/external/clang/test/SemaObjCXX/
Darc-libstdcxx.mm6 int check0[std::__is_scalar<__strong id>::__value? -1 : 1];
/external/clang/test/SemaCXX/
Dissue547.cpp64 int check0[classify_function<f0>::value == 2? 1 : -1]; variable
/external/v8/src/compiler/
Deffect-control-linearizer.cc1465 Node* check0 = ObjectIsSmi(value); in LowerCheckNumber() local
1466 __ GotoIfNot(check0, &if_not_smi); in LowerCheckNumber()
1584 Node* check0 = __ Int32LessThan(zero, rhs); in LowerCheckedInt32Div() local
1585 __ GotoIfNot(check0, &if_not_positive); in LowerCheckedInt32Div()
1698 Node* check0 = __ Int32LessThanOrEqual(rhs, zero); in LowerCheckedInt32Mod() local
1699 __ GotoIf(check0, &if_rhs_not_positive); in LowerCheckedInt32Mod()
2376 Node* check0 = ObjectIsSmi(value); in LowerObjectIsNonCallable() local
2377 __ GotoIf(check0, &if_primitive); in LowerObjectIsNonCallable()
3126 Node* check0 = __ Uint32LessThanOrEqual(code, __ Uint32Constant(0xFFFF)); in LowerStringFromSingleCodePoint() local
3127 __ GotoIfNot(check0, &if_not_single_code); in LowerStringFromSingleCodePoint()
[all …]
Dsimplified-lowering.cc3309 Node* check0 = graph()->NewNode(simplified()->ObjectIsSmi(), value); in DoJSToNumberOrNumericTruncatesToFloat64() local
3311 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, control); in DoJSToNumberOrNumericTruncatesToFloat64()
3411 Node* check0 = graph()->NewNode(simplified()->ObjectIsSmi(), value); in DoJSToNumberOrNumericTruncatesToWord32() local
3413 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, control); in DoJSToNumberOrNumericTruncatesToWord32()
3575 Node* check0 = graph()->NewNode(machine()->Int32LessThan(), zero, rhs); in Int32Div() local
3576 Node* branch0 = graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, in Int32Div()
3652 Node* check0 = graph()->NewNode(machine()->Int32LessThan(), zero, rhs); in Int32Mod() local
3653 Node* branch0 = graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, in Int32Mod()
3778 Node* check0 = graph()->NewNode(machine()->Word32Equal(), rhs, zero); in Uint32Mod() local
3779 Node* branch0 = graph()->NewNode(common()->Branch(BranchHint::kFalse), check0, in Uint32Mod()
Djs-call-reducer.cc4629 Node* check0 = graph()->NewNode(simplified()->NumberEqual(), length, in ReduceArrayPrototypeShift() local
4632 graph()->NewNode(common()->Branch(BranchHint::kFalse), check0, control); in ReduceArrayPrototypeShift()
5392 Node* check0 = in ReduceStringIteratorPrototypeNext() local
5395 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, control); in ReduceStringIteratorPrototypeNext()
6575 Node* check0 = graph()->NewNode(simplified()->NumberLessThan(), index, in ReduceCollectionIteratorPrototypeNext() local
6578 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, loop); in ReduceCollectionIteratorPrototypeNext()
Djs-typed-lowering.cc1196 Node* check0 = graph()->NewNode(simplified()->ObjectIsSmi(), value); in ReduceJSHasInPrototypeChain() local
1198 graph()->NewNode(common()->Branch(BranchHint::kFalse), check0, control); in ReduceJSHasInPrototypeChain()
Dwasm-compiler.cc2309 Node* check0 = graph()->NewNode(m->Int32LessThan(), zero, right); in BuildI32AsmjsRemS() local
2311 graph()->NewNode(c->Branch(BranchHint::kTrue), check0, graph()->start()); in BuildI32AsmjsRemS()