OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:feature_p
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc
10003
/* Register a feature for __has_{feature,extension}.
FEATURE_P
is true
10008
c_common_register_feature (const char *name, bool
feature_p
)
10010
bool dup = feature_map->put (get_identifier (name),
feature_p
);
10031
const bool
feature_p
= !(info->flags & HF_FLAG_EXT);
10032
c_common_register_feature (info->ident,
feature_p
);
10013
const bool
feature_p
= !(info->flags & HF_FLAG_EXT);
local
Completed in 57 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026