Home
last modified time | relevance | path

Searched refs:active_ifs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenmatch.cc4039 vec<c_expr *> active_ifs; member in parser
4707 for (int i = active_ifs.length (); i > 0; --i) in parse_simplify()
4709 if_expr *ifc = new if_expr (active_ifs[i-1]->location); in parse_simplify()
4710 ifc->cond = active_ifs[i-1]; in parse_simplify()
4924 active_ifs.safe_push (ifexpr); in parse_if()
4933 active_ifs.pop (); in parse_if()
5013 if (active_ifs.length () > 0 in parse_pattern()
5020 if (active_ifs.length () > 0 in parse_pattern()
5027 active_ifs.length () == 0 && active_fors.length () == 0 in parse_pattern()
5102 active_ifs = vNULL; in parser()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenmatch.c3981 vec<c_expr *> active_ifs; variable
4641 for (int i = active_ifs.length (); i > 0; --i) in parse_simplify()
4643 if_expr *ifc = new if_expr (active_ifs[i-1]->location); in parse_simplify()
4644 ifc->cond = active_ifs[i-1]; in parse_simplify()
4858 active_ifs.safe_push (ifexpr); in parse_if()
4867 active_ifs.pop (); in parse_if()
4947 if (active_ifs.length () > 0 in parse_pattern()
4954 if (active_ifs.length () > 0 in parse_pattern()
4961 active_ifs.length () == 0 && active_fors.length () == 0 in parse_pattern()
5035 active_ifs = vNULL; in parser()