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

  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
random_init.f90 43 impure subroutine _gfortran_random_init(repeatable, image_distinct, image_num)
88 impure elemental subroutine _gfortran_lcg(i)
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
random_init.f90 43 impure subroutine _gfortran_random_init(repeatable, image_distinct, image_num)
88 impure elemental subroutine _gfortran_lcg(i)
  /src/sys/arch/arc/stand/boot/
Makefile 64 ${OBJCOPY} --impure -O ecoff-littlemips \
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
sideeffect.d 70 * be impure (e.g. debug is allowed to violate purity)
114 case PURE.impure:
astenums.d 305 impure = 0, // not pure at all
json.d 300 case PURE.impure:
302 //property(name, "impure");
mtype.h 553 impure = 0, // not pure at all member in class:TRUST::PURE
dcast.d 847 if (tf.purity == PURE.impure)
1207 if (tf.purity == PURE.impure)
1208 return MATCH.nomatch; // impure
3015 d.purity = PURE.impure;
clone.d 66 if (tf.purity != PURE.impure)
semantic3.d 612 assert(funcdecl.type == f || (funcdecl.type.ty == Tfunction && f.purity == PURE.impure && (cast(TypeFunction)funcdecl.type).purity >= PURE.fwdref));
1254 /* If function survived being marked as impure, then it is pure
func.d 836 * This allows things like pure functions to match with an impure function type.
1336 if (tf.purity == PURE.impure) // purity not specified
1393 * The function is doing something impure,
1394 * so mark it as impure.
mtype.d 524 * i.e. a pure function is a match for an impure type.
723 /* Can convert pure to impure, nothrow to throw, and nogc to gc
4226 PURE purity = PURE.impure;
4385 if (stc & (STC.scope_ | STC.return_ | STC.lazy_) || purity == PURE.impure)
dsymbolsem.d 3111 * static auto boo() {} // typed as impure
3112 * // Even though, boo cannot call any impure functions.
3116 if (tf.purity == PURE.impure && (funcdecl.isNested() || funcdecl.isThis()))
expression.d 1183 error("`pure` %s `%s` cannot call impure %s `%s`",
1187 checkOverridenDtor(sc, f, dd => dd.type.toTypeFunction().purity != PURE.impure, "impure");
1219 if (!check(ad.userDtors[0])) // doesn't match check (e.g. is impure as well)
1387 Check if sc.func is impure or can be made impure.
1388 Returns true on error, i.e. if sc.func is pure and cannot be made impure.
  /src/external/gpl3/gcc/dist/gcc/fortran/
match.cc 4344 bool impure = gfc_impure_variable (tail->expr->symtree->n.sym);
4345 if (impure && gfc_pure (NULL))
4351 if (impure)
4783 bool impure = gfc_impure_variable (sym); local
4784 if (impure && gfc_pure (NULL))
4790 if (impure)
io.cc 1485 bool impure; local
1494 impure = gfc_impure_variable (result->symtree->n.sym);
1495 if (impure && gfc_pure (NULL))
1503 if (impure)
resolve.cc 1577 bool impure = cons->expr->expr_type == EXPR_VARIABLE local
1580 if (impure && gfc_pure (NULL))
1588 if (impure)
3216 /* Check if an impure function is allowed in the current context. */
3225 gfc_error ("Reference to impure function %qs at %L inside a "
3232 gfc_error ("Reference to impure function %qs at %L inside a "
3239 gfc_error ("Reference to impure function %qs at %L "
4077 /* Callback finding an impure function as an operand to an .and. or
4098 "Impure function %qs at %L might not be evaluated",
4102 "Impure function at %L might not be evaluated"
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
match.cc 4336 bool impure = gfc_impure_variable (tail->expr->symtree->n.sym);
4337 if (impure && gfc_pure (NULL))
4343 if (impure)
4775 bool impure = gfc_impure_variable (sym); local
4776 if (impure && gfc_pure (NULL))
4782 if (impure)
io.cc 1485 bool impure; local
1494 impure = gfc_impure_variable (result->symtree->n.sym);
1495 if (impure && gfc_pure (NULL))
1503 if (impure)
resolve.cc 1547 bool impure = cons->expr->expr_type == EXPR_VARIABLE local
1550 if (impure && gfc_pure (NULL))
1558 if (impure)
3161 /* Check if an impure function is allowed in the current context. */
3170 gfc_error ("Reference to impure function %qs at %L inside a "
3177 gfc_error ("Reference to impure function %qs at %L inside a "
3184 gfc_error ("Reference to impure function %qs at %L "
4004 /* Callback finding an impure function as an operand to an .and. or
4025 "Impure function %qs at %L might not be evaluated",
4029 "Impure function at %L might not be evaluated"
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-builtins.cc 559 : PURE::impure;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
typecons.d 2103 //enum tupStr = tuple(1, 1.0).toString; // toString is *impure*.
3697 static int impure;
3701 ~this() { impure++; }
  /src/external/mit/isl/dist/doc/
implementation.tex 1291 The fact that we ignore some impure constraints clearly leads

Completed in 74 milliseconds