OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 33 milliseconds
Indexes created Wed Apr 29 00:23:26 UTC 2026