/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | ssa_rewrite_pass.cpp | 96 uint32_t phi_result_id = pass_->context()->TakeNextId(); in CreatePhiCandidate() 107 BasicBlock* bb = pass_->context()->get_instr_block(user_id); in ReplacePhiUsersWith() 173 for (uint32_t pred : pass_->cfg()->preds(phi_candidate->bb()->id())) { in AddPhiOperands() 174 BasicBlock* pred_bb = pass_->cfg()->block(pred); in AddPhiOperands() 265 auto& predecessors = pass_->cfg()->preds(bb->id()); in GetReachingDef() 269 val_id = GetReachingDef(var_id, pass_->cfg()->block(predecessors[0])); in GetReachingDef() 284 val_id = pass_->GetUndefVal(var_id); in GetReachingDef() 310 (void)pass_->GetPtr(inst, &var_id); in ProcessStore() 316 if (pass_->IsTargetVar(var_id)) { in ProcessStore() 318 pass_->context()->get_debug_info_mgr()->AddDebugValueIfVarDeclIsVisible( in ProcessStore() [all …]
|
D | ssa_rewrite_pass.h | 42 SSARewriter(MemPass* pass) : pass_(pass) {} in SSARewriter() 297 MemPass* pass_; variable
|
/third_party/spirv-tools/source/opt/ |
D | ssa_rewrite_pass.cpp | 96 uint32_t phi_result_id = pass_->context()->TakeNextId(); in CreatePhiCandidate() 107 BasicBlock* bb = pass_->context()->get_instr_block(user_id); in ReplacePhiUsersWith() 173 for (uint32_t pred : pass_->cfg()->preds(phi_candidate->bb()->id())) { in AddPhiOperands() 174 BasicBlock* pred_bb = pass_->cfg()->block(pred); in AddPhiOperands() 265 auto& predecessors = pass_->cfg()->preds(bb->id()); in GetReachingDef() 269 val_id = GetReachingDef(var_id, pass_->cfg()->block(predecessors[0])); in GetReachingDef() 284 val_id = pass_->GetUndefVal(var_id); in GetReachingDef() 310 (void)pass_->GetPtr(inst, &var_id); in ProcessStore() 316 if (pass_->IsTargetVar(var_id)) { in ProcessStore() 318 pass_->context()->get_debug_info_mgr()->AddDebugValueIfVarDeclIsVisible( in ProcessStore() [all …]
|
D | ssa_rewrite_pass.h | 42 SSARewriter(MemPass* pass) : pass_(pass) {} in SSARewriter() 297 MemPass* pass_; variable
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | ssa_rewrite_pass.cpp | 96 uint32_t phi_result_id = pass_->context()->TakeNextId(); in CreatePhiCandidate() 107 BasicBlock* bb = pass_->context()->get_instr_block(user_id); in ReplacePhiUsersWith() 173 for (uint32_t pred : pass_->cfg()->preds(phi_candidate->bb()->id())) { in AddPhiOperands() 174 BasicBlock* pred_bb = pass_->cfg()->block(pred); in AddPhiOperands() 265 auto& predecessors = pass_->cfg()->preds(bb->id()); in GetReachingDef() 269 val_id = GetReachingDef(var_id, pass_->cfg()->block(predecessors[0])); in GetReachingDef() 284 val_id = pass_->GetUndefVal(var_id); in GetReachingDef() 310 (void)pass_->GetPtr(inst, &var_id); in ProcessStore() 316 if (pass_->IsTargetVar(var_id)) { in ProcessStore() 318 pass_->context()->get_debug_info_mgr()->AddDebugValueIfVarDeclIsVisible( in ProcessStore() [all …]
|
D | ssa_rewrite_pass.h | 42 SSARewriter(MemPass* pass) : pass_(pass) {} in SSARewriter() 297 MemPass* pass_; variable
|
/third_party/boost/libs/beast/test/beast/websocket/ |
D | _detail_decorator.cpp | 25 bool pass_ = false; member 31 BEAST_EXPECT(pass_); in ~req_t() 35 : pass_(boost::exchange(other.pass_, true)) in req_t() 42 BEAST_EXPECT(! pass_); in operator ()() 43 pass_ = true; in operator ()() 49 bool pass_ = false; member 55 BEAST_EXPECT(pass_); in ~res_t() 59 : pass_(boost::exchange(other.pass_, true)) in res_t() 66 BEAST_EXPECT(! pass_); in operator ()() 67 pass_ = true; in operator ()()
|
D | test.hpp | 1198 bool pass_ = false; member 1216 , pass_(boost::exchange(other.pass_, true)) in handler() 1222 BEAST_EXPECT(pass_); in ~handler() 1228 BEAST_EXPECT(! pass_); in operator ()() 1229 pass_ = true; in operator ()() 1236 BEAST_EXPECT(! pass_); in operator ()() 1237 pass_ = true; in operator ()()
|
/third_party/boost/boost/beast/_experimental/test/ |
D | handler.hpp | 37 bool pass_ = false; member in boost::beast::test::handler 55 , pass_(boost::exchange(other.pass_, true)) in handler() 61 BEAST_EXPECT(pass_); in ~handler() 68 BEAST_EXPECT(! pass_); // can't call twice in operator ()() 71 pass_ = true; in operator ()() 77 BEAST_EXPECT(! pass_); // can't call twice in operator ()() 79 pass_ = true; in operator ()() 88 BEAST_EXPECT(! pass_); // can't call twice in operator ()() 90 pass_ = true; in operator ()()
|
/third_party/boost/libs/beast/include/boost/beast/_experimental/test/ |
D | handler.hpp | 37 bool pass_ = false; member in boost::beast::test::handler 55 , pass_(boost::exchange(other.pass_, true)) in handler() 61 BEAST_EXPECT(pass_); in ~handler() 68 BEAST_EXPECT(! pass_); // can't call twice in operator ()() 71 pass_ = true; in operator ()() 77 BEAST_EXPECT(! pass_); // can't call twice in operator ()() 79 pass_ = true; in operator ()() 88 BEAST_EXPECT(! pass_); // can't call twice in operator ()() 90 pass_ = true; in operator ()()
|
/third_party/boost/libs/beast/test/beast/core/ |
D | _detail_bind_continuation.cpp | 37 bool pass_ = false; 44 BEAST_EXPECT(pass_); 48 : pass_(boost::exchange(other.pass_, true)) 54 pass_ = true;
|
D | basic_stream.cpp | 706 bool pass_ = false; in testConnect() member in boost::beast::basic_stream_test::testConnect::connect_handler 712 BEAST_EXPECT(pass_); in testConnect() 732 : pass_(boost::exchange(other.pass_, true)) in testConnect() 739 pass_ = true; in testConnect() 1073 bool pass_ = false; in testMembers() member in boost::beast::basic_stream_test::testMembers::handler 1079 BEAST_EXPECT(pass_); in testMembers() 1099 : pass_(boost::exchange(other.pass_, true)) in testMembers() 1106 pass_ = true; in testMembers()
|
/third_party/boost/libs/beast/include/boost/beast/_experimental/unit_test/ |
D | results.hpp | 29 explicit test(bool pass_) in test() 30 : pass(pass_) in test() 34 test(bool pass_, std::string const& reason_) in test() 35 : pass(pass_) in test()
|
/third_party/boost/boost/beast/_experimental/unit_test/ |
D | results.hpp | 29 explicit test(bool pass_) in test() 30 : pass(pass_) in test() 34 test(bool pass_, std::string const& reason_) in test() 35 : pass(pass_) in test()
|
/third_party/python/Lib/ |
D | poplib.py | 211 def pass_(self, pswd): member in POP3 474 a.pass_(sys.argv[3])
|
/third_party/python/Doc/library/ |
D | poplib.rst | 154 .. method:: POP3.pass_(password) 270 M.pass_(getpass.getpass())
|
/third_party/python/Lib/test/ |
D | test_poplib.py | 287 self.assertOK(self.client.pass_('python'))
|