/third_party/boost/libs/unordered/test/helpers/ |
D | exception_test.hpp | 50 for (::test::scope_guard unordered_test_guard(BOOST_STRINGIZE(scope_name)); \ 68 class scope_guard class 70 scope_guard& operator=(scope_guard const&); 71 scope_guard(scope_guard const&); 78 scope_guard(char const* name) in scope_guard() function in test::scope_guard 84 ~scope_guard() in ~scope_guard()
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/ |
D | gradient_eliminate.cc | 25 ScopeGuard scope_guard(vnode->scope()); in ExpandJPrimitive() local 88 ScopeGuard scope_guard(vnode->scope()); in ExpandJ() local
|
D | branch_culling.h | 136 ScopeGuard scope_guard(scope); in operator()
|
D | env_item_eliminate.h | 291 ScopeGuard scope_guard(scope); in operator()
|
D | special_op_eliminate.h | 707 ScopeGuard scope_guard(scope); in operator()
|
/third_party/boost/libs/scope_exit/example/ |
D | Jamfile.v2 | 18 run scope_guard.cpp ;
|
/third_party/boost/boost/signals2/detail/ |
D | scope_guard.hpp | 78 typedef const scope_guard_impl_base& scope_guard; typedef
|
D | auto_buffer.hpp | 296 scope_guard guard = make_obj_guard( *this, in move_to_new_buffer() 524 scope_guard guard = make_obj_guard( *this, in operator =()
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/ |
D | dfunctor.cc | 257 ScopeGuard scope_guard(morph->scope()); in MapMorphism() local 520 ScopeGuard scope_guard(primal->scope()); in MapPrimitiveToK() local 546 ScopeGuard scope_guard(primal->scope()); in MapFuncGraphToK() local 573 ScopeGuard scope_guard(primal->scope()); in MapParameterToK() local 584 ScopeGuard scope_guard(node->scope()); in MapFvObject() local 611 ScopeGuard scope_guard(p->scope()); in MapParamObject() local
|
D | kprim.cc | 263 ScopeGuard scope_guard(scope); in GetBprop() local
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/ |
D | program_specialize.cc | 305 ScopeGuard scope_guard(node->scope()); in ProcessNode() local 434 ScopeGuard scope_guard(node->scope()); in BuildSpecializedNode() local 550 ScopeGuard scope_guard(new_node->scope()); in BuildSpecializedParameterNode() local
|
D | prim.cc | 94 ScopeGuard scope_guard(scope); in Run() local 196 ScopeGuard scope_guard(scope); in Run() local 277 ScopeGuard scope_guard(scope); in Run() local 1007 ScopeGuard scope_guard(scope); in StaticGetter() local 1418 ScopeGuard scope_guard(scope); in HandleDoSignature() local
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/ |
D | resolve.cc | 293 ScopeGuard scope_guard(node->scope()); in ResolveObjectAndAddToManager() local
|
D | parse.cc | 264 ScopeGuard scope_guard(scope); in ParseFunction() local
|
/third_party/boost/libs/scope_exit/doc/ |
D | scope_exit.qbk | 57 [import ../example/scope_guard.cpp] 402 …xit__ we can simply do the following (see also [@../../example/scope_guard.cpp =scope_guard.cpp=]):
|
/third_party/boost/boost/multi_index/detail/ |
D | scope_guard.hpp | 95 typedef const scope_guard_impl_base& scope_guard; typedef
|
D | ord_index_impl.hpp | 90 detail::scope_guard BOOST_JOIN(check_invariant_,__LINE__)= \
|
/third_party/boost/boost/multi_index/ |
D | sequenced_index.hpp | 52 detail::scope_guard BOOST_JOIN(check_invariant_,__LINE__)= \
|
D | random_access_index.hpp | 60 detail::scope_guard BOOST_JOIN(check_invariant_,__LINE__)= \
|
D | hashed_index.hpp | 62 detail::scope_guard BOOST_JOIN(check_invariant_,__LINE__)= \
|
/third_party/boost/boost/ |
D | multi_index_container.hpp | 67 detail::scope_guard BOOST_JOIN(check_invariant_,__LINE__)= \
|