Searched refs:case1 (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dpr16458-3.c9 extern int case1 (void);
31 return case1 ();
H A Dpr16458-4.c12 extern int case1 (void);
34 return case1 ();
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dstt.h164 void ffestt_caselist_append (ffesttCaseList list, bool range, ffebld case1,
H A Dstt.c72 ffestt_caselist_append(list,range,case1,case2,t);
78 ffestt_caselist_append (ffesttCaseList list, bool range, ffebld case1,
89 new->expr1 = case1;
77 ffestt_caselist_append(ffesttCaseList list, bool range, ffebld case1, ffebld case2, ffelexToken t) argument
/haiku-buildtools/gcc/gcc/
H A Dgimple.c2744 const_tree const case1 = *(const_tree const*)p1; local
2748 if (!CASE_LOW (case1))
2753 return tree_int_cst_compare (CASE_LOW (case1), CASE_LOW (case2));
/haiku-buildtools/gcc/gcc/fortran/
H A Ddecl.c4883 bool case1,case2; local
4889 case1 = gfc_current_state () == COMP_FUNCTION && gfc_current_block ()
4897 if (case1 || case2)
4900 if (case1)

Completed in 124 milliseconds