Home
last modified time | relevance | path

Searched defs:use_empty (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h298 bool use_empty() const { in use_empty() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h343 bool use_empty() const { in use_empty() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h496 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); } in use_empty() function
/third_party/rust/crates/either/src/
Dlib.rs1365 let use_empty = false; in seek() localVariable