Home
last modified time | relevance | path

Searched refs:tc (Results 1 – 25 of 1557) sorted by last modified time

12345678910>>...63

/netbsd/tests/kernel/
H A Dt_fcntl.c43 ATF_TC_HEAD(getpath_vnode, tc) in ATF_TC_HEAD() argument
46 atf_tc_set_md_var(tc, "descr", "Checks fcntl(2) F_GETPATH for vnodes"); in ATF_TC_HEAD()
61 ATF_TC_BODY(getpath_vnode, tc) in ATF_TC_BODY() argument
86 ATF_TC_HEAD(getpath_memfd, tc) in ATF_TC_HEAD() argument
89 atf_tc_set_md_var(tc, "descr", in ATF_TC_HEAD()
104 ATF_TC_BODY(getpath_memfd, tc) in ATF_TC_BODY() argument
H A Dt_memfd_create.c90 ATF_TC_HEAD(read_write, tc) in ATF_TC_HEAD() argument
96 ATF_TC_BODY(read_write, tc) in ATF_TC_BODY() argument
126 ATF_TC_HEAD(truncate, tc) in ATF_TC_HEAD() argument
132 ATF_TC_BODY(truncate, tc) in ATF_TC_BODY() argument
173 ATF_TC_HEAD(mmap, tc) in ATF_TC_HEAD() argument
178 ATF_TC_BODY(mmap, tc) in ATF_TC_BODY() argument
212 ATF_TC_HEAD(seal_seal, tc) in ATF_TC_HEAD() argument
218 ATF_TC_BODY(seal_seal, tc) in ATF_TC_BODY() argument
320 ATF_TC_HEAD(seal_grow, tc) in ATF_TC_HEAD() argument
326 ATF_TC_BODY(seal_grow, tc) in ATF_TC_BODY() argument
[all …]
/netbsd/external/gpl3/gcc/dist/libgcc/
H A Dlibgcc2.c1904 # define MODE tc
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree.cc4870 bool tc = true, se = false; in recompute_tree_invariant_for_addr_expr() local
4884 if (_node && !TREE_CONSTANT (_node)) tc = false; \ in recompute_tree_invariant_for_addr_expr()
4914 node = lang_hooks.expr_to_decl (node, &tc, &se); in recompute_tree_invariant_for_addr_expr()
4927 tc &= (staticp (node) != NULL_TREE); in recompute_tree_invariant_for_addr_expr()
4930 tc = false; in recompute_tree_invariant_for_addr_expr()
4935 TREE_CONSTANT (t) = tc; in recompute_tree_invariant_for_addr_expr()
H A Dtarget.def1380 "Initialize store pointed to by @var{tc} to hold target scheduling context.\n\
1381 It @var{clean_p} is true then initialize @var{tc} as if scheduler is at the\n\
1382 beginning of the block. Otherwise, copy the current context into @var{tc}.",
1383 void, (void *tc, bool clean_p), NULL)
1388 "Copy target scheduling context pointed to by @var{tc} to the current context.",
1389 void, (void *tc), NULL)
1394 "Deallocate internal data in target scheduling context pointed to by @var{tc}.",
1395 void, (void *tc), NULL)
1400 "Deallocate a store for target scheduling context pointed to by @var{tc}.",
1401 void, (void *tc), NULL)
H A Dsel-sched-ir.cc284 FENCE_TC (f) = tc; in flist_add()
363 return tc; in create_target_context()
368 set_target_context (tc_t tc) in set_target_context() argument
376 clear_target_context (tc_t tc) in clear_target_context() argument
384 delete_target_context (tc_t tc) in delete_target_context() argument
386 clear_target_context (tc); in delete_target_context()
422 clear_target_context (tc); in reset_target_context()
572 void *tc = FENCE_TC (f); in fence_clear() local
584 if (tc != NULL) in fence_clear()
585 delete_target_context (tc); in fence_clear()
[all …]
H A Dsel-sched-ir.h270 tc_t tc; member
315 #define FENCE_TC(F) ((F)->tc)
H A Dlanghooks.cc595 lhd_expr_to_decl (tree expr, bool *tc ATTRIBUTE_UNUSED, bool *se ATTRIBUTE_UNUSED) in lhd_expr_to_decl()
H A Dlanghooks.h590 tree (*expr_to_decl) (tree expr, bool *tc, bool *se);
H A Dipa-icf.cc2951 congruence_class *tc = newclasses[target]; in traverse_congruence_split() local
2953 add_item_to_class (tc, cls->members[i]); in traverse_congruence_split()
H A Dgimple-ssa-sprintf.cc200 if (unsigned char tc = lang_hooks.to_target_charset (*pc)) in init_target_to_host_charmap() local
202 target_to_host_charmap[tc] = *pc; in init_target_to_host_charmap()
203 if (tc != *pc) in init_target_to_host_charmap()
H A Dgimple-predicate-analysis.cc259 tree_code tc = orig_cmp_code; in get_cmp_code() local
262 tc = swap_tree_comparison (orig_cmp_code); in get_cmp_code()
264 tc = invert_tree_comparison (tc, false); in get_cmp_code()
266 switch (tc) in get_cmp_code()
278 return tc; in get_cmp_code()
H A Dexpr.cc6522 HOST_WIDE_INT tc = count_type_elements (elt_type, false); in categorize_ctor_elements_1() local
6523 nz_elts += mult * tc; in categorize_ctor_elements_1()
6524 unique_nz_elts += tc; in categorize_ctor_elements_1()
6525 init_elts += mult * tc; in categorize_ctor_elements_1()
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Dtm.texi7388 @deftypefn {Target Hook} void TARGET_SCHED_INIT_SCHED_CONTEXT (void *@var{tc}, bool @var{clean_p})
7389 Initialize store pointed to by @var{tc} to hold target scheduling context.
7390 It @var{clean_p} is true then initialize @var{tc} as if scheduler is at the
7391 beginning of the block. Otherwise, copy the current context into @var{tc}.
7394 @deftypefn {Target Hook} void TARGET_SCHED_SET_SCHED_CONTEXT (void *@var{tc})
7395 Copy target scheduling context pointed to by @var{tc} to the current context.
7398 @deftypefn {Target Hook} void TARGET_SCHED_CLEAR_SCHED_CONTEXT (void *@var{tc})
7399 Deallocate internal data in target scheduling context pointed to by @var{tc}.
7402 @deftypefn {Target Hook} void TARGET_SCHED_FREE_SCHED_CONTEXT (void *@var{tc})
7403 Deallocate a store for target scheduling context pointed to by @var{tc}.
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc3008 TypeClass *tc = e->type->toBasetype ()->isTypeClass (); in visit() local
3009 InterfaceDeclaration *to = tc->sym->isInterfaceDeclaration (); in visit()
H A Dtypeinfo.cc1348 TypeClass *tc = tid->tinfo->isTypeClass (); in visit() local
1349 tid->csym = get_classinfo_decl (tc->sym); in visit()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.d4427 if (auto tc = tb.isTypeClass()) in parameterStorageClass() local
4428 ad = tc.sym; in parameterStorageClass()
H A Dlexer.d1633 const tc = *p++; // opening quote in escapeStringConstant() local
1673 if (c != tc) in escapeStringConstant()
H A Dexpressionsem.d3544 if (auto tc = tb.isTypeClass()) in visit() local
3546 auto cd = tc.sym; in visit()
4387 Type tc = ve.var.type.substWildTo(MODFlags.const_); in visit() local
4388 auto tf = new TypeFunction(ParameterList(), tc, LINK.d, STC.safe | STC.pure_); in visit()
12033 auto tc = ec.type; in visit() local
12092 if (tc.equals(t)) in visit()
12107 ….loc, "no compatible generic association type for controlling expression type `%s`", tc.toChars()); in visit()
H A Ddsymbolsem.d4743 if (tc.sym != cldec) in visit()
4853 if (!tc) in visit()
4913 if (!tc || !tc.sym.isInterfaceDeclaration()) in visit()
4916 if (tc) in visit()
4970 b.sym = tc.sym; in visit()
5011 assert(tc); in visit()
5094 if (tc.sym._scope) in visit()
5502 if (!tc || !tc.sym.isInterfaceDeclaration()) in visit()
5521 if (tc.sym == idec || idec.isBaseOf2(tc.sym)) in visit()
5537 b.sym = tc.sym; in visit()
[all …]
H A Ddtemplate.d3734 TypeClass tc = cast(TypeClass)t; in visit() local
3735 if (tc.sym.aliasthis && !(tc.att & AliasThisRec.tracingDT)) in visit()
3739 tc.att = cast(AliasThisRec)(tc.att | AliasThisRec.tracingDT); in visit()
3741 tc.att = cast(AliasThisRec)(tc.att & ~AliasThisRec.tracingDT); in visit()
H A Ddtoh.d3224 if (auto tc = t.isTypeClass())
3225 return tc.sym;
H A Ddinterpret.d2831 if (auto tc = e.newtype.toBasetype().isTypeClass()) in visit() local
2833 ClassDeclaration cd = tc.sym; in visit()
H A Ddscope.d397 TypeClass tc; in checkAliasThis() local
406 tc = cast(TypeClass)t; in checkAliasThis()
407 sds = tc.sym; in checkAliasThis()
429 if (!ts && !tc) in checkAliasThis()
440 else if(tc && !(tc.att & AliasThisRec.tracing)) in checkAliasThis()
442 tc.att = cast(AliasThisRec)(tc.att | AliasThisRec.tracing); in checkAliasThis()
444 tc.att = cast(AliasThisRec)(tc.att & ~AliasThisRec.tracing); in checkAliasThis()
H A Dcparse.d2717 foreach (tc; constTypes[]) in foreach()
2719 if (tc is t)

12345678910>>...63