Home
last modified time | relevance | path

Searched refs:val_p (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dxtensa-relax.c1008 parse_constant (in, val_p) in parse_constant() argument
1010 unsigned *val_p;
1027 *val_p = val;
1037 parse_id_constant (in, name, val_p) in parse_id_constant() argument
1040 unsigned *val_p;
1055 return parse_constant (p, val_p);
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dxtensa-relax.c963 parse_constant (const char *in, unsigned *val_p) in parse_constant() argument
980 *val_p = val; in parse_constant()
990 parse_id_constant (const char *in, const char *name, unsigned *val_p) in parse_id_constant() argument
1005 return parse_constant (p, val_p); in parse_id_constant()
/openbsd/src/gnu/gcc/gcc/
Dtree-vrp.c3109 infer_value_range (tree stmt, tree op, enum tree_code *comp_code_p, tree *val_p) in infer_value_range() argument
3111 *val_p = NULL_TREE; in infer_value_range()
3141 *val_p = build_int_cst (TREE_TYPE (op), 0); in infer_value_range()