Home
last modified time | relevance | path

Searched defs:VarId (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp1117 uint32_t VarId = addType(std::move(VarEntry)); in processGlobals() local
/third_party/rust/crates/bindgen/bindgen/ir/
Dcomp.rs1619 pub fn inner_vars(&self) -> &[VarId] { in inner_vars()