Home
last modified time | relevance | path

Searched refs:check_same (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/libcxx/utilities/optional/optional.object/
Dspecial_member_gen.pass.cpp25 static constexpr bool check_same() { in check_same() function
30 static_assert(check_same<std::is_trivially_destructible>(), "");
31 static_assert(check_same<std::is_trivially_copyable>(), "");
/external/v8/src/compiler/
Deffect-control-linearizer.cc1503 Node* check_same = __ Float64Equal(value, __ ChangeInt32ToFloat64(value32)); in BuildCheckedFloat64ToInt32() local
1504 __ DeoptimizeUnless(DeoptimizeReason::kLostPrecisionOrNaN, check_same, in BuildCheckedFloat64ToInt32()
Dwasm-compiler.cc2410 Node* check_same = graph()->NewNode( in BuildChangeFloat64ToTagged() local
2414 graph()->NewNode(common->Branch(), check_same, graph()->start()); in BuildChangeFloat64ToTagged()