OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_REF
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
refwrap.h
87
#define _GLIBCXX_MEM_FN_TRAITS2(_CV,
_REF
, _LVAL, _RVAL) \
89
struct _Mem_fn_traits<_Res (_Class::*)(_ArgTypes...) _CV
_REF
> \
95
struct _Mem_fn_traits<_Res (_Class::*)(_ArgTypes... ...) _CV
_REF
> \
101
#define _GLIBCXX_MEM_FN_TRAITS(
_REF
, _LVAL, _RVAL) \
102
_GLIBCXX_MEM_FN_TRAITS2( ,
_REF
, _LVAL, _RVAL) \
103
_GLIBCXX_MEM_FN_TRAITS2(const ,
_REF
, _LVAL, _RVAL) \
104
_GLIBCXX_MEM_FN_TRAITS2(volatile ,
_REF
, _LVAL, _RVAL) \
105
_GLIBCXX_MEM_FN_TRAITS2(const volatile,
_REF
, _LVAL, _RVAL)
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
refwrap.h
83
#define _GLIBCXX_MEM_FN_TRAITS2(_CV,
_REF
, _LVAL, _RVAL) \
85
struct _Mem_fn_traits<_Res (_Class::*)(_ArgTypes...) _CV
_REF
> \
91
struct _Mem_fn_traits<_Res (_Class::*)(_ArgTypes... ...) _CV
_REF
> \
97
#define _GLIBCXX_MEM_FN_TRAITS(
_REF
, _LVAL, _RVAL) \
98
_GLIBCXX_MEM_FN_TRAITS2( ,
_REF
, _LVAL, _RVAL) \
99
_GLIBCXX_MEM_FN_TRAITS2(const ,
_REF
, _LVAL, _RVAL) \
100
_GLIBCXX_MEM_FN_TRAITS2(volatile ,
_REF
, _LVAL, _RVAL) \
101
_GLIBCXX_MEM_FN_TRAITS2(const volatile,
_REF
, _LVAL, _RVAL)
Completed in 19 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026