Home
last modified time | relevance | path

Searched refs:from_inst (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/regex/src/
H A Dcompile.rs1038 let mut from_inst = ::std::usize::MAX; in c_utf8_seq_() variables
1042 from_inst, in c_utf8_seq_()
1049 from_inst = cached_pc; in c_utf8_seq_()
1054 if from_inst == ::std::usize::MAX { in c_utf8_seq_()
1061 goto: from_inst, in c_utf8_seq_()
1066 from_inst = self.c.insts.len().checked_sub(1).unwrap(); in c_utf8_seq_()
1067 debug_assert!(from_inst < ::std::usize::MAX); in c_utf8_seq_()
1069 debug_assert!(from_inst < ::std::usize::MAX); in c_utf8_seq_()
1070 Ok(Patch { hole: last_hole, entry: from_inst }) in c_utf8_seq_()
1110 from_inst
[all...]
/third_party/spirv-tools/source/diff/
H A Ddiff.cpp88 const opt::Instruction* MappedInst(const opt::Instruction* from_inst) const {
89 assert(from_inst != nullptr);
90 assert(!from_inst->HasResultId());
92 auto mapped = inst_map_.find(from_inst);
104 bool IsMapped(const opt::Instruction* from_inst) const {
105 assert(from_inst != nullptr);
106 assert(!from_inst->HasResultId());
108 return inst_map_.find(from_inst) != inst_map_.end();
112 void MapInsts(const opt::Instruction* from_inst,
114 assert(from_inst !
[all...]

Completed in 2 milliseconds