Home
last modified time | relevance | path

Searched defs:IsUsed (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/include/cppgc/internal/
Dpersistent-node.h61 bool IsUsed() const { return trace_; } in IsUsed() function
/third_party/gptfdisk/
Dgptpart.cc146 int GPTPart::IsUsed(void) { in IsUsed() function in GPTPart
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbol.h93 mutable unsigned IsUsed : 1; variable
/third_party/node/deps/v8/tools/
Dll_prof.py132 def IsUsed(self): member in Code
/third_party/node/deps/v8/src/torque/
Ddeclarable.h390 bool IsUsed() const { return used_; } in IsUsed() function
/third_party/vixl/src/aarch64/
Dassembler-aarch64.h256 bool IsUsed() const { return offset_ < 0; } in IsUsed() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1433 auto IsUsed = [&HRI,&MRI] (unsigned Reg) -> bool { in needToReserveScavengingSpillSlots() local
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.cc406 bool InstructionSelector::IsUsed(Node* node) const { in IsUsed() function in v8::internal::compiler::InstructionSelector
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp739 bool IsUsed = false; member