Searched refs:eloc (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-harden-conditionals.cc279 location_t eloc = e->goto_locus; local
285 single_succ_edge (chk)->goto_locus = eloc;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-breakpoint.c429 event_location_up eloc
443 breakpoint_ops_for_event_location (eloc.get (), false);
445 eloc.get (), NULL, -1, NULL,
427 event_location_up eloc local
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc13631 location_t eloc = c_parser_peek_token (parser)->location;
13633 t = convert_lvalue_to_rvalue (eloc, expr, true, true).value;
13634 t = c_objc_common_truthvalue_conversion (eloc, t);
15939 location_t eloc = c_parser_peek_token (parser)->location;
15941 expr = convert_lvalue_to_rvalue (eloc, expr, true, false);
15947 eloc = c_parser_peek_token (parser)->location;
15949 expr = convert_lvalue_to_rvalue (eloc, expr, true, false);
15956 eloc = c_parser_peek_token (parser)->location;
15958 expr = convert_lvalue_to_rvalue (eloc, expr, true, false);
18058 location_t eloc;
13626 location_t eloc = c_parser_peek_token (parser)->location; local
15934 location_t eloc = c_parser_peek_token (parser)->location; local
18053 location_t eloc; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c13478 location_t eloc = c_parser_peek_token (parser)->location;
13480 t = convert_lvalue_to_rvalue (eloc, expr, true, true).value;
13481 t = c_objc_common_truthvalue_conversion (eloc, t);
15452 location_t eloc = c_parser_peek_token (parser)->location;
15454 expr = convert_lvalue_to_rvalue (eloc, expr, true, false);
15460 eloc = c_parser_peek_token (parser)->location;
15462 expr = convert_lvalue_to_rvalue (eloc, expr, true, false);
15469 eloc = c_parser_peek_token (parser)->location;
15471 expr = convert_lvalue_to_rvalue (eloc, expr, true, false);
17300 location_t eloc;
13473 location_t eloc = c_parser_peek_token (parser)->location; local
15447 location_t eloc = c_parser_peek_token (parser)->location; local
17295 location_t eloc; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c516 if (location_t eloc = cp_expr_location (value))
517 SET_EXPR_LOCATION (t, eloc);
H A Dpt.c18007 if (location_t eloc = cp_expr_location (t))
18008 input_location = eloc;
19351 if (location_t eloc = cp_expr_location (t))
19352 input_location = eloc;
H A Dparser.c515 expanded_location eloc;
592 eloc = expand_location (token->location);
593 fprintf (file, "\n\tFile: %s\n", eloc.file);
594 fprintf (file, "\tLine: %d\n", eloc.line);
595 fprintf (file, "\tColumn: %d\n", eloc.column);
514 expanded_location eloc; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc527 if (location_t eloc = cp_expr_location (value))
528 SET_EXPR_LOCATION (t, eloc);
H A Dparser.cc516 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...]
H A Dpt.cc18582 if (location_t eloc = cp_expr_location (t))
18583 input_location = eloc;
20129 if (location_t eloc = cp_expr_location (t))
20130 input_location = eloc;
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp7814 CXSourceLocation eloc = clang_getTokenLocation(TU, Tokens[NumTokens - 1]); local
7815 *Log << clang_getRange(bloc, eloc);

Completed in 588 milliseconds