Home
last modified time | relevance | path

Searched defs:Apply (Results 1 – 7 of 7) sorted by relevance

/netbsd/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dbuffer_queue_test.cc110 TEST(BufferQueueTest, Apply) { in TEST() argument
/netbsd/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark_register.cc345 Benchmark* Benchmark::Apply(void (*custom_arguments)(Benchmark* benchmark)) { in Apply() function in benchmark::internal::Benchmark
/netbsd/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dbenchmark_register.cc340 Benchmark* Benchmark::Apply(void (*custom_arguments)(Benchmark* benchmark)) { in Apply() function in benchmark::internal::Benchmark
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveInterval.cpp932 std::function<void(LiveInterval::SubRange &)> Apply, in refineSubRanges()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1065 auto Apply = [&](CallSiteInfo &CSInfo) { in applySingleImplDevirt() local
1307 auto Apply = [&](CallSiteInfo &CSInfo) { in applyICallBranchFunnel() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h841 Apply(SExpr *F, SExpr *A) : SExpr(COP_Apply), Fun(F), Arg(A) {} in Apply() function
842 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor in Apply() function
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4637 QualType Apply(TypeLoc TL) { in Apply() function in __anon35d665111111::SubstituteDeducedTypeTransform