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

  /src/external/gpl3/gcc/dist/gcc/
gimple-harden-conditionals.cc 431 gassign *asgn = dyn_cast <gassign *> (gsi_stmt (gsi)); local
432 if (!asgn)
451 enum tree_code op = gimple_assign_rhs_code (asgn);
473 (gimple_assign_rhs1 (asgn)));
495 tree lhs = gimple_assign_lhs (asgn);
496 tree op1 = gimple_assign_rhs1 (asgn);
497 tree op2 = gimple_assign_rhs2 (asgn);
498 location_t loc = gimple_location (asgn);
528 bool throwing_compare_p = stmt_ends_bb_p (asgn);
532 (gimple_bb (asgn)));
    [all...]
omp-oacc-neuter-broadcast.cc 280 gimple *asgn = gimple_build_assign (pred, code, local
289 gsi_insert_before (&gsi, asgn, GSI_SAME_STMT);
292 edge e = split_block (block, asgn);
1048 gimple *asgn = gimple_build_assign (receiver_decl, conv_tmp); local
1049 gsi_insert_after (&start, asgn, GSI_NEW_STMT);
1050 update_stmt (asgn);
1055 asgn = gimple_build_assign (recv_tmp, receiver_decl);
1056 gsi_insert_after (&start, asgn, GSI_NEW_STMT);
1057 update_stmt (asgn);
1169 gassign *asgn = gimple_build_assign (var, neutered_def) local
    [all...]
tree-vect-generic.cc 1413 gimple *asgn;
1480 asgn = gimple_build_assign (tmpvec, vect);
1481 gsi_insert_before (gsi, asgn, GSI_SAME_STMT);
1412 gimple *asgn; local
gimple-fold.cc 1522 gimple *asgn = gimple_build_assign (gimple_call_lhs (stmt), dest); local
1523 gsi_replace (gsi, asgn, false);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-harden-conditionals.cc 398 gassign *asgn = dyn_cast <gassign *> (gsi_stmt (gsi)); local
399 if (!asgn)
418 enum tree_code op = gimple_assign_rhs_code (asgn);
440 (gimple_assign_rhs1 (asgn)));
462 tree lhs = gimple_assign_lhs (asgn);
463 tree op1 = gimple_assign_rhs1 (asgn);
464 tree op2 = gimple_assign_rhs2 (asgn);
465 location_t loc = gimple_location (asgn);
488 bool throwing_compare_p = stmt_ends_bb_p (asgn);
492 (gimple_bb (asgn)));
    [all...]
omp-oacc-neuter-broadcast.cc 280 gimple *asgn = gimple_build_assign (pred, code, local
289 gsi_insert_before (&gsi, asgn, GSI_SAME_STMT);
292 edge e = split_block (block, asgn);
1048 gimple *asgn = gimple_build_assign (receiver_decl, conv_tmp); local
1049 gsi_insert_after (&start, asgn, GSI_NEW_STMT);
1050 update_stmt (asgn);
1055 asgn = gimple_build_assign (recv_tmp, receiver_decl);
1056 gsi_insert_after (&start, asgn, GSI_NEW_STMT);
1057 update_stmt (asgn);
1169 gassign *asgn = gimple_build_assign (var, neutered_def) local
    [all...]
tree-vect-generic.cc 1446 gimple *asgn;
1513 asgn = gimple_build_assign (tmpvec, vect);
1514 gsi_insert_before (gsi, asgn, GSI_SAME_STMT);
1445 gimple *asgn; local
gimple-fold.cc 1521 gimple *asgn = gimple_build_assign (gimple_call_lhs (stmt), dest); local
1522 gsi_replace (gsi, asgn, false);
  /src/usr.bin/xlint/lint2/
chk.c 452 bool promote, asgn, dowarn; local
472 asgn = def != NULL || (decl != NULL && TP(decl->s_type)->t_proto);
475 if (types_compatible(arg1, arg2, true, promote, asgn, &dowarn) &&
1196 * asgn left indirected type must have at least the same qualifiers
1204 bool ignqual, bool promot, bool asgn, bool *dowarn)
1229 if (asgn && to == PTR) {
1267 if (asgn && indir == 1) {

Completed in 382 milliseconds