Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-common.c345 build_equiv_decl (tree union_type, bool is_init, bool is_saved, bool is_auto) in build_equiv_decl() argument
351 if (is_init) in build_equiv_decl()
386 build_common_decl (gfc_common_head *com, tree union_type, bool is_init) in build_common_decl() argument
423 if ((decl != NULL_TREE) && (!is_init || DECL_INITIAL (decl))) in build_common_decl()
478 if (!is_init) in build_common_decl()
615 bool is_init = false; in create_common() local
641 is_init = true; in create_common()
656 is_init = true; in create_common()
670 decl = build_common_decl (com, union_type, is_init); in create_common()
672 decl = build_equiv_decl (union_type, is_init, is_saved, is_auto); in create_common()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-common.cc352 build_equiv_decl (tree union_type, bool is_init, bool is_saved, bool is_auto) in build_equiv_decl() argument
358 if (is_init) in build_equiv_decl()
393 build_common_decl (gfc_common_head *com, tree union_type, bool is_init) in build_common_decl() argument
430 if ((decl != NULL_TREE) && (!is_init || DECL_INITIAL (decl))) in build_common_decl()
506 if (!is_init) in build_common_decl()
643 bool is_init = false; in create_common() local
669 is_init = true; in create_common()
684 is_init = true; in create_common()
698 decl = build_common_decl (com, union_type, is_init); in create_common()
700 decl = build_equiv_decl (union_type, is_init, is_saved, is_auto); in create_common()
[all …]
/netbsd-src/external/mit/isl/dist/
H A Disl_ast.c3373 int is_value, is_init; in read_for() local
3389 is_init = !strcmp(key, "init"); in read_for()
3391 if (!is_value && !is_init) in read_for()