Home
last modified time | relevance | path

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

/llvm-project/llvm/test/tools/dsymutil/X86/
H A Dmodules-pruning.cpp47 static const bool isRef = is_reference<T>::value; member in M::Template
/llvm-project/mlir/include/mlir/Analysis/
H A DAliasAnalysis.h134 [[nodiscard]] bool isRef() const { in isRef() function
/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
/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h105 bool isRef() const { return Access & RefAccess; } isRef() function