Home
last modified time | relevance | path

Searched defs:t1 (Results 1 – 25 of 269) sorted by relevance

1234567891011

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
Dtsan_mop.cpp25 ScopedThread t1, t2; in TEST_F() local
32 ScopedThread t1, t2; in TEST_F() local
39 ScopedThread t1, t2; in TEST_F() local
46 ScopedThread t1, t2; in TEST_F() local
53 ScopedThread t1, t2; in TEST_F() local
61 ScopedThread t1, t2; in TEST_F() local
73 ScopedThread t1, t2; in TEST_F() local
92 ScopedThread t1, t2; in TEST_F() local
107 ScopedThread t1, t2; in TEST_F() local
141 ScopedThread t1, t2; in TEST_F() local
[all …]
Dtsan_string.cpp43 ScopedThread t1, t2; in TEST_F() local
52 ScopedThread t1, t2; in TEST_F() local
61 ScopedThread t1, t2; in TEST_F() local
69 ScopedThread t1, t2; in TEST_F() local
76 ScopedThread t1, t2; in TEST_F() local
Dtsan_mutex.cpp99 ScopedThread t1, t2; in TEST_F() local
115 ScopedThread t1, t2; in TEST_F() local
131 ScopedThread t1, t2, t3; in TEST_F() local
156 ScopedThread t1, t2; in TEST_F() local
182 ScopedThread t1; in TEST() local
205 ScopedThread t1; in TEST() local
Dtsan_thread.cpp20 ScopedThread t1; in TEST_F() local
27 ScopedThread t1(true); in TEST_F() local
33 ScopedThread t1; in TEST_F() local
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/
Dconstructors_destructor_fn_imps.hpp63 PB_DS_CLASS_NAME(T0 t0, T1 t1) : base_type(t0, t1) in PB_DS_CLASS_NAME()
68 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) in PB_DS_CLASS_NAME()
73 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3) in PB_DS_CLASS_NAME()
79 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) in PB_DS_CLASS_NAME()
86 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) in PB_DS_CLASS_NAME()
93 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) in PB_DS_CLASS_NAME()
100 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) in PB_DS_CLASS_NAME()
107 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) in PB_DS_CLASS_NAME()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
Deb48.C2 char *t1 (const char *s) in t1() function
7 char *&t1 (const char *&s) in t1() function
/openbsd/src/usr.bin/systat/
Dmalloc.c148 struct type_info *t1, *t2; in sort_tname_callback() local
158 struct type_info *t1, *t2; in sort_treq_callback() local
173 struct type_info *t1, *t2; in sort_inuse_callback() local
188 struct type_info *t1, *t2; in sort_memuse_callback() local
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
D900107_01.C14 typedef int t1; typedef
34 typedef int t1; // OK in foo() typedef
/openbsd/src/sys/arch/sparc64/fpu/
Dfpu_sqrt.c291 #define t1 tt in fpu_sqrt() macro
321 #define t1 y1 in fpu_sqrt() macro
/openbsd/src/lib/libc/arch/sparc64/fpu/
Dfpu_sqrt.c295 #define t1 tt macro
325 #define t1 y1 macro
/openbsd/src/sys/dev/tc/
Dif_le_ioasic.c308 u_int32_t t1, t2, t3, t4; in le_ioasic_copytobuf_gap16() local
333 u_int32_t t0, t1, t2, t3; in le_ioasic_copytobuf_gap16() local
387 u_int32_t t0, t1, t2, t3; in le_ioasic_copyfrombuf_gap16() local
408 u_int32_t t0, t1, t2, t3; in le_ioasic_copyfrombuf_gap16() local
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
Dc99-flex-array-3.c18 struct t1 { union rf1 a; }; /* { dg-bogus "warning" "warning in place of error" } */ struct
/openbsd/src/usr.sbin/sa/
Dmain.c396 uint64_t t1, t2; in cmp_usrsys() local
417 double t1, t2; in cmp_avgusrsys() local
496 uint64_t t1, t2; in cmp_avgcpumem() local
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dtypeck.c200 qualify_type_recursive (t1, t2) in qualify_type_recursive() argument
329 type_after_usual_arithmetic_conversions (t1, t2) in type_after_usual_arithmetic_conversions() argument
474 composite_pointer_type (t1, t2, arg1, arg2, location) in composite_pointer_type() argument
562 merge_types (t1, t2) in merge_types() argument
710 common_type (t1, t2) in common_type() argument
792 comp_except_specs (t1, t2, exact) in comp_except_specs() argument
843 tree t1, t2; variable
891 comptypes (t1, t2, strict) in comptypes() argument
1393 register tree t1 = parms1, t2 = parms2; local
1427 register tree t1 = parms1, t2 = parms2; local
[all …]
/openbsd/src/lib/libcurses/tty/
Dlib_twait.c92 TimeType t1; in _nc_gettime() local
109 time_t t1 = time((time_t *) 0); in _nc_gettime() local
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dexpmed.c3200 rtx t1, t2, t3, t4; local
3227 rtx t1, t2; local
3306 rtx t1; local
3320 rtx t1, t2, t3; local
3364 rtx t1, t2, t3; local
3394 rtx t1, t2, t3, t4; local
3476 rtx t1, t2, t3, t4; local
3510 rtx nsign, t1, t2, t3, t4; local
3627 rtx t1, t2, t3; local
3725 rtx t1, t2, t3; local
[all …]
/openbsd/src/gnu/gcc/gcc/cp/
Dtypeck.c251 type_after_usual_arithmetic_conversions (tree t1, tree t2) in type_after_usual_arithmetic_conversions()
401 composite_pointer_type_r (tree t1, tree t2, const char* location) in composite_pointer_type_r()
472 composite_pointer_type (tree t1, tree t2, tree arg1, tree arg2, in composite_pointer_type()
587 merge_types (tree t1, tree t2) in merge_types()
749 common_type (tree t1, tree t2) in common_type()
828 comp_except_specs (tree t1, tree t2, bool exact) in comp_except_specs()
875 comp_array_types (tree t1, tree t2, bool allow_redeclaration) in comp_array_types()
937 comptypes (tree t1, tree t2, int strict) in comptypes()
1216 tree t1, t2; in compparms() local
4997 tree t1; in build_static_cast_1() local
[all …]
/openbsd/src/regress/usr.bin/diff3/
DMakefile6 t1: target
/openbsd/src/regress/usr.bin/signify/
DMakefile7 t1: target
/openbsd/src/regress/usr.sbin/mtree/
DMakefile6 t1: target
/openbsd/src/regress/lib/libc/malloc/malloc_threaderr/
DMakefile12 t1: malloc_threaderr target
/openbsd/src/lib/libcrypto/bn/
Dbn_prime.c314 BIGNUM *t1; in probable_prime_dh() local
363 BIGNUM *t1, *qadd, *q; in probable_prime_dh_safe() local
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/
Dmangle7.C3 typedef void *const t1[2]; typedef
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
Dspec5.C10 void g(T t1, T t2) {} in g()
/openbsd/src/games/hack/
Dhack.end.c304 struct toptenentry *t0, *t1, *tprev; in topten() local
469 outentry(int rank, struct toptenentry *t1, int so) in outentry()
620 struct toptenentry *t1, *t2; in prscore() local

1234567891011