Home
last modified time | relevance | path

Searched refs:non_const (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Domp-general.c531 unsigned non_const = 0; in oacc_set_fn_attrib() local
544 non_const |= GOMP_DIM_MASK (ix); in oacc_set_fn_attrib()
551 if (non_const) in oacc_set_fn_attrib()
555 NULL_TREE, non_const)); in oacc_set_fn_attrib()
557 if (non_const & GOMP_DIM_MASK (ix)) in oacc_set_fn_attrib()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-parser.c6790 bool non_const; in c_parser_postfix_expression_after_paren_type() local
6818 non_const = ((init.value && TREE_CODE (init.value) == CONSTRUCTOR) in c_parser_postfix_expression_after_paren_type()
6821 non_const |= !type_expr_const; in c_parser_postfix_expression_after_paren_type()
6822 expr.value = build_compound_literal (start_loc, type, init.value, non_const); in c_parser_postfix_expression_after_paren_type()
6834 gcc_assert (!non_const); in c_parser_postfix_expression_after_paren_type()
H A Dc-decl.c4593 build_compound_literal (location_t loc, tree type, tree init, bool non_const) in build_compound_literal() argument
4650 if (non_const) in build_compound_literal()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c9063 bool non_const; in c_parser_postfix_expression_after_paren_type() local
9091 non_const = ((init.value && TREE_CODE (init.value) == CONSTRUCTOR) in c_parser_postfix_expression_after_paren_type()
9094 non_const |= !type_expr_const; in c_parser_postfix_expression_after_paren_type()
9108 expr.value = build_compound_literal (start_loc, type, init.value, non_const, in c_parser_postfix_expression_after_paren_type()
9124 gcc_assert (!non_const); in c_parser_postfix_expression_after_paren_type()
H A Dc-decl.c5307 build_compound_literal (location_t loc, tree type, tree init, bool non_const, in build_compound_literal() argument
5373 if (non_const) in build_compound_literal()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.c3176 c_wrap_maybe_const (tree expr, bool non_const) in c_wrap_maybe_const() argument
3188 C_MAYBE_CONST_EXPR_NON_CONST (expr) = non_const; in c_wrap_maybe_const()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c3858 c_wrap_maybe_const (tree expr, bool non_const) in c_wrap_maybe_const() argument
3870 C_MAYBE_CONST_EXPR_NON_CONST (expr) = non_const; in c_wrap_maybe_const()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dparser.c17660 bool non_const = false; in VEC() local
17664 designator = cp_parser_constant_expression (parser, true, &non_const); in VEC()
17669 else if (non_const) in VEC()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dparser.c22231 bool non_const = false; in cp_parser_initializer_list() local
22243 &non_const); in cp_parser_initializer_list()
22250 else if (non_const in cp_parser_initializer_list()