Searched refs:IDENTIFIER_ERROR_LOCUS (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dptree.c148 print_node (file, "error locus", IDENTIFIER_ERROR_LOCUS (node), indent + 4);
H A Dlex.c2949 || IDENTIFIER_ERROR_LOCUS (token) != current_function_decl)
H A Dsearch.c1940 else if (IDENTIFIER_ERROR_LOCUS (name) == NULL_TREE)
H A Dclass.c3578 if (IDENTIFIER_ERROR_LOCUS (DECL_ASSEMBLER_NAME (x)))
H A Dcp-tree.h297 #define IDENTIFIER_ERROR_LOCUS(NODE) LANG_ID_FIELD(error_locus, NODE) macro
H A Ddecl.c3312 || IDENTIFIER_ERROR_LOCUS (DECL_ASSEMBLER_NAME (newdecl)) != current_class_type)
14760 if (IDENTIFIER_ERROR_LOCUS (DECL_ASSEMBLER_NAME (fndecl)) != current_class_type)
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-tree.h62 #define IDENTIFIER_ERROR_LOCUS(NODE) \ macro
H A Dc-parse.y622 || IDENTIFIER_ERROR_LOCUS ($1) != current_function_decl)
637 IDENTIFIER_ERROR_LOCUS ($1) = current_function_decl;
H A Dc-parse.in702 || IDENTIFIER_ERROR_LOCUS ($1) != current_function_decl)
717 IDENTIFIER_ERROR_LOCUS ($1) = current_function_decl;
H A Dc-parse.c2217 || IDENTIFIER_ERROR_LOCUS (yyvsp[0].ttype) != current_function_decl)
2232 IDENTIFIER_ERROR_LOCUS (yyvsp[0].ttype) = current_function_decl;
H A Dc-decl.c933 print_node (file, "error locus", IDENTIFIER_ERROR_LOCUS (node), indent + 4);
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-parse.y645 || IDENTIFIER_ERROR_LOCUS ($1) != current_function_decl)
660 IDENTIFIER_ERROR_LOCUS ($1) = current_function_decl;
H A Dobjc-parse.c2658 || IDENTIFIER_ERROR_LOCUS (yyvsp[0].ttype) != current_function_decl)
2673 IDENTIFIER_ERROR_LOCUS (yyvsp[0].ttype) = current_function_decl;
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dch-tree.h72 #define IDENTIFIER_ERROR_LOCUS(NODE) \ macro
H A Ddecl.c946 print_node (file, "error locus", IDENTIFIER_ERROR_LOCUS (node), indent + 4);

Completed in 396 milliseconds