| /dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
| H A D | lambda.c | 524 tree initializer = orig_init; in add_capture() local 526 if (PACK_EXPANSION_P (initializer)) in add_capture() 528 initializer = PACK_EXPANSION_PATTERN (initializer); in add_capture() 532 if (TREE_CODE (initializer) == TREE_LIST in add_capture() 534 && !PACK_EXPANSION_P (TREE_VALUE (initializer))) in add_capture() 535 initializer = build_x_compound_expr_from_list (initializer, ELK_INIT, in add_capture() 537 type = TREE_TYPE (initializer); in add_capture() 550 tree elt = cp_build_array_ref (input_location, initializer, in add_capture() 552 initializer = build_constructor_va (init_list_type_node, 2, in add_capture() 570 type = lambda_capture_field_type (initializer, explicit_init_p, in add_capture() [all …]
|
| H A D | parser.c | 6961 cp_expr initializer = NULL_TREE; in cp_parser_postfix_expression() local 6988 initializer = cp_parser_braced_list (parser, in cp_parser_postfix_expression() 7016 = finish_compound_literal (type, initializer, in cp_parser_postfix_expression() 7018 postfix_expression.set_location (initializer.get_location ()); in cp_parser_postfix_expression() 8370 vec<tree, va_gc> *initializer; in cp_parser_new_expression() local 8439 initializer = cp_parser_new_initializer (parser); in cp_parser_new_expression() 8441 initializer = NULL; in cp_parser_new_expression() 8454 && (vec_safe_length (initializer) != 1 in cp_parser_new_expression() 8455 || (BRACE_ENCLOSED_INITIALIZER_P ((*initializer)[0]) in cp_parser_new_expression() 8456 && CONSTRUCTOR_NELTS ((*initializer)[0]) != 1))) in cp_parser_new_expression() [all …]
|
| H A D | cp-tree.def | 51 Operand 3 is the initializer. */ 84 is the initializer. */
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | gimple-ssa-strength-reduction.c | 348 tree initializer; member 1986 print_generic_expr (dump_file, incr_vec[i].initializer); in dump_incr_vec() 2319 if (incr_vec[i].initializer) in create_add_on_incoming_edge() 2323 incr_vec[i].initializer); in create_add_on_incoming_edge() 2703 if (incr_vec[i].initializer in record_increment() 2708 incr_vec[i].initializer = NULL_TREE; in record_increment() 2749 incr_vec[incr_vec_len].initializer = t0; in record_increment() 2755 incr_vec[incr_vec_len].initializer = NULL_TREE; in record_increment() 2761 incr_vec[incr_vec_len].initializer = NULL_TREE; in record_increment() 3113 else if (!incr_vec[i].initializer in analyze_increments() [all …]
|
| H A D | lto-streamer.h | 454 unsigned int initializer:1; member
|
| H A D | lto-cgraph.c | 198 return encoder->nodes[index].initializer; in lto_symtab_encoder_encode_initializer_p() 208 encoder->nodes[index].initializer = true; in lto_set_symtab_encoder_encode_initializer()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
| H A D | c-pretty-print.h | 79 c_pretty_print_fn initializer; member 144 pp_c_base (PPI)->initializer (pp_c_base (PPI), E)
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/ |
| H A D | sstream | 293 * class initializer. Does not allocate any buffer. 311 * to the base class initializer. 403 * class initializer. Does not allocate any buffer. 421 * to the base class initializer. 511 * &sb to the base class initializer. Does not allocate any 528 * to the base class initializer.
|
| H A D | fstream | 443 * @c &sb to the base class initializer. Does not open any files 611 * @c &sb to the base class initializer. Does not open any files 785 * @c &sb to the base class initializer. Does not open any files
|
| /dflybsd-src/contrib/ncurses/progs/ |
| H A D | infocmp.c | 1261 static char *initializer; in any_initializer() local 1265 if (initializer == 0) { in any_initializer() 1269 initializer = (char *) malloc(need + 1); in any_initializer() 1270 if (initializer == 0) in any_initializer() 1274 _nc_STRCPY(initializer, entries->tterm.term_names, need); in any_initializer() 1275 for (s = initializer; *s != 0 && *s != '|'; s++) { in any_initializer() 1281 return initializer; in any_initializer()
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| H A D | sstream | 411 * class initializer. Does not allocate any buffer. 429 * to the base class initializer. 555 * class initializer. Does not allocate any buffer. 573 * to the base class initializer. 697 * &sb to the base class initializer. Does not allocate any 714 * to the base class initializer.
|
| H A D | fstream | 499 * @c &sb to the base class initializer. Does not open any files 724 * @c &sb to the base class initializer. Does not open any files 951 * @c &sb to the base class initializer. Does not open any files
|
| /dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
| H A D | c-pretty-print.h | 80 virtual void initializer (tree);
|
| H A D | c-pretty-print.c | 1256 initializer (TREE_OPERAND (e, 1)); in primary_expression() 1281 c_pretty_printer::initializer (tree e) in initializer() function 1317 pp->initializer (init); in pp_c_init_declarator() 1373 pp->initializer (TREE_VALUE (init)); in pp_c_initializer_list() 1638 initializer (e); in postfix_expression()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/objc/ |
| H A D | objc-runtime-shared-support.c | 137 finish_var_decl (tree var, tree initializer) in finish_var_decl() argument 139 finish_decl (var, input_location, initializer, NULL_TREE, NULL_TREE); in finish_var_decl()
|
| H A D | objc-next-runtime-abi-02.c | 1905 VEC(constructor_elt,gc) *initializer; in build_v2_message_ref_translation_table() 1910 initializer = NULL; in build_v2_message_ref_translation_table() 1914 CONSTRUCTOR_APPEND_ELT (initializer, NULL_TREE, expr); in build_v2_message_ref_translation_table() 1918 CONSTRUCTOR_APPEND_ELT (initializer, NULL_TREE, expr); in build_v2_message_ref_translation_table() 1919 constructor = objc_build_constructor (struct_type, initializer); in build_v2_message_ref_translation_table()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
| H A D | parser.c | 6644 VEC(tree,gc) *initializer; in cp_parser_new_expression() 6707 initializer = cp_parser_new_initializer (parser); in cp_parser_new_expression() 6709 initializer = NULL; in cp_parser_new_expression() 6718 ret = build_new (&placement, type, nelts, &initializer, global_scope_p, in cp_parser_new_expression() 6724 if (initializer != NULL) in cp_parser_new_expression() 6725 release_tree_vector (initializer); in cp_parser_new_expression() 9210 tree initializer = NULL_TREE; in cp_parser_condition() local 9249 initializer = cp_parser_braced_list (parser, &non_constant_p); in cp_parser_condition() 9250 CONSTRUCTOR_IS_DIRECT_INIT (initializer) = 1; in cp_parser_condition() 9257 initializer = cp_parser_initializer_clause (parser, &non_constant_p); in cp_parser_condition() [all …]
|
| H A D | semantics.c | 2967 tree initializer = convert_from_reference (decl); in finish_id_expression() local 3015 initializer); in finish_id_expression() 9083 add_capture (tree lambda, tree id, tree initializer, bool by_reference_p, in add_capture() argument 9089 type = lambda_capture_field_type (initializer); in add_capture() 9093 if (!real_lvalue_p (initializer)) in add_capture() 9094 error ("cannot capture %qE by reference", initializer); in add_capture() 9143 = tree_cons (member, initializer, LAMBDA_EXPR_CAPTURE_LIST (lambda)); in add_capture() 9172 add_default_capture (tree lambda_stack, tree id, tree initializer) in add_default_capture() argument 9191 initializer, in add_default_capture() 9197 initializer = convert_from_reference (var); in add_default_capture()
|
| H A D | cp-tree.def | 53 Operand 3 is the initializer. */ 86 is the initializer. */
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | lto-cgraph.c | 177 encoder->initializer = pointer_set_create (); in lto_varpool_encoder_new() 190 pointer_set_destroy (encoder->initializer); in lto_varpool_encoder_delete() 250 return pointer_set_contains (encoder->initializer, node); in lto_varpool_encoder_encode_initializer_p() 259 pointer_set_insert (encoder->initializer, node); in lto_set_varpool_encoder_encode_initializer()
|
| H A D | lto-streamer.h | 459 struct pointer_set_t *initializer; member
|
| /dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
| H A D | options.texi | 47 variable, optionally with an initializer (but without any trailing 49 options where declaring the initializer in a single option definition 58 variable, optionally with an initializer (but without any trailing 333 variable specifies @code{Init}, all must specify the same initializer.
|
| H A D | generic.texi | 706 the @code{DECL_INITIAL} will be an expression for the initializer. The 707 initializer should be evaluated, and a bitwise copy into the variable 709 there is an initializer, but it is given by an explicit statement later 1621 initializer. It is re-evaluated for each element of a 1623 the initializer is for the next available array element. 1655 the initializer for the temporary. The initializer is evaluated and, 1656 if non-void, copied (bitwise) into the temporary. If the initializer
|
| /dflybsd-src/contrib/gcc-4.7/libobjc/ |
| H A D | README | 56 not inherited, and is thus not called as initializer for a subclass that
|
| /dflybsd-src/sys/contrib/dev/acpica/tests/misc/ |
| H A D | badcode.asl | 31 // CPackage length does not match initializer list length
|