Home
last modified time | relevance | path

Searched refs:Propagate (Results 1 – 25 of 54) sorted by relevance

123

/third_party/boost/libs/poly_collection/test/
Dtest_construction.cpp27 bool Propagate,bool AlwaysEqual,
34 std::integral_constant<bool,Propagate>, in test_allocator_aware_construction()
103 if(!(Propagate&&!AlwaysEqual)) in test_allocator_aware_construction()
115 if(!Propagate) in test_allocator_aware_construction()
122 if(!((Propagate&&AlwaysEqual)||(!Propagate&&!AlwaysEqual))) in test_allocator_aware_construction()
130 if(!Propagate) in test_allocator_aware_construction()
132 BOOST_TEST(p2.get_allocator().comes_from(Propagate?root1:root2)); in test_allocator_aware_construction()
137 if(!Propagate&&AlwaysEqual) in test_allocator_aware_construction()
146 if(Propagate||AlwaysEqual){ in test_allocator_aware_construction()
157 if(!((Propagate&&AlwaysEqual)||(!Propagate&&!AlwaysEqual))) in test_allocator_aware_construction()
[all …]
Dtest_utilities.hpp325 typename Propagate=std::true_type,typename AlwaysEqual=std::true_type
329 using propagate_on_container_copy_assignment=Propagate;
330 using propagate_on_container_move_assignment=Propagate;
331 using propagate_on_container_swap=Propagate;
334 struct rebind{using other=rooted_allocator<U,Propagate,AlwaysEqual>;};
339 rooted_allocator(const rooted_allocator<U,Propagate,AlwaysEqual>& x): in rooted_allocator()
343 bool operator==(const rooted_allocator<U,Propagate,AlwaysEqual>& x)const in operator ==()
346 bool operator!=(const rooted_allocator<U,Propagate,AlwaysEqual>& x)const in operator !=()
350 bool comes_from(const rooted_allocator<U,Propagate,AlwaysEqual>& x)const in comes_from()
/third_party/boost/libs/multi_index/test/
Drooted_allocator.hpp23 template<typename T,bool Propagate,bool AlwaysEqual>
26 typedef boost::integral_constant<bool,Propagate> propagate_type;
35 struct rebind{typedef rooted_allocator<U,Propagate,AlwaysEqual> other;};
40 rooted_allocator(const rooted_allocator<U,Propagate,AlwaysEqual>& x): in rooted_allocator() argument
44 bool operator==(const rooted_allocator<U,Propagate,AlwaysEqual>& x)const in operator ==() argument
47 bool operator!=(const rooted_allocator<U,Propagate,AlwaysEqual>& x)const in operator !=() argument
51 bool comes_from(const rooted_allocator<U,Propagate,AlwaysEqual>& x)const in comes_from() argument
Dtest_alloc_awareness.cpp72 template<bool Propagate,bool AlwaysEqual>
77 typedef rooted_allocator<move_tracker,Propagate,AlwaysEqual> allocator; in test_allocator_awareness_for()
114 BOOST_TEST(c2.get_allocator().comes_from(Propagate?root1:root2)); in test_allocator_awareness_for()
118 const bool element_transfer=Propagate||AlwaysEqual; in test_allocator_awareness_for()
124 BOOST_TEST(c3.get_allocator().comes_from(Propagate?root1:root2)); in test_allocator_awareness_for()
130 if(Propagate||AlwaysEqual){ in test_allocator_awareness_for()
135 BOOST_TEST(c2.get_allocator().comes_from(Propagate?root2:root1)); in test_allocator_awareness_for()
136 BOOST_TEST(c3.get_allocator().comes_from(Propagate?root1:root2)); in test_allocator_awareness_for()
/third_party/spirv-tools/test/opt/
Dpropagator_test.cpp48 bool Propagate(const SSAPropagator::VisitFunction& visit_fn) { in Propagate() function in spvtools::opt::__anon2b591c230111::PropagatorTest
123 EXPECT_TRUE(Propagate(visit_fn)); in TEST_F()
207 EXPECT_TRUE(Propagate(visit_fn)); in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dpropagator_test.cpp48 bool Propagate(const SSAPropagator::VisitFunction& visit_fn) { in Propagate() function in spvtools::opt::__anon2a375db80111::PropagatorTest
123 EXPECT_TRUE(Propagate(visit_fn)); in TEST_F()
207 EXPECT_TRUE(Propagate(visit_fn)); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpropagator_test.cpp48 bool Propagate(const SSAPropagator::VisitFunction& visit_fn) { in Propagate() function in spvtools::opt::__anon58b367240111::PropagatorTest
123 EXPECT_TRUE(Propagate(visit_fn)); in TEST_F()
207 EXPECT_TRUE(Propagate(visit_fn)); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp336 bool Propagate = false; in propagateShapeForward() local
346 Propagate = setShapeInfo(Inst, {M, K}); in propagateShapeForward()
350 Propagate = setShapeInfo(Inst, {N, M}); in propagateShapeForward()
354 Propagate = setShapeInfo(Inst, {N, M}); in propagateShapeForward()
358 Propagate = setShapeInfo(Inst, {M, N}); in propagateShapeForward()
369 Propagate |= setShapeInfo(Inst, OpShape->second); in propagateShapeForward()
375 if (Propagate) { in propagateShapeForward()
/third_party/json/test/thirdparty/Fuzzer/test/ubsan/
DCMakeLists.txt14 # Propagate value into parent directory
/third_party/json/test/thirdparty/Fuzzer/test/uninstrumented/
DCMakeLists.txt15 # Propagate value into parent directory
/third_party/json/test/thirdparty/Fuzzer/test/no-coverage/
DCMakeLists.txt28 # Propagate value into parent directory
/third_party/mesa3d/docs/relnotes/
D17.2.4.rst49 - cherry-ignore: broadcom/vc5: Propagate vc4 aliasing fix to vc5.
D10.1.1.rst136 - glsl: Propagate explicit binding information from the AST all the way
D7.9.2.rst238 - linker: Propagate max_array_access while linking functions
D7.10.1.rst260 - linker: Propagate max_array_access while linking functions
D21.2.0.rst403 - agx: Propagate fmov backwards as well
404 - agx: Propagate immediates
834 - pan/bi: Propagate fabs/neg/sat
3058 - microsoft/compiler: Propagate access when lowering SSBO loads
3074 - vtn: Propagate access data that's present on all struct members to the struct itself
3075 - vtn: Propagate access data from UBO/SSBO/push constant types to variables of that type, not just …
3616 - compiler/glsl: Propagate invariant/precise when splitting arrays
/third_party/boost/tools/build/src/build/
Dscanner.jam142 # Propagate scanner settings from 'including-target' to 'targets'.
Dtargets.jam1509 # Propagate usage requirements we got from sources, except for the
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dpage_scaffold.dart104 // Propagate bottom padding and include viewInsets if appropriate
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.4.2.rst36 * Propagate decl_state to declaration_specifiers()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc310 inline CordRepBtree* Propagate(CordRepBtree* tree, int depth, size_t length, in Propagate() function
571 tree = ops.Propagate(tree, depth, delta, result); in AddData()
/third_party/python/Misc/NEWS.d/
D3.10.0a2.rst60 Propagate and raise the errors caused by :c:func:`PyAST_Validate` in the
/third_party/gettext/
DChangeLog.0272 * configure.in: Propagate GCC, LD, with_gnu_ld to Makefiles.
/third_party/spirv-tools/
DCHANGES94 - Propagate OpLine to all applied instructions in spirv-opt (#3951)
/third_party/python/Lib/idlelib/
DNEWS.txt1167 - Issue #7163: Propagate return value of sys.stdout.write.

123