Searched refs:_3 (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/src/
H A Dbind.cpp18 const __ph<3> _3{};
/openbsd-current/lib/libc/gdtoa/
H A DstrtorQ.c43 #define _3 3 macro
49 #define _3 0 macro
67 L[_3] = bits[0];
74 L[_3] = bits[0];
85 L[_1] = L[_2] = L[_3] = 0;
H A Dstrtorx.c43 #define _3 3 macro
50 #define _3 1 macro
76 L[_3] = (UShort)(bits[0] >> 16);
87 L[_2] = L[_3] = L[_4] = 0;
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dlarchintrin.h110 #define __cacop_w(/*uimm5*/ _1, /*unsigned int*/ _2, /*simm12*/ _3) \
111 ((void)__builtin_loongarch_cacop_w((_1), (unsigned int)(_2), (_3)))
115 #define __cacop_d(/*uimm5*/ _1, /*unsigned long int*/ _2, /*simm12*/ _3) \
116 ((void)__builtin_loongarch_cacop_d((_1), (unsigned long int)(_2), (_3)))
135 #define __csrxchg_w(/*unsigned int*/ _1, /*unsigned int*/ _2, /*ui14*/ _3) \
137 (unsigned int)(_2), (_3)))
148 /*ui14*/ _3) \
150 (unsigned long int)(_1), (unsigned long int)(_2), (_3)))
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dsvleak.t179 # go up. Using a variable (0..$_3) will cause evaluation of the range
182 my $_3 = 3;
184 grep qr/1/ && ($count[$_] = sv_count()) && 99, 0..$_3;
186 grep { qr/1/ && ($count[$_] = sv_count()) && 99 } 0..$_3;
189 $s = grep qr/1/ && ($count[$_] = sv_count()) && 99, 0..$_3;
191 $s = grep { qr/1/ && ($count[$_] = sv_count()) && 99 } 0..$_3;
194 @a = grep qr/1/ && ($count[$_] = sv_count()) && 99, 0..$_3;
196 @a = grep { qr/1/ && ($count[$_] = sv_count()) && 99 } 0..$_3;
200 map qr/1/ && ($count[$_] = sv_count()) && 99, 0..$_3;
202 map { qr/1/ && ($count[$_] = sv_count()) && 99 } 0..$_3;
[all...]
H A Dver.t232 $v = v1.2_3;
H A Dpackagev.t167 v1.2_3 fail pass pass underscore
H A Dsmartmatch.t513 != 2_3 "2_3" NOWARNINGS
/openbsd-current/gnu/usr.bin/perl/cpan/version/t/
H A D04strict_lax.t68 v1.2_3 fail pass
71 v1.2_3.4 fail fail
72 1.2_3.4 fail fail
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp248 std::bind(&StreamChecker::evalFreadFwrite, _1, _2, _3, _4, true), 3}},
251 std::bind(&StreamChecker::evalFreadFwrite, _1, _2, _3, _4, false), 3}},
266 std::bind(&StreamChecker::evalFeofFerror, _1, _2, _3, _4, ErrorFEof),
270 std::bind(&StreamChecker::evalFeofFerror, _1, _2, _3, _4, ErrorFError),
278 std::bind(&StreamChecker::evalSetFeofFerror, _1, _2, _3, _4, ErrorFEof),
282 std::bind(&StreamChecker::evalSetFeofFerror, _1, _2, _3, _4,
H A DCStringChecker.cpp139 std::bind(&CStringChecker::evalMemcpy, _1, _2, _3, CK_Regular)},
141 std::bind(&CStringChecker::evalMemcpy, _1, _2, _3, CK_Wide)},
143 std::bind(&CStringChecker::evalMempcpy, _1, _2, _3, CK_Regular)},
145 std::bind(&CStringChecker::evalMempcpy, _1, _2, _3, CK_Wide)},
147 std::bind(&CStringChecker::evalMemcmp, _1, _2, _3, CK_Regular)},
149 std::bind(&CStringChecker::evalMemcmp, _1, _2, _3, CK_Wide)},
151 std::bind(&CStringChecker::evalMemmove, _1, _2, _3, CK_Regular)},
153 std::bind(&CStringChecker::evalMemmove, _1, _2, _3, CK_Wide)},
175 std::bind(&CStringChecker::evalMemcmp, _1, _2, _3, CK_Regular)},
H A DMallocChecker.cpp433 std::bind(&MallocChecker::checkRealloc, _1, _2, _3, false)},
435 std::bind(&MallocChecker::checkRealloc, _1, _2, _3, true)},
437 std::bind(&MallocChecker::checkRealloc, _1, _2, _3, false)},
439 std::bind(&MallocChecker::checkRealloc, _1, _2, _3, false)},
/openbsd-current/gnu/llvm/libcxx/include/__functional/
H A Dbind.h58 _LIBCPP_FUNC_VIS extern const __ph<3> _3;
69 /* inline */ constexpr __ph<3> _3{};
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DHost.cpp470 std::placeholders::_2, std::placeholders::_3));
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3218 std::bind(MonitorDebugserverProcess, this_wp, _1, _2, _3));

Completed in 383 milliseconds