Home
last modified time | relevance | path

Searched refs:HasBeenUsed (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h36 bool HasBeenUsed = false; variable
49 bool hasBeenUsed() const { return HasBeenUsed; } in hasBeenUsed()
51 void resetUsedFlag(bool HasBeenUsed = false) { this->HasBeenUsed = HasBeenUsed; }
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h1005 mutable bool HasBeenUsed = false; variable
1081 bool hasBeenUsed() const { return HasBeenUsed; }; in hasBeenUsed()
1082 void clearHasBeenUsed() { HasBeenUsed = false; } in clearHasBeenUsed()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2303 HasBeenUsed = true; in lookupPath()
2312 HasBeenUsed = true; in lookupPath()