Home
last modified time | relevance | path

Searched refs:LockFileState (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DLockFileManager.h30 enum LockFileState { enum
75 LockFileState getState() const;
77 operator LockFileState() const { return getState(); } in LockFileState() function
/openbsd/src/gnu/llvm/llvm/lib/Support/
DLockFileManager.cpp258 LockFileManager::LockFileState LockFileManager::getState() const { in getState()