HomeSort by relevance Sort by last modified time
    Searched defs:hasBeenUsed (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
AddressPool.h 34 bool HasBeenUsed;
37 AddressPool() : HasBeenUsed(false) {}
47 bool hasBeenUsed() const { return HasBeenUsed; }
49 void resetUsedFlag() { HasBeenUsed = false; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AddressPool.h 37 bool HasBeenUsed = false;
50 bool hasBeenUsed() const { return HasBeenUsed; }
52 void resetUsedFlag() { HasBeenUsed = false; }
  /external/parameter-framework/upstream/tools/coverage/
coverage.py 253 def hasBeenUsed(self):
    [all...]

Completed in 415 milliseconds