Home
last modified time | relevance | path

Searched refs:eloc (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-harden-conditionals.cc279 location_t eloc = e->goto_locus; in insert_edge_check_and_trap() local
285 single_succ_edge (chk)->goto_locus = eloc; in insert_edge_check_and_trap()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc13626 location_t eloc = c_parser_peek_token (parser)->location; in c_parser_omp_clause_final() local
13628 t = convert_lvalue_to_rvalue (eloc, expr, true, true).value; in c_parser_omp_clause_final()
13629 t = c_objc_common_truthvalue_conversion (eloc, t); in c_parser_omp_clause_final()
15934 location_t eloc = c_parser_peek_token (parser)->location; in c_parser_omp_iterators() local
15936 expr = convert_lvalue_to_rvalue (eloc, expr, true, false); in c_parser_omp_iterators()
15942 eloc = c_parser_peek_token (parser)->location; in c_parser_omp_iterators()
15944 expr = convert_lvalue_to_rvalue (eloc, expr, true, false); in c_parser_omp_iterators()
15951 eloc = c_parser_peek_token (parser)->location; in c_parser_omp_iterators()
15953 expr = convert_lvalue_to_rvalue (eloc, expr, true, false); in c_parser_omp_iterators()
18053 location_t eloc; in c_parser_omp_atomic() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c13473 location_t eloc = c_parser_peek_token (parser)->location; in c_parser_omp_clause_final() local
13475 t = convert_lvalue_to_rvalue (eloc, expr, true, true).value; in c_parser_omp_clause_final()
13476 t = c_objc_common_truthvalue_conversion (eloc, t); in c_parser_omp_clause_final()
15447 location_t eloc = c_parser_peek_token (parser)->location; in c_parser_omp_iterators() local
15449 expr = convert_lvalue_to_rvalue (eloc, expr, true, false); in c_parser_omp_iterators()
15455 eloc = c_parser_peek_token (parser)->location; in c_parser_omp_iterators()
15457 expr = convert_lvalue_to_rvalue (eloc, expr, true, false); in c_parser_omp_iterators()
15464 eloc = c_parser_peek_token (parser)->location; in c_parser_omp_iterators()
15466 expr = convert_lvalue_to_rvalue (eloc, expr, true, false); in c_parser_omp_iterators()
17295 location_t eloc; in c_parser_omp_atomic() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc527 if (location_t eloc = cp_expr_location (value)) in build_target_expr() local
528 SET_EXPR_LOCATION (t, eloc); in build_target_expr()
H A Dparser.cc515 expanded_location eloc; in cp_debug_parser() local
592 eloc = expand_location (token->location); in cp_debug_parser()
593 fprintf (file, "\n\tFile: %s\n", eloc.file); in cp_debug_parser()
594 fprintf (file, "\tLine: %d\n", eloc.line); in cp_debug_parser()
595 fprintf (file, "\tColumn: %d\n", eloc.column); in cp_debug_parser()
40905 location_t eloc = cp_lexer_peek_token (parser->lexer)->location; in cp_parser_omp_atomic() local
40906 error_at (eloc, "expected expression"); in cp_parser_omp_atomic()
40922 location_t eloc = cp_lexer_peek_token (parser->lexer)->location; in cp_parser_omp_atomic() local
40945 error_at (EXPR_LOC_OR_LOC (cmp_expr, eloc), in cp_parser_omp_atomic()
40952 error_at (EXPR_LOC_OR_LOC (cmp_expr, eloc), in cp_parser_omp_atomic()
[all …]
H A Dpt.cc18593 if (location_t eloc = cp_expr_location (t)) in tsubst_expr() local
18594 input_location = eloc; in tsubst_expr()
20133 if (location_t eloc = cp_expr_location (t)) in tsubst_copy_and_build() local
20134 input_location = eloc; in tsubst_copy_and_build()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c516 if (location_t eloc = cp_expr_location (value)) in build_target_expr() local
517 SET_EXPR_LOCATION (t, eloc); in build_target_expr()
H A Dpt.c18006 if (location_t eloc = cp_expr_location (t)) in tsubst_expr() local
18007 input_location = eloc; in tsubst_expr()
19350 if (location_t eloc = cp_expr_location (t)) in tsubst_copy_and_build() local
19351 input_location = eloc; in tsubst_copy_and_build()
H A Dparser.c514 expanded_location eloc; in cp_debug_parser() local
591 eloc = expand_location (token->location); in cp_debug_parser()
592 fprintf (file, "\n\tFile: %s\n", eloc.file); in cp_debug_parser()
593 fprintf (file, "\tLine: %d\n", eloc.line); in cp_debug_parser()
594 fprintf (file, "\tColumn: %d\n", eloc.column); in cp_debug_parser()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp7814 CXSourceLocation eloc = clang_getTokenLocation(TU, Tokens[NumTokens - 1]); in clang_annotateTokens()
7815 *Log << clang_getRange(bloc, eloc); in clang_annotateTokens()