Searched refs:c4x_parse_pragma (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/gcc/gcc/config/c4x/ |
H A D | c4x-c.c | 35 static int c4x_parse_pragma (const char *, tree *, tree *); 64 c4x_parse_pragma (name, func, sect) in c4x_parse_pragma() function 102 if (c4x_parse_pragma ("CODE_SECTION", &func, §)) 115 if (c4x_parse_pragma ("DATA_SECTION", &func, §)) 128 if (c4x_parse_pragma ("FUNC_IS_PURE", &func, 0)) 139 if (c4x_parse_pragma ("FUNC_NEVER_RETURNS", &func, 0)) 150 if (c4x_parse_pragma ("INTERRUPT", &func, 0))
|
/openbsd/gnu/usr.bin/gcc/gcc/config/c4x/ |
H A D | c4x-c.c | 33 static int c4x_parse_pragma PARAMS ((const char *, tree *, tree *)); 61 c4x_parse_pragma (name, func, sect) in c4x_parse_pragma() function 99 if (c4x_parse_pragma ("CODE_SECTION", &func, §)) 112 if (c4x_parse_pragma ("DATA_SECTION", &func, §)) 125 if (c4x_parse_pragma ("FUNC_IS_PURE", &func, 0)) 136 if (c4x_parse_pragma ("FUNC_NEVER_RETURNS", &func, 0)) 147 if (c4x_parse_pragma ("INTERRUPT", &func, 0))
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.4 | 771 (c4x_parse_pragma): Use c_lex_func.
|
H A D | ChangeLog.6 | 8306 (c4x_parse_pragma, c4x_pr_CODE_SECTION, c4x_pr_DATA_SECTION,
|