Searched refs:arg_ptr (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-prefetch-5.c19 arg_ptr (char *p) function
48 arg_ptr (&s.c[1]);
49 arg_ptr (ptr+3);
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dar.c346 char *arg_ptr;
469 arg_ptr = argv[arg_index];
471 if (*arg_ptr == '-')
476 ++arg_ptr; /* compatibility */
481 while ((c = *arg_ptr++) != '\0')
576 arg_ptr = argv[++arg_index] + 1;
343 char *arg_ptr; local
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dar.c350 char *arg_ptr;
476 arg_ptr = argv[arg_index];
478 if (*arg_ptr == '-')
483 ++arg_ptr; /* compatibility */
488 while ((c = *arg_ptr++) != '\0')
589 arg_ptr = argv[++arg_index] + 1;
347 char *arg_ptr; local
/openbsd-current/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dd30v.c2250 tree arg_ptr, arg_num, saveregs, t;
2256 arg_ptr = build (COMPONENT_REF, TREE_TYPE (f_arg_ptr), valist, f_arg_ptr);
2262 saveregs = make_tree (TREE_TYPE (arg_ptr), d30v_expand_builtin_saveregs ());
2263 t = build (MODIFY_EXPR, TREE_TYPE (arg_ptr), arg_ptr, saveregs);
2285 tree arg_ptr, arg_num, t, ptr;
2293 arg_ptr = build (COMPONENT_REF, TREE_TYPE (f_arg_ptr), valist, f_arg_ptr);
2326 t = build (PLUS_EXPR, ptr_type_node, arg_ptr, t);
2234 tree arg_ptr, arg_num, saveregs, t; local
2268 tree arg_ptr, arg_num, t, ptr; local

Completed in 175 milliseconds