Searched refs:non_const (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-general.c | 1749 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 D | omp-general.cc | 2701 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 D | ChangeLog-2009 | 30776 (build_compound_literal): Add parameter non_const and build a
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.c | 3207 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 D | c-parser.c | 10215 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 D | c-decl.c | 5650 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 D | c-parser.cc | 10268 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 D | c-decl.cc | 5968 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 D | c-common.cc | 3415 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 D | ChangeLog-2013 | 4230 of variable non_const to start of lexical block.
|
H A D | parser.cc | 25456 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 D | parser.c | 23492 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()
|