OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INTEGRAL_TYPE_P
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree.h
613
#define
INTEGRAL_TYPE_P
(TYPE) \
623
(
INTEGRAL_TYPE_P
(TYPE) \
626
&&
INTEGRAL_TYPE_P
(TREE_TYPE (TYPE))))
983
(
INTEGRAL_TYPE_P
(TYPE) \
5603
return (
INTEGRAL_TYPE_P
(type)
/src/external/gpl3/gcc.old/dist/gcc/
tree.h
523
#define
INTEGRAL_TYPE_P
(TYPE) \
532
(
INTEGRAL_TYPE_P
(TYPE) \
535
&&
INTEGRAL_TYPE_P
(TREE_TYPE (TYPE))))
877
(
INTEGRAL_TYPE_P
(TYPE) \
5319
return (
INTEGRAL_TYPE_P
(type)
Completed in 38 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026