HomeSort by: relevance | last modified time | path
    Searched refs:IMPURE (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
rcparse.h 141 IMPURE = 342, /* IMPURE */
246 #define IMPURE 342
rclex.c 93 K(ICON), K(IEDIT), K(IMPURE), K(INACTIVE),
rcparse.y 136 %token MOVEABLE FIXED PURE IMPURE PRELOAD LOADONCALL DISCARDABLE
1661 | IMPURE
rcparse.c 264 IMPURE = 342, /* IMPURE */
369 #define IMPURE 342
540 YYSYMBOL_IMPURE = 87, /* IMPURE */
1121 "IMPURE", "PRELOAD", "LOADONCALL", "DISCARDABLE", "NOT",
4112 case 226: /* memflag: IMPURE */
  /src/external/gpl3/binutils.old/dist/binutils/
rcparse.h 141 IMPURE = 342, /* IMPURE */
246 #define IMPURE 342
rclex.c 93 K(ICON), K(IEDIT), K(IMPURE), K(INACTIVE),
rcparse.y 136 %token MOVEABLE FIXED PURE IMPURE PRELOAD LOADONCALL DISCARDABLE
1661 | IMPURE
rcparse.c 264 IMPURE = 342, /* IMPURE */
369 #define IMPURE 342
540 YYSYMBOL_IMPURE = 87, /* IMPURE */
1121 "IMPURE", "PRELOAD", "LOADONCALL", "DISCARDABLE", "NOT",
4112 case 226: /* memflag: IMPURE */
  /src/external/mit/isl/dist/
isl_transitive_closure.c 289 #define IMPURE 0
344 * Return IMPURE otherwise.
368 default: return IMPURE;
382 return empty < 0 ? -1 : empty ? MIXED : IMPURE;
390 * Otherwise, the type is IMPURE.
413 div_purity[i] = IMPURE;
429 div_purity[i] = v ? p ? IMPURE : PURE_VAR : PURE_PARAM;
455 /* If any of the constraints is found to be impure then this function
485 if (p == IMPURE)
564 * If there are any impure constraints, then we also eliminat
    [all...]

Completed in 129 milliseconds