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

  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 4910 location_t ifloc = eat_token (CPP_OPEN_PAREN)->src_loc; local
4912 if_expr *ife = new if_expr (ifloc);
4929 ifloc = eat_token (CPP_OPEN_PAREN)->src_loc;
4931 ife->falseexpr = new if_expr (ifloc);
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 4615 location_t ifloc = eat_token (CPP_OPEN_PAREN)->src_loc; local
4617 if_expr *ife = new if_expr (ifloc);
4634 ifloc = eat_token (CPP_OPEN_PAREN)->src_loc;
4636 ife->falseexpr = new if_expr (ifloc);

Completed in 31 milliseconds