Searched refs:cgn (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/usr.bin/make/
H A Dmake.c217 GNode_UpdateYoungestChild(GNode *gn, GNode *cgn) argument
219 if (gn->youngestChild == NULL || cgn->mtime > gn->youngestChild->mtime)
220 gn->youngestChild = cgn;
385 GNode *cgn = ln->datum; local
387 /* This may also update cgn->path. */
388 Dir_UpdateMTime(cgn, false);
389 GNode_UpdateYoungestChild(pgn, cgn);
404 * cgn The source node, which is either a .USE/.USEBEFORE
409 Make_HandleUse(GNode *cgn, GNode *pgn) argument
414 if (!(cgn
477 MakeHandleUse(GNode *cgn, GNode *pgn, GNodeListNode *ln) argument
596 UpdateImplicitParentsVars(GNode *cgn, const char *cname) argument
669 Make_Update(GNode *cgn) argument
841 MakeAddAllSrc(GNode *cgn, GNode *pgn) argument
1362 GNode *cgn = ln->datum; local
1392 GNode *cgn = ln->datum; local
[all...]
H A Dsuff.c1207 GNode *cgn = cln->datum; local
1210 if (!Dir_HasWildcards(cgn->name))
1215 SearchPath_Expand(Suff_FindPath(cgn), cgn->name, &expansions);
1244 Lst_Remove(&cgn->parents, Lst_FindDatum(&cgn->parents, pgn));
1324 GNode *cgn = cln->datum; local
1327 if (!Lst_IsEmpty(&cgn->order_pred) || !Lst_IsEmpty(&cgn->order_succ))
1331 if (cgn
[all...]
H A Dcompat.c506 GNode *cgn = ln->datum; local
507 Compat_Make(cgn, pgn);
H A Dparse.c623 LinkSource(GNode *pgn, GNode *cgn, bool isSpecial) argument
628 Lst_Append(&pgn->children, cgn);
636 Lst_Append(&cgn->parents, pgn);
640 pgn->name, cgn->name);
642 Targ_PrintNode(cgn, 0);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-gimplify.c118 struct cgraph_node *cgn; local
152 cgn = cgraph_node::get_create (fndecl);
153 for (cgn = cgn->nested; cgn ; cgn = cgn->next_nested)
154 c_genericize (cgn->decl);
/netbsd-current/sbin/resize_ffs/
H A Dresize_ffs.c463 initcg(uint32_t cgn) argument
474 cg = cgs[cgn];
476 base = cgbase(newsb, cgn);
477 dlow = cgsblock(newsb, cgn) - base;
478 dhigh = cgdmin(newsb, cgn) - base;
493 cg->cg_cgx = cgn;
511 if (cgn == newsb->fs_ncg - 1) {
618 csums[cgn] = cg->cg_cs;
624 writeat(FFS_FSBTODB(newsb, cgimin(newsb, cgn)), zinodes2,
628 writeat(FFS_FSBTODB(newsb, cgimin(newsb, cgn)), zinodes
661 uint32_t cgn; /* number of cg hand currently points into */ local
714 uint32_t cgn; /* cg number of cg hand points into */ local
757 uint32_t cgn; /* cg number of cg hand points into */ local
793 int cgn; local
806 int cgn; local
830 int cgn; /* cg number, used when shrinking */ local
1865 rescan_blkmaps(int cgn) argument
1983 rescan_inomaps(int cgn) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-gimplify.cc572 struct cgraph_node *cgn; local
620 cgn = cgraph_node::get_create (fndecl);
621 for (cgn = first_nested_function (cgn);
622 cgn; cgn = next_nested_function (cgn))
623 c_genericize (cgn->decl);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-nested.c819 struct cgraph_node *cgn = cgraph_node::get (fndecl); local
822 for (cgn = cgn->nested; cgn ; cgn = cgn->next_nested)
824 for (arg = DECL_ARGUMENTS (cgn->decl); arg; arg = DECL_CHAIN (arg))
828 if (check_for_nested_with_variably_modified (cgn->decl,
840 create_nesting_tree (struct cgraph_node *cgn) argument
847 info->context = cgn
3561 struct cgraph_node *cgn; local
[all...]
H A Dgimplify.c957 struct cgraph_node *cgn = cgraph_node::get (fndecl);
969 if (cgn)
970 for (cgn = cgn->nested; cgn; cgn = cgn->next_nested)
971 unshare_body (cgn->decl);
1006 struct cgraph_node *cgn = cgraph_node::get (fndecl);
1012 if (cgn)
956 struct cgraph_node *cgn = cgraph_node::get (fndecl); local
1005 struct cgraph_node *cgn = cgraph_node::get (fndecl); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-nested.cc917 struct cgraph_node *cgn = cgraph_node::get (fndecl); local
920 for (cgn = first_nested_function (cgn); cgn;
921 cgn = next_nested_function (cgn))
923 for (arg = DECL_ARGUMENTS (cgn->decl); arg; arg = DECL_CHAIN (arg))
927 if (check_for_nested_with_variably_modified (cgn->decl,
939 create_nesting_tree (struct cgraph_node *cgn) argument
946 info->context = cgn
3716 struct cgraph_node *cgn; local
[all...]
H A Domp-offload.cc352 struct cgraph_node *cgn; local
358 for (cgn = first_nested_function (node);
359 cgn; cgn = next_nested_function (cgn))
360 if (omp_declare_target_fn_p (cgn->decl))
361 worklist.safe_push (cgn->decl);
362 else if (DECL_STRUCT_FUNCTION (cgn->decl)
363 && DECL_STRUCT_FUNCTION (cgn->decl)->has_omp_target)
364 worklist.safe_push (cgn
[all...]
H A Dgimplify.cc962 struct cgraph_node *cgn = cgraph_node::get (fndecl);
974 if (cgn)
975 for (cgn = first_nested_function (cgn); cgn;
976 cgn = next_nested_function (cgn))
977 unshare_body (cgn->decl);
1012 struct cgraph_node *cgn = cgraph_node::get (fndecl);
1018 if (cgn)
961 struct cgraph_node *cgn = cgraph_node::get (fndecl); local
1011 struct cgraph_node *cgn = cgraph_node::get (fndecl); local
[all...]

Completed in 222 milliseconds