Home
last modified time | relevance | path

Searched defs:hasBeenUsed (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.h47 bool hasBeenUsed() const { return HasBeenUsed; } in hasBeenUsed() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.h50 bool hasBeenUsed() const { return HasBeenUsed; } in hasBeenUsed() function
/external/parameter-framework/upstream/tools/coverage/
Dcoverage.py253 def hasBeenUsed(self): member in Element