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

  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 4899 with_expr *withe = new with_expr (token->src_loc); local
4901 withe->with = parse_c_expr (CPP_OPEN_BRACE);
4902 withe->with->nr_stmts = 0;
4903 withe->subexpr = parse_result (result, matcher);
4905 return withe;
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 4604 with_expr *withe = new with_expr (token->src_loc); local
4606 withe->with = parse_c_expr (CPP_OPEN_BRACE);
4607 withe->with->nr_stmts = 0;
4608 withe->subexpr = parse_result (result, matcher);
4610 return withe;

Completed in 34 milliseconds