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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 4117 struct cp_switch
4120 struct cp_switch *next;
4144 static struct cp_switch *switch_stack;
4152 struct cp_switch *p = XNEW (struct cp_switch);
4166 struct cp_switch *cs = switch_stack;
4110 struct cp_switch struct
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 3808 struct cp_switch
3811 struct cp_switch *next;
3835 static struct cp_switch *switch_stack;
3843 struct cp_switch *p = XNEW (struct cp_switch);
3857 struct cp_switch *cs = switch_stack;
3801 struct cp_switch struct

Completed in 46 milliseconds