OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WILDCARD_TYPE_P
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h
2268
#define
WILDCARD_TYPE_P
(T) \
2281
#define MAYBE_CLASS_TYPE_P(T) (
WILDCARD_TYPE_P
(T) || CLASS_TYPE_P (T))
/src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h
2208
#define
WILDCARD_TYPE_P
(T) \
2220
#define MAYBE_CLASS_TYPE_P(T) (
WILDCARD_TYPE_P
(T) || CLASS_TYPE_P (T))
Completed in 81 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026