OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:std_preds
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gensupport.cc
3537
static const struct std_pred_table
std_preds
[] = {
3568
#define NUM_KNOWN_STD_PREDS ARRAY_SIZE (
std_preds
)
3586
pred->name =
std_preds
[i].name;
3587
pred->special =
std_preds
[i].special;
3589
for (j = 0;
std_preds
[i].codes[j] != 0; j++)
3590
add_predicate_code (pred,
std_preds
[i].codes[j]);
3592
if (
std_preds
[i].allows_const_p)
3530
static const struct std_pred_table
std_preds
[] = {
variable in typeref:struct:std_pred_table
/src/external/gpl3/gcc.old/dist/gcc/
gensupport.cc
2937
static const struct std_pred_table
std_preds
[] = {
2968
#define NUM_KNOWN_STD_PREDS ARRAY_SIZE (
std_preds
)
2986
pred->name =
std_preds
[i].name;
2987
pred->special =
std_preds
[i].special;
2989
for (j = 0;
std_preds
[i].codes[j] != 0; j++)
2990
add_predicate_code (pred,
std_preds
[i].codes[j]);
2992
if (
std_preds
[i].allows_const_p)
2931
static const struct std_pred_table
std_preds
[] = {
variable in typeref:struct:std_pred_table
Completed in 19 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026