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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
varval.c 22 int *var_p = &var_b; variable
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
varval.c 22 int *var_p = &var_b; variable
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
info-types.c 87 volatile anon_struct_t var_p; variable
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
info-types.c 87 volatile anon_struct_t var_p; variable
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-operands.cc 167 /* Add *VAR_P to the appropriate operand array for statement STMT.
168 FLAGS is as in get_expr_operands. If *VAR_P is a GIMPLE register,
171 void add_stmt_operand (tree *var_p, int flags);
577 /* Add *VAR_P to the appropriate operand array for statement STMT.
578 FLAGS is as in get_expr_operands. If *VAR_P is a GIMPLE register,
583 operands_scanner::add_stmt_operand (tree *var_p, int flags)
585 tree var = *var_p;
587 gcc_assert (SSA_VAR_P (*var_p)
588 || TREE_CODE (*var_p) == STRING_CST
589 || TREE_CODE (*var_p) == CONST_DECL)
    [all...]
ipa-strub.cc 460 /* Return the strub mode from STRUB_ATTR. VAR_P should be TRUE if the attribute
464 get_strub_mode_from_attr (tree strub_attr, bool var_p = false)
471 mode = !var_p ? STRUB_AT_CALLS : STRUB_INTERNAL;
474 gcc_checking_assert (!var_p);
571 bool var_p = !FUNC_OR_METHOD_TYPE_P (type); local
575 return get_strub_mode_from_attr (attr, var_p);
577 if (flag_strub >= -1 && !var_p)
1551 bool var_p = !FUNC_OR_METHOD_TYPE_P (t1);
1552 enum strub_mode mr = var_p ? STRUB_INTERNAL : STRUB_AT_CALLS;
3171 if (VAR_P (restmp)
    [all...]
tree-parloops.cc 1202 tree *var_p, name, addr; local
1209 for (var_p = &obj;
1210 handled_component_p (*var_p);
1211 var_p = &TREE_OPERAND (*var_p, 0))
1215 if (DECL_P (*var_p))
1216 *var_p = build_simple_mem_ref (build_fold_addr_expr (*var_p));
1221 uid = DECL_UID (TREE_OPERAND (TREE_OPERAND (*var_p, 0), 0));
1232 addr = TREE_OPERAND (*var_p, 0)
    [all...]
tree-ssa-loop-ivopts.cc 1776 tree *var_p, *bound_p; local
1781 &var_p, &bound_p, &var_iv, &bound_iv);
1784 find_interesting_uses_op (data, *var_p);
1789 record_group_use (data, var_p, var_iv, stmt, USE_COMPARE, NULL_TREE);
4406 if (VAR_P (obj)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-operands.cc 167 /* Add *VAR_P to the appropriate operand array for statement STMT.
168 FLAGS is as in get_expr_operands. If *VAR_P is a GIMPLE register,
171 void add_stmt_operand (tree *var_p, int flags);
577 /* Add *VAR_P to the appropriate operand array for statement STMT.
578 FLAGS is as in get_expr_operands. If *VAR_P is a GIMPLE register,
583 operands_scanner::add_stmt_operand (tree *var_p, int flags)
585 tree var = *var_p;
587 gcc_assert (SSA_VAR_P (*var_p)
588 || TREE_CODE (*var_p) == STRING_CST
589 || TREE_CODE (*var_p) == CONST_DECL)
    [all...]
tree-parloops.cc 1202 tree *var_p, name, addr; local
1209 for (var_p = &obj;
1210 handled_component_p (*var_p);
1211 var_p = &TREE_OPERAND (*var_p, 0))
1215 if (DECL_P (*var_p))
1216 *var_p = build_simple_mem_ref (build_fold_addr_expr (*var_p));
1221 uid = DECL_UID (TREE_OPERAND (TREE_OPERAND (*var_p, 0), 0));
1229 addr = TREE_OPERAND (*var_p, 0)
    [all...]
tree-ssa-loop-ivopts.cc 1771 tree *var_p, *bound_p; local
1776 &var_p, &bound_p, &var_iv, &bound_iv);
1779 find_interesting_uses_op (data, *var_p);
1784 record_group_use (data, var_p, var_iv, stmt, USE_COMPARE, NULL_TREE);
4365 if (VAR_P (obj)

Completed in 30 milliseconds