/third_party/boost/libs/poly_collection/test/ |
D | test_construction.cpp | 27 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 …]
|
D | test_utilities.hpp | 325 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/ |
D | rooted_allocator.hpp | 23 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
|
D | test_alloc_awareness.cpp | 72 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/ |
D | propagator_test.cpp | 48 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/ |
D | propagator_test.cpp | 48 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/ |
D | propagator_test.cpp | 48 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/ |
D | LowerMatrixIntrinsics.cpp | 336 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/ |
D | CMakeLists.txt | 14 # Propagate value into parent directory
|
/third_party/json/test/thirdparty/Fuzzer/test/uninstrumented/ |
D | CMakeLists.txt | 15 # Propagate value into parent directory
|
/third_party/json/test/thirdparty/Fuzzer/test/no-coverage/ |
D | CMakeLists.txt | 28 # Propagate value into parent directory
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.2.4.rst | 49 - cherry-ignore: broadcom/vc5: Propagate vc4 aliasing fix to vc5.
|
D | 10.1.1.rst | 136 - glsl: Propagate explicit binding information from the AST all the way
|
D | 7.9.2.rst | 238 - linker: Propagate max_array_access while linking functions
|
D | 7.10.1.rst | 260 - linker: Propagate max_array_access while linking functions
|
D | 21.2.0.rst | 403 - 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/ |
D | scanner.jam | 142 # Propagate scanner settings from 'including-target' to 'targets'.
|
D | targets.jam | 1509 # Propagate usage requirements we got from sources, except for the
|
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | page_scaffold.dart | 104 // Propagate bottom padding and include viewInsets if appropriate
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.4.2.rst | 36 * Propagate decl_state to declaration_specifiers()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cord_rep_btree.cc | 310 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/ |
D | 3.10.0a2.rst | 60 Propagate and raise the errors caused by :c:func:`PyAST_Validate` in the
|
/third_party/gettext/ |
D | ChangeLog.0 | 272 * configure.in: Propagate GCC, LD, with_gnu_ld to Makefiles.
|
/third_party/spirv-tools/ |
D | CHANGES | 94 - Propagate OpLine to all applied instructions in spirv-opt (#3951)
|
/third_party/python/Lib/idlelib/ |
D | NEWS.txt | 1167 - Issue #7163: Propagate return value of sys.stdout.write.
|