HomeSort by: relevance | last modified time | path
    Searched defs:is_init (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-common.cc 352 build_equiv_decl (tree union_type, bool is_init, bool is_saved, bool is_auto)
358 if (is_init)
393 build_common_decl (gfc_common_head *com, tree union_type, bool is_init)
430 if ((decl != NULL_TREE) && (!is_init || DECL_INITIAL (decl)))
506 if (!is_init)
643 bool is_init = false; local
669 is_init = true;
684 is_init = true;
698 decl = build_common_decl (com, union_type, is_init);
700 decl = build_equiv_decl (union_type, is_init, is_saved, is_auto)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-common.cc 352 build_equiv_decl (tree union_type, bool is_init, bool is_saved, bool is_auto)
358 if (is_init)
393 build_common_decl (gfc_common_head *com, tree union_type, bool is_init)
430 if ((decl != NULL_TREE) && (!is_init || DECL_INITIAL (decl)))
506 if (!is_init)
643 bool is_init = false; local
669 is_init = true;
684 is_init = true;
698 decl = build_common_decl (com, union_type, is_init);
700 decl = build_equiv_decl (union_type, is_init, is_saved, is_auto)
    [all...]
  /src/external/mit/isl/dist/
isl_ast.c 3373 int is_value, is_init; local
3389 is_init = !strcmp(key, "init");
3391 if (!is_value && !is_init)

Completed in 30 milliseconds