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

  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-getopt.h 23 /* The option list. Terminated by NAME==NULL. ARG_P that the option
30 int arg_p; member in struct:mi_opt
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-getopt.h 23 /* The option list. Terminated by NAME==NULL. ARG_P that the option
30 int arg_p; member in struct:mi_opt
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-phiprop.cc 286 use_operand_p arg_p, use; local
298 FOR_EACH_PHI_ARG (arg_p, phi, i, SSA_OP_USE)
300 tree arg = USE_FROM_PTR (arg_p);
ipa-free-lang-data.cc 996 tree *arg_p = gimple_phi_arg_def_ptr (phi, i);
997 find_decls_types (*arg_p, fld);
995 tree *arg_p = gimple_phi_arg_def_ptr (phi, i); local
tree-outof-ssa.cc 796 use_operand_p arg_p; local
805 FOR_EACH_PHI_ARG (arg_p, phi, iter, SSA_OP_USE)
807 tree arg = USE_FROM_PTR (arg_p);
811 SET_USE (arg_p, NULL_TREE);
tree-ssa-live.cc 856 use_operand_p arg_p; local
867 FOR_EACH_PHI_ARG (arg_p, phi, i, SSA_OP_ALL_USES)
869 tree arg = USE_FROM_PTR (arg_p);
870 int index = PHI_ARG_INDEX_FROM_USE (arg_p);
tree-into-ssa.cc 2108 use_operand_p arg_p; local
2112 arg_p = PHI_ARG_DEF_PTR_FROM_EDGE (phi, e);
2113 arg = USE_FROM_PTR (arg_p);
2142 int arg_i = PHI_ARG_INDEX_FROM_USE (arg_p);
2144 SET_USE (arg_p, reaching_def);
2171 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (USE_FROM_PTR (arg_p)) = 1;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-phiprop.cc 270 use_operand_p arg_p, use; local
282 FOR_EACH_PHI_ARG (arg_p, phi, i, SSA_OP_USE)
284 tree arg = USE_FROM_PTR (arg_p);
ipa-free-lang-data.cc 996 tree *arg_p = gimple_phi_arg_def_ptr (phi, i);
997 find_decls_types (*arg_p, fld);
995 tree *arg_p = gimple_phi_arg_def_ptr (phi, i); local
tree-outof-ssa.cc 796 use_operand_p arg_p; local
805 FOR_EACH_PHI_ARG (arg_p, phi, iter, SSA_OP_USE)
807 tree arg = USE_FROM_PTR (arg_p);
811 SET_USE (arg_p, NULL_TREE);
tree-ssa-live.cc 827 use_operand_p arg_p; local
838 FOR_EACH_PHI_ARG (arg_p, phi, i, SSA_OP_ALL_USES)
840 tree arg = USE_FROM_PTR (arg_p);
841 int index = PHI_ARG_INDEX_FROM_USE (arg_p);
tree-into-ssa.cc 2092 use_operand_p arg_p; local
2096 arg_p = PHI_ARG_DEF_PTR_FROM_EDGE (phi, e);
2097 arg = USE_FROM_PTR (arg_p);
2126 int arg_i = PHI_ARG_INDEX_FROM_USE (arg_p);
2128 SET_USE (arg_p, reaching_def);
2155 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (USE_FROM_PTR (arg_p)) = 1;
tree-vrp.cc 3257 use_operand_p arg_p; local
3265 FOR_EACH_PHI_ARG (arg_p, phi, i, SSA_OP_USE)
3267 tree arg = USE_FROM_PTR (arg_p);
tree-ssa-reassoc.cc 5118 use_operand_p arg_p; local
5131 FOR_EACH_PHI_ARG (arg_p, def_phi, i, SSA_OP_USE)
5132 if (lhs == USE_FROM_PTR (arg_p))
  /src/usr.bin/make/
cond.c 1202 const char *arg_p = p; local
1207 guard->name = ParseWord(&arg_p, true);
var.c 2575 const char *arg_p = arg.str; local
2576 if (!TryParseTime(&arg_p, &t) || *arg_p != '\0') {
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 487 If ARG_P is true TYPE is used for a function argument or return
489 ARG_P is false only type 1 vectors are being checked. */
492 s390_check_type_for_vector_abi (const_tree type, bool arg_p, bool in_struct_p)
513 if (!arg_p && type_size < 16)
521 if (arg_p && type_size > 16 && !in_struct_p)
532 s390_check_type_for_vector_abi (TREE_TYPE (type), arg_p, in_struct_p); local
555 s390_check_type_for_vector_abi (TREE_TYPE (field), arg_p, true); local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 11761 c_expr_t *arg_p;
11855 arg_p = &(*cexpr_list)[0];
11856 *arg_p = convert_lvalue_to_rvalue (loc, *arg_p, true, true);
11857 if (!INTEGRAL_TYPE_P (TREE_TYPE (arg_p->value)))
11863 if (TREE_CODE (TREE_TYPE (arg_p->value)) == ENUMERAL_TYPE)
11870 if (TREE_CODE (TREE_TYPE (arg_p->value)) == BOOLEAN_TYPE)
11877 if (!TYPE_UNSIGNED (TREE_TYPE (arg_p->value)))
11884 tree arg = arg_p->value;
11994 arg_loc.quick_push (arg_p->get_location ())
11759 c_expr_t *arg_p; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 546 If ARG_P is true TYPE is used for a function argument or return
548 ARG_P is false only type 1 vectors are being checked. */
551 s390_check_type_for_vector_abi (const_tree type, bool arg_p, bool in_struct_p)
572 if (!arg_p && type_size < 16)
580 if (arg_p && type_size > 16 && !in_struct_p)
591 s390_check_type_for_vector_abi (TREE_TYPE (type), arg_p, in_struct_p); local
614 s390_check_type_for_vector_abi (TREE_TYPE (field), arg_p, true); local

Completed in 89 milliseconds