Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSymbol.h56 mutable unsigned IsUsed : 1; variable
/external/gptfdisk/
Dgptpart.cc139 int GPTPart::IsUsed(void) { in IsUsed() function in GPTPart
/external/llvm/include/llvm/MC/
DMCSymbol.h88 mutable unsigned IsUsed : 1; variable
/external/clang/include/clang/Lex/
DMacroInfo.h100 bool IsUsed : 1; variable
/external/v8/tools/
Dll_prof.py128 def IsUsed(self): member in Code
/external/vixl/src/aarch64/
Dassembler-aarch64.h238 bool IsUsed() const { return offset_ < 0; } in IsUsed() function
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp962 const std::string &CoverageMapping, bool IsUsed) { in addFunctionMappingRecord()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1210 auto IsUsed = [&HRI,&MRI] (unsigned Reg) -> bool { in needToReserveScavengingSpillSlots() local
/external/v8/src/compiler/
Dinstruction-selector.cc362 bool InstructionSelector::IsUsed(Node* node) const { in IsUsed() function in v8::internal::compiler::InstructionSelector