OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Apr 13 00:22:24 UTC 2026