Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform.h725 static uptr Apply(MappingType type) { in Apply() function
802 static bool Apply(uptr mem) { in Apply() function
815 static bool Apply(uptr mem) { in Apply() function
827 static bool Apply(uptr mem) { in Apply() function
839 static uptr Apply(uptr x) { in Apply() function
855 static u32 *Apply(uptr x) { in Apply() function
868 static uptr Apply(uptr sp) { in Apply() function
904 static Result Apply(uptr addr) { in Apply() function
944 static uptr Apply(uptr tid) { in Apply() function
956 static uptr Apply(uptr tid) { in Apply() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dbuffer_queue_test.cc110 TEST(BufferQueueTest, Apply) { in TEST() argument
/netbsd-src/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-src/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-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveInterval.cpp932 std::function<void(LiveInterval::SubRange &)> Apply, in refineSubRanges()
/netbsd-src/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-src/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-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4637 QualType Apply(TypeLoc TL) { in Apply() function in __anon0fd3273b1111::SubstituteDeducedTypeTransform