Home
last modified time | relevance | path

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

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