HomeSort by: relevance | last modified time | path
    Searched defs:withe (Results 1 - 4 of 4) 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;
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 4665 with_expr *withe = new with_expr (token->src_loc); local
4667 withe->with = parse_c_expr (CPP_OPEN_BRACE);
4668 withe->with->nr_stmts = 0;
4669 withe->subexpr = parse_result (result, matcher);
4671 return withe;
genmatch.cc 4665 with_expr *withe = new with_expr (token->src_loc); local
4667 withe->with = parse_c_expr (CPP_OPEN_BRACE);
4668 withe->with->nr_stmts = 0;
4669 withe->subexpr = parse_result (result, matcher);
4671 return withe;

Completed in 42 milliseconds