OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Apply
(Results
1 - 25
of
28
) sorted by relevancy
1
2
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_platform.h
690
return Func::template
Apply
<MappingGoPPC64_46>(arg);
692
return Func::template
Apply
<MappingGoPPC64_47>(arg);
695
return Func::template
Apply
<MappingGoMips64_47>(arg);
697
return Func::template
Apply
<MappingGoS390x>(arg);
699
return Func::template
Apply
<MappingGoAarch64>(arg);
701
return Func::template
Apply
<MappingGoWindows>(arg);
703
return Func::template
Apply
<MappingGo48>(arg);
707
return Func::template
Apply
<MappingAppleAarch64>(arg);
709
return Func::template
Apply
<Mapping48AddressSpace>(arg);
713
return Func::template
Apply
<MappingAarch64_39>(arg)
[
all
...]
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_platform.h
635
return Func::template
Apply
<MappingGoPPC64_46>(arg);
637
return Func::template
Apply
<MappingGoPPC64_47>(arg);
640
return Func::template
Apply
<MappingGoMips64_47>(arg);
642
return Func::template
Apply
<MappingGoS390x>(arg);
644
return Func::template
Apply
<MappingGoAarch64>(arg);
646
return Func::template
Apply
<MappingGoWindows>(arg);
648
return Func::template
Apply
<MappingGo48>(arg);
652
return Func::template
Apply
<Mapping48AddressSpace>(arg);
654
return Func::template
Apply
<MappingAppleAarch64>(arg);
658
return Func::template
Apply
<MappingAarch64_39>(arg)
[
all
...]
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
options_test.cc
45
BENCHMARK(BM_basic)->
Apply
(CustomArgs);
/src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
options_test.cc
45
BENCHMARK(BM_basic)->
Apply
(CustomArgs);
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_extend_impl.inc
105
//
Apply
the signbit to (dst_t)abs(a).
fp_trunc_impl.inc
132
//
Apply
the signbit to (dst_t)abs(a).
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h
216
R_SExpr reduceApply(
Apply
&Orig, R_SExpr E0, R_SExpr E1) {
682
void printApply(const
Apply
*E, StreamType &SS, bool sugared = false) {
685
printApply(cast<
Apply
>(F), SS, true);
734
self()->printApply(cast<
Apply
>(T), SS, true);
ThreadSafetyTIL.h
834
///
Apply
an argument to a function.
839
class
Apply
: public SExpr {
841
Apply
(SExpr *F, SExpr *A) : SExpr(COP_Apply), Fun(F), Arg(A) {}
842
Apply
(const
Apply
&A, SExpr *F, SExpr *Ar) // rewrite constructor
861
typename C::CType compare(const
Apply
* E, C& Cmp) const {
873
///
Apply
a self-argument to a self-applicable function.
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
buffer_queue_test.cc
110
TEST(BufferQueueTest,
Apply
) {
120
Buffers.
apply
([&](const BufferQueue::Buffer &B) { ++Count; });
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp
629
//
Apply
the summary resolution for Slot to all virtual calls in SlotInfo.
1065
auto
Apply
= [&](CallSiteInfo &CSInfo) {
1099
Apply
(SlotInfo.CSInfo);
1101
Apply
(P.second);
1307
auto
Apply
= [&](CallSiteInfo &CSInfo) {
1372
Apply
(SlotInfo.CSInfo);
1374
Apply
(P.second);
1956
// to the
apply
* functions, as the function names are unavailable during the
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveInterval.cpp
661
// If we have to
apply
a mapping to our base range assignment, rewrite it now.
932
std::function<void(LiveInterval::SubRange &)>
Apply
,
959
Apply
(*MatchingRange);
965
Apply
(*NewRange);
/src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
ClangFormatPackage.cs
461
edit.
Apply
();
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
benchmark_register.cc
345
Benchmark* Benchmark::
Apply
(void (*custom_arguments)(Benchmark* benchmark)) {
/src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
benchmark_register.cc
340
Benchmark* Benchmark::
Apply
(void (*custom_arguments)(Benchmark* benchmark)) {
/src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/internal/
gmock-internal-utils.h
467
//
Apply
the function to a tuple of arguments.
469
auto
Apply
(F&& f, Tuple&& args)
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
ocidl.d
327
HRESULT
Apply
();
/src/external/public-domain/sqlite/dist/tea/
teaish.tcl
20
apply
{{dir} {
110
=> {
Apply
extra CFLAGS/CPPFLAGS necessary for building with ICU.
217
# an effort to only
apply
flags which the user did not already
218
#
apply
, so that combinations like (--all --disable-geopoly)
/src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafetyCommon.cpp
395
E = new (Arena) til::
Apply
(E, A);
892
til::SExpr *Ap = new (Arena) til::
Apply
(Dr, Sf);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp
87
/// may
apply
.
3736
///
Apply
the deduction rules for overload sets.
4600
//
apply
only when a template type parameter appears directly (and not if
4604
// auto type deduced as T" in order for [temp.deduct.call]p3 to
apply
.
4637
QualType
Apply
(TypeLoc TL) {
4758
Result = SubstituteDeducedTypeTransform(*this, DependentResult).
Apply
(Type);
4793
Result = SubstituteDeducedTypeTransform(*this, Deduced).
Apply
(Type);
4820
.
Apply
(Type);
4836
SubstituteDeducedTypeTransform(*this, DependentResult).
Apply
(Type);
4911
Result = SubstituteDeducedTypeTransform(*this, DeducedType).
Apply
(Type)
[
all
...]
/src/external/gpl3/gcc/dist/libgcc/config/arm/
ieee754-sf.S
492
@
Apply
exponent bias, check for under/overflow.
662
@
Apply
exponent bias accordingly.
/src/external/gpl3/gcc.old/dist/libgcc/config/arm/
ieee754-sf.S
492
@
Apply
exponent bias, check for under/overflow.
662
@
Apply
exponent bias accordingly.
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h
101
// to
Apply
allows programmatic specification of an
110
BENCHMARK(BM_SetInsert)->
Apply
(CustomArguments);
844
Benchmark*
Apply
(void (*func)(Benchmark* benchmark));
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveInterval.h
865
std::function<void(LiveInterval::SubRange &)>
Apply
,
/src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
benchmark.h
101
// to
Apply
allows programmatic specification of an
110
BENCHMARK(BM_SetInsert)->
Apply
(CustomArguments);
809
Benchmark*
Apply
(void (*func)(Benchmark* benchmark));
/src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-actions.h
401
return internal::
Apply
(fun_, ::std::move(args));
Completed in 100 milliseconds
1
2
Indexes created Wed Jun 10 00:26:05 UTC 2026