Searched refs:use_ (Results 1 – 7 of 7) sorted by relevance
424 Node* from() const { return use_->from(); } in from()427 int const index = use_->input_index(); in index()428 DCHECK_LT(index, use_->from()->InputCount()); in index()438 if (old_to) old_to->RemoveUse(use_); in UpdateTo()440 if (new_to) new_to->AppendUse(use_); in UpdateTo()450 : use_(use), input_ptr_(input_ptr) { in Edge()456 Node::Use* use_; variable495 iterator() : use_(nullptr), input_ptr_(nullptr) {} in iterator()498 Edge operator*() const { return Edge(use_, input_ptr_); }505 use_--;[all …]
5 macro_rules! use_ { ($($path: tt)*) => { use regex::bytes::$($path)*; } } macro
5 macro_rules! use_ { ($($path: tt)*) => { use regex::$($path)*; } } macro
91 use_!(Captures);
170 pub static mut use_: ::std::os::raw::c_int; constant
872 A specific entry point in a SPIR-V module is said to _statically use_ that
2344 A specific entry point in a SPIR-V module is said to _statically use_ that