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

  /src/external/bsd/pcc/dist/pcc/f77/fcom/
misc.c 596 struct bigblock *call1(type, name, arg) function
  /src/usr.bin/xlint/lint2/
chk.c 343 fcall_t *calls, *call, *call1; local
356 call1 = NULL;
367 call1 = calls;
369 if ((tp1 = TP(call1->f_type))->t_tspec != FUNC)
371 pos1p = &call1->f_pos;
386 chkau(hte, n, def, decl, pos1p, call1, call,
441 * call1 first call, if both def and decl are old-style def/decl
443 * arg1 currently checked argument of def/decl/call1
449 const pos_t *pos1p, const fcall_t *call1, const fcall_t *call,
462 * found (call1)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-c.cc 1182 tree call1 = altivec_resolve_overloaded_builtin (loc, as_c_builtin,
1205 vec_safe_push (params, call1);
1181 tree call1 = altivec_resolve_overloaded_builtin (loc, as_c_builtin, local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-c.cc 1180 tree call1 = altivec_resolve_overloaded_builtin (loc, as_c_builtin,
1203 vec_safe_push (params, call1);
1179 tree call1 = altivec_resolve_overloaded_builtin (loc, as_c_builtin, local
  /src/external/gpl3/gcc/dist/gcc/
tree-profile.cc 1401 gcall *call1 = gimple_build_call (f, 3, addr, one, relaxed); local
1403 gimple_call_set_lhs (call1, low);
1404 gsi_insert_after (gsi, call1, GSI_NEW_STMT);
tree-ssa-loop-niter.cc 2038 tree call1 = build_call_expr (fn, 1, src1); local
2040 call = fold_build2 (PLUS_EXPR, integer_type_node, call1, call2);
2254 tree call1 = build_call_expr (fn, 1, src1); local
2265 call = fold_build3 (COND_EXPR, integer_type_node, is_zero1, call1,
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 7225 tree utype, arg2, call1, call2; local
7241 call1 = build_call_expr_loc (input_location, func, 1,
7254 integer_type_node, call1, call2);
7257 integer_type_node, call1, call2);
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 7247 tree utype, arg2, call1, call2; local
7263 call1 = build_call_expr_loc (input_location, func, 1,
7276 integer_type_node, call1, call2);
7279 integer_type_node, call1, call2);

Completed in 52 milliseconds