Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h59 static constexpr bool isRef = std::is_reference_v<T>; variable
H A DError.h485 static constexpr bool isRef = std::is_reference_v<T>; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h105 bool isRef() const { return Access & RefAccess; } in isRef() function