Searched refs:targs (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dargv.c437 char **targs; local
448 for (targs = argv; *targs != NULL; targs++)
450 printf ("\t\"%s\"\n", *targs);
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dargv.c490 char **targs; local
501 for (targs = argv; *targs != NULL; targs++)
503 printf ("\t\"%s\"\n", *targs);
/freebsd-9.3-release/usr.bin/make/
H A Dmain.c1261 Lst targs = Lst_Initializer(targs);
1271 Parse_MainName(&targs);
1273 Targ_FindList(&targs, &create, TARG_CREATE);
1281 Compat_Run(&targs);
1298 outOfDate = Make_Run(&targs);
1300 Lst_Destroy(&targs, NOFREE);
H A Dmake.c725 Make_Run(Lst *targs) argument
733 Lst_Duplicate(&examine, targs, NOCOPY);
815 LST_FOREACH(ln, targs)
H A Dsuff.c1641 Lst targs; /* List of targets to which things can be local
1657 Lst_Init(&targs);
1719 Lst_AtEnd(&targs, target);
1731 if (Lst_IsEmpty(&targs) && suffNull != NULL) {
1751 Lst_AtEnd(&targs, targ);
1765 if (!Lst_IsEmpty(&targs)) {
1766 targ = Lst_Datum(Lst_First(&targs));
1981 while (SuffRemoveSrc(&srcs) || SuffRemoveSrc(&targs))
1985 Lst_Concat(slst, &targs, LST_CONCLINK);
H A Djob.c3331 Compat_Run(Lst *targs) argument
3367 while (!Lst_IsEmpty(targs)) {
3368 gn = Lst_DeQueue(targs);
/freebsd-9.3-release/tools/tools/netmap/
H A Dpkt-gen.c302 static struct targ *targs; variable in typeref:struct:targ
313 targs[i].cancel = 1;
1322 targs = calloc(g->nthreads, sizeof(*targs));
1328 struct targ *t = &targs[i];
1361 targs[i].fd = g->main_fd;
1406 my_count += targs[i].count;
1407 if (targs[i].used == 0)
1433 if (targs[i].used)
1434 pthread_join(targs[
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_alloc.c1830 xfs_alloc_arg_t targs; /* local allocation arguments */ local
1927 targs.tp = tp;
1928 targs.mp = mp;
1929 targs.agbp = agbp;
1930 targs.agno = args->agno;
1931 targs.mod = targs.minleft = targs.wasdel = targs.userdata =
1932 targs
[all...]
/freebsd-9.3-release/contrib/bmake/
H A Dcompat.c683 * targs List of target nodes to re-create
694 Compat_Run(Lst targs)
735 Make_ExpandUse(targs);
748 while (!Lst_IsEmpty (targs)) {
749 gn = (GNode *)Lst_DeQueue(targs);
691 Compat_Run(Lst targs) argument
H A Dmake.c1288 * targs the initial list of targets
1294 Make_ExpandUse(Lst targs)
1299 examine = Lst_Duplicate(targs, NULL);
1376 * targs the initial list of targets
1417 Make_ProcessWait(Lst targs)
1437 Lst_ForEach(targs, link_parent, pgn);
1494 * targs the initial list of targets
1506 Make_Run(Lst targs)
1513 Make_ExpandUse(targs);
1514 Make_ProcessWait(targs);
1285 Make_ExpandUse(Lst targs) argument
1408 Make_ProcessWait(Lst targs) argument
1497 Make_Run(Lst targs) argument
[all...]
H A Dsuff.c2022 Lst targs; /* List of targets to which things can be
2042 targs = Lst_Init(FALSE);
2108 (void)Lst_AtEnd(targs, targ);
2120 if (Lst_IsEmpty(targs) && suffNull != NULL) {
2153 (void)Lst_AtEnd(targs, targ);
2167 if (!Lst_IsEmpty(targs)) {
2168 targ = (Src *)Lst_Datum(Lst_First(targs));
2362 while (SuffRemoveSrc(srcs) || SuffRemoveSrc(targs))
2366 Lst_Concat(slst, targs, LST_CONCLINK);
2021 Lst targs; /* List of targets to which things can be local
H A Dmain.c835 Lst targs; /* target nodes to create -- passed to Make_Init */ local
1341 targs = Parse_MainName();
1343 targs = Targ_FindList(create, TARG_CREATE);
1359 outOfDate = Make_Run(targs);
1365 Compat_Run(targs);
1370 Lst_Destroy(targs, NULL);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dpt.c1382 tree targs; local
1514 targs = get_bindings (fn, decl, explicit_targs, /*check_ret=*/true);
1516 if (!targs)
1522 templates = tree_cons (targs, fn, templates);
1649 targs = DECL_TI_ARGS (DECL_TEMPLATE_RESULT (TREE_VALUE (templates)));
1650 if (TMPL_ARGS_HAVE_MULTIPLE_LEVELS (targs))
1652 *targs_out = copy_node (targs);
1954 tree targs = NULL_TREE; local
2106 &targs,
2124 int arg_depth = TMPL_ARGS_DEPTH (targs);
8318 tree targs = TREE_OPERAND (t, 1); local
8947 tree targs = TREE_OPERAND (t, 1); local
9697 fn_type_unification(tree fn, tree explicit_targs, tree targs, tree args, tree return_type, unification_kind_t strict, int flags) argument
9891 type_unification_real(tree tparms, tree targs, tree xparms, tree xargs, int subr, unification_kind_t strict, int flags) argument
10048 resolve_overloaded_unification(tree tparms, tree targs, tree parm, tree arg, unification_kind_t strict, int sub_strict) argument
10148 try_one_overload(tree tparms, tree orig_targs, tree targs, tree parm, tree arg, unification_kind_t strict, int sub_strict, bool addr_p) argument
10223 try_class_unification(tree tparms, tree targs, tree parm, tree arg) argument
10280 get_template_base(tree tparms, tree targs, tree parm, tree arg) argument
10421 unify(tree tparms, tree targs, tree parm, tree arg, int strict) argument
11248 tree targs; local
11286 tree targs = make_tree_vec (ntparms); local
12596 tree targs; local
[all...]
H A Ddecl2.c1611 constrain_visibility_for_template (tree decl, tree targs)
1616 tree args = INNERMOST_TEMPLATE_ARGS (targs);
1606 constrain_visibility_for_template(tree decl, tree targs) argument
H A Dcall.c2216 tree targs = make_tree_vec (ntparms); local
2232 i = fn_type_unification (tmpl, explicit_targs, targs,
2239 fn = instantiate_template (tmpl, targs, tf_none);
2299 cand->template_decl = tree_cons (tmpl, targs, NULL_TREE);
H A Dclass.c5871 tree targs;
5884 targs = make_tree_vec (DECL_NTPARMS (fn));
5885 if (fn_type_unification (fn, explicit_targs, targs,
5892 instantiation = instantiate_template (fn, targs, flags);
5864 tree targs; local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp1343 const TemplateArgumentListInfo *targs,
1355 if (targs)
1356 Size += ASTTemplateKWAndArgsInfo::sizeFor(targs->size());
1382 E->HasTemplateKWAndArgsInfo = (targs || TemplateKWLoc.isValid());
1384 if (targs) {
1388 E->getTemplateKWAndArgsInfo()->initializeFrom(TemplateKWLoc, *targs,
1337 Create(const ASTContext &C, Expr *base, bool isarrow, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *memberdecl, DeclAccessPair founddecl, DeclarationNameInfo nameinfo, const TemplateArgumentListInfo *targs, QualType ty, ExprValueKind vk, ExprObjectKind ok) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h2371 const TemplateArgumentListInfo *targs,

Completed in 332 milliseconds