Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-general.c1749 unsigned non_const = 0; in oacc_set_fn_attrib() local
1762 non_const |= GOMP_DIM_MASK (ix); in oacc_set_fn_attrib()
1769 if (non_const) in oacc_set_fn_attrib()
1773 NULL_TREE, non_const)); in oacc_set_fn_attrib()
1775 if (non_const & GOMP_DIM_MASK (ix)) in oacc_set_fn_attrib()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-general.cc2701 unsigned non_const = 0; in oacc_set_fn_attrib() local
2714 non_const |= GOMP_DIM_MASK (ix); in oacc_set_fn_attrib()
2721 if (non_const) in oacc_set_fn_attrib()
2725 NULL_TREE, non_const)); in oacc_set_fn_attrib()
2727 if (non_const & GOMP_DIM_MASK (ix)) in oacc_set_fn_attrib()
H A DChangeLog-200930776 (build_compound_literal): Add parameter non_const and build a
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c3207 c_wrap_maybe_const (tree expr, bool non_const) in c_wrap_maybe_const() argument
3219 C_MAYBE_CONST_EXPR_NON_CONST (expr) = non_const; in c_wrap_maybe_const()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c10215 bool non_const; in c_parser_postfix_expression_after_paren_type() local
10243 non_const = ((init.value && TREE_CODE (init.value) == CONSTRUCTOR) in c_parser_postfix_expression_after_paren_type()
10246 non_const |= !type_expr_const; in c_parser_postfix_expression_after_paren_type()
10260 expr.value = build_compound_literal (start_loc, type, init.value, non_const, in c_parser_postfix_expression_after_paren_type()
10276 gcc_assert (!non_const); in c_parser_postfix_expression_after_paren_type()
H A Dc-decl.c5650 build_compound_literal (location_t loc, tree type, tree init, bool non_const, in build_compound_literal() argument
5723 if (non_const) in build_compound_literal()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc10268 bool non_const; in c_parser_postfix_expression_after_paren_type() local
10296 non_const = ((init.value && TREE_CODE (init.value) == CONSTRUCTOR) in c_parser_postfix_expression_after_paren_type()
10299 non_const |= !type_expr_const; in c_parser_postfix_expression_after_paren_type()
10313 expr.value = build_compound_literal (start_loc, type, init.value, non_const, in c_parser_postfix_expression_after_paren_type()
10329 gcc_assert (!non_const); in c_parser_postfix_expression_after_paren_type()
H A Dc-decl.cc5968 build_compound_literal (location_t loc, tree type, tree init, bool non_const, in build_compound_literal() argument
6041 if (non_const) in build_compound_literal()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc3415 c_wrap_maybe_const (tree expr, bool non_const) in c_wrap_maybe_const() argument
3426 C_MAYBE_CONST_EXPR_NON_CONST (expr) = non_const; in c_wrap_maybe_const()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20134230 of variable non_const to start of lexical block.
H A Dparser.cc25456 bool non_const = false; in cp_parser_initializer_list() local
25468 &non_const); in cp_parser_initializer_list()
25475 else if (non_const in cp_parser_initializer_list()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c23492 bool non_const = false; in cp_parser_initializer_list() local
23504 &non_const); in cp_parser_initializer_list()
23511 else if (non_const in cp_parser_initializer_list()