HomeSort by: relevance | last modified time | path
    Searched defs:op_location (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 7533 location_t op_location, exp_location;
7538 op_location = c_parser_peek_token (parser)->location;
7583 ret.value = build_modify_expr (op_location, lhs.value, lhs.original_type,
7531 location_t op_location, exp_location; local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 9069 location_t op_location, exp_location;
9074 op_location = c_parser_peek_token (parser)->location;
9119 ret.value = build_modify_expr (op_location, lhs.value, lhs.original_type,
9067 location_t op_location, exp_location; local

Completed in 50 milliseconds