Home
last modified time | relevance | path

Searched refs:use_ (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dnode.h424 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_; variable
495 iterator() : use_(nullptr), input_ptr_(nullptr) {} in iterator()
498 Edge operator*() const { return Edge(use_, input_ptr_); }
505 use_--;
[all …]
/third_party/rust/crates/regex/tests/
Dmacros_bytes.rs5 macro_rules! use_ { ($($path: tt)*) => { use regex::bytes::$($path)*; } } macro
Dmacros_str.rs5 macro_rules! use_ { ($($path: tt)*) => { use regex::$($path)*; } } macro
Dreplace.rs91 use_!(Captures);
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dkeywords.rs170 pub static mut use_: ::std::os::raw::c_int; constant
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dshaders.txt872 A specific entry point in a SPIR-V module is said to _statically use_ that
Dshaders.adoc2344 A specific entry point in a SPIR-V module is said to _statically use_ that