| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-harden-conditionals.cc | 290 location_t eloc = e->goto_locus; local 296 single_succ_edge (chk)->goto_locus = eloc;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-harden-conditionals.cc | 279 location_t eloc = e->goto_locus; local 285 single_succ_edge (chk)->goto_locus = eloc;
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-omp.cc | 1815 location_t eloc = EXPR_LOCATION (expr); local 1816 eloc = LOCATION_OR (eloc, loc); 1820 error_at (eloc, "variable %qD used as loop variable is bound " 1824 error_at (eloc, "variable %qD used in initializer is bound " 1828 error_at (eloc, "variable %qD used in end test is bound " 1832 error_at (eloc, "variable %qD used in increment expression is bound " 1862 location_t eloc; 1865 eloc = LOCATION_OR (EXPR_LOCATION (init), loc); 1866 if (!check_loop_binding_expr (decl, body, eloc, [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-parser.cc | 13629 location_t eloc = c_parser_peek_token (parser)->location; 13631 t = convert_lvalue_to_rvalue (eloc, expr, true, true).value; 13632 t = c_objc_common_truthvalue_conversion (eloc, t); 15937 location_t eloc = c_parser_peek_token (parser)->location; 15939 expr = convert_lvalue_to_rvalue (eloc, expr, true, false); 15945 eloc = c_parser_peek_token (parser)->location; 15947 expr = convert_lvalue_to_rvalue (eloc, expr, true, false); 15954 eloc = c_parser_peek_token (parser)->location; 15956 expr = convert_lvalue_to_rvalue (eloc, expr, true, false); 18056 location_t eloc; 13624 location_t eloc = c_parser_peek_token (parser)->location; local 15932 location_t eloc = c_parser_peek_token (parser)->location; local 18051 location_t eloc; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-parser.cc | 15933 location_t eloc = c_parser_peek_token (parser)->location; 15935 t = convert_lvalue_to_rvalue (eloc, expr, true, true).value; 15936 t = c_objc_common_truthvalue_conversion (eloc, t); 18465 location_t eloc = c_parser_peek_token (parser)->location; 18467 expr = convert_lvalue_to_rvalue (eloc, expr, true, false); 18473 eloc = c_parser_peek_token (parser)->location; 18475 expr = convert_lvalue_to_rvalue (eloc, expr, true, false); 18482 eloc = c_parser_peek_token (parser)->location; 18484 expr = convert_lvalue_to_rvalue (eloc, expr, true, false); 20911 location_t eloc; 15928 location_t eloc = c_parser_peek_token (parser)->location; local 18460 location_t eloc = c_parser_peek_token (parser)->location; local 20906 location_t eloc; local 26354 location_t eloc = c_parser_peek_token (parser)->location; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| tree.cc | 527 if (location_t eloc = cp_expr_location (value)) 528 SET_EXPR_LOCATION (t, eloc);
|
| parser.cc | 516 expanded_location eloc; 593 eloc = expand_location (token->location); 594 fprintf (file, "\n\tFile: %s\n", eloc.file); 595 fprintf (file, "\tLine: %d\n", eloc.line); 596 fprintf (file, "\tColumn: %d\n", eloc.column); 515 expanded_location eloc; local [all...] |
| pt.cc | 18624 if (location_t eloc = cp_expr_location (t)) 18625 input_location = eloc; 20165 if (location_t eloc = cp_expr_location (t)) 20166 input_location = eloc;
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| parser.cc | 529 expanded_location eloc; 606 eloc = expand_location (token->location); 607 fprintf (file, "\n\tFile: %s\n", eloc.file); 608 fprintf (file, "\tLine: %d\n", eloc.line); 609 fprintf (file, "\tColumn: %d\n", eloc.column); 528 expanded_location eloc; local [all...] |
| tree.cc | 562 if (location_t eloc = cp_expr_location (value)) 563 SET_EXPR_LOCATION (t, eloc);
|
| pt.cc | 18496 if (location_t eloc = cp_expr_location (t)) 18497 input_location = eloc; 20084 if (location_t eloc = cp_expr_location (t)) 20085 input_location = eloc;
|
| /src/external/apache2/llvm/dist/clang/tools/libclang/ |
| CIndex.cpp | 7814 CXSourceLocation eloc = clang_getTokenLocation(TU, Tokens[NumTokens - 1]); local 7815 *Log << clang_getRange(bloc, eloc); 9136 CXSourceLocation ELoc = clang_getRangeEnd(range); 9144 clang_getFileLocation(ELoc, &EFile, &ELine, &EColumn, nullptr);
|