HomeSort by: relevance | last modified time | path
    Searched defs:isRef (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ErrorOr.h 59 static constexpr bool isRef = std::is_reference<T>::value;
64 using storage_type = std::conditional_t<isRef, wrap, T>;
Error.h 443 static constexpr bool isRef = std::is_reference<T>::value;
450 using storage_type = std::conditional_t<isRef, wrap, T>;
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
declaration.h 151 bool isRef() const { return (storage_class & STCref) != 0; }

Completed in 56 milliseconds