Searched refs:IMPURE (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Delemental_args_check_3.f9012 IMPURE ELEMENTAL SUBROUTINE foobar &
H A Delemental_dependency_4.f90160 IMPURE ELEMENTAL FUNCTION Romeo(n)
/haiku-buildtools/legacy/binutils/binutils/
H A Drcparse.h104 IMPURE = 330, enumerator in enum:yytokentype
190 #define IMPURE 330 macro
H A Drclex.l151 "IMPURE" { MAYBE_RETURN (IMPURE); }
H A Drcparse.c131 IMPURE = 330, enumerator in enum:yytokentype
217 #define IMPURE 330 macro
757 "VALUE", "BLOCK", "MOVEABLE", "FIXED", "PURE", "IMPURE", "PRELOAD",
H A Drcparse.y126 %token MOVEABLE FIXED PURE IMPURE PRELOAD LOADONCALL DISCARDABLE
1521 | IMPURE
H A Drclex.c1321 { MAYBE_RETURN (IMPURE); } variable
/haiku-buildtools/binutils/binutils/
H A Drcparse.h131 IMPURE = 341, enumerator in enum:yytokentype
230 #define IMPURE 341 macro
H A Drcparse.c249 IMPURE = 341, enumerator in enum:yytokentype
348 #define IMPURE 341 macro
766 "BLOCK", "MOVEABLE", "FIXED", "PURE", "IMPURE", "PRELOAD", "LOADONCALL",
H A Drclex.c93 K(ICON), K(IEDIT), K(IMPURE), K(INACTIVE),
H A Drcparse.y136 %token MOVEABLE FIXED PURE IMPURE PRELOAD LOADONCALL DISCARDABLE
1653 | IMPURE
/haiku-buildtools/isl/
H A Disl_transitive_closure.c276 #define IMPURE 0 macro
327 * Return IMPURE otherwise.
349 default: return IMPURE;
363 return empty < 0 ? -1 : empty ? MIXED : IMPURE;
371 * Otherwise, the type is IMPURE.
395 div_purity[i] = IMPURE;
411 div_purity[i] = v ? p ? IMPURE : PURE_VAR : PURE_PARAM;
472 if (p == IMPURE)

Completed in 92 milliseconds