Searched refs:fpreinv (Results 1 – 2 of 2) sorted by relevance
536 Statement fpreinv = null; in visit() local541 fpreinv = new ExpStatement(Loc.initial, e); in visit()608 fpreinv = null; // can't accommodate with no stack frame in visit()1090 if (freq || fpreinv) in visit()1093 freq = fpreinv; in visit()1094 else if (fpreinv) in visit()1095 freq = new CompoundStatement(Loc.initial, freq, fpreinv); in visit()
1648 Statement *fpreinv = NULL; in semantic3() local1653 fpreinv = new ExpStatement(Loc(), e); in semantic3()1718 fpreinv = NULL; // can't accommodate with no stack frame in semantic3()2127 if (freq || fpreinv) in semantic3()2130 freq = fpreinv; in semantic3()2131 else if (fpreinv) in semantic3()2132 freq = new CompoundStatement(Loc(), freq, fpreinv); in semantic3()