| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform.h | 626 return Func::template Apply<MappingGoPPC64_46>(arg); in SelectMapping() 628 return Func::template Apply<MappingGoPPC64_47>(arg); in SelectMapping() 631 return Func::template Apply<MappingGoMips64_47>(arg); in SelectMapping() 633 return Func::template Apply<MappingGoS390x>(arg); in SelectMapping() 635 return Func::template Apply<MappingGoAarch64>(arg); in SelectMapping() 637 return Func::template Apply<MappingGoWindows>(arg); in SelectMapping() 639 return Func::template Apply<MappingGo48>(arg); in SelectMapping() 643 return Func::template Apply<MappingAppleAarch64>(arg); in SelectMapping() 645 return Func::template Apply<Mapping48AddressSpace>(arg); in SelectMapping() 649 return Func::template Apply<MappingAarch64_39>(arg); in SelectMapping() [all …]
|
| /openbsd-src/gnu/llvm/libcxx/benchmarks/ |
| H A D | deque_iterator.bench.cpp | 144 BENCHMARK(BM_deque_vector_copy)->Apply(run_sizes); 147 BENCHMARK(BM_deque_vector_ranges_copy)->Apply(run_sizes); 150 BENCHMARK(BM_deque_deque_copy)->Apply(run_sizes); 153 BENCHMARK(BM_deque_deque_ranges_copy)->Apply(run_sizes); 156 BENCHMARK(BM_vector_deque_copy)->Apply(run_sizes); 159 BENCHMARK(BM_vector_deque_ranges_copy)->Apply(run_sizes); 163 BENCHMARK(BM_deque_vector_move)->Apply(run_sizes); 166 BENCHMARK(BM_deque_vector_ranges_move)->Apply(run_sizes); 169 BENCHMARK(BM_deque_deque_move)->Apply(run_sizes); 172 BENCHMARK(BM_deque_deque_ranges_move)->Apply(run_sizes); [all …]
|
| H A D | join_view.bench.cpp | 44 BENCHMARK(BM_join_view_in_vectors)->Apply(run_sizes); 59 BENCHMARK(BM_join_view_out_vectors)->Apply(run_sizes); 74 BENCHMARK(BM_join_view_deques)->Apply(run_sizes);
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/ |
| H A D | tsan_shadow_test.cpp | 152 shadows[*num_regions].start = (uptr)MemToMetaImpl::Apply<Mapping>(start); in AddMetaRegion() 153 shadows[*num_regions].end = (uptr)MemToMetaImpl::Apply<Mapping>(end - 1); in AddMetaRegion() 160 static void Apply() { in Apply() function 185 const uptr s = MemToShadowImpl::Apply<Mapping>(p); in TestRegion() 186 u32 *const m = MemToMetaImpl::Apply<Mapping>(p); in TestRegion() 187 const uptr r = ShadowToMemImpl::Apply<Mapping>(s); in TestRegion() 190 CHECK(IsAppMemImpl::Apply<Mapping>(p)); in TestRegion() 192 CHECK(IsShadowMemImpl::Apply<Mapping>(s)); in TestRegion() 193 CHECK(IsMetaMemImpl::Apply<Mapping>(reinterpret_cast<uptr>(m))); in TestRegion() 194 CHECK_EQ(p, RestoreAddrImpl::Apply<Mapping>(CompressAddr(p))); in TestRegion() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Highlighter.cpp | 19 void HighlightStyle::ColorStyle::Apply(Stream &s, llvm::StringRef value) const { in Apply() function in HighlightStyle::ColorStyle 48 options.selected.Apply(s, line.substr(column, 1)); in Highlight()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
| H A D | ChangeLog | 3 Apply from mainline.
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ClangCommon/ |
| H A D | ClangHighlighter.cpp | 237 options.selected.Apply(storage, tok_str); in Highlight() 245 color.Apply(result, to_print); in Highlight()
|
| /openbsd-src/gnu/llvm/llvm/docs/AMDGPU/ |
| H A D | gfx11_delay.rst | 68 SAME Apply second dependency to the same instruction. This is the default value. 69 NEXT Apply second dependency to the next instruction.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| H A D | Configure.pm | 414 sub Apply { # subroutine 450 Apply \&Link,$code,@lookup; 462 Apply \&Execute,$code,@lookup;
|
| /openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
| H A D | ChangeLog | 3 Apply from mainline.
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyOps.def | 28 TIL_OPCODE_DEF(Apply)
|
| H A D | ThreadSafetyTraverse.h | 216 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) { in reduceApply() 685 void printApply(const Apply *E, StreamType &SS, bool sugared = false) { 688 printApply(cast<Apply>(F), SS, true); 737 self()->printApply(cast<Apply>(T), SS, true); in printCall()
|
| H A D | ThreadSafetyTIL.h | 839 class Apply : public SExpr { 841 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 861 typename C::CType compare(const Apply* E, C& Cmp) const { in compare()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Highlighter.h | 44 void Apply(Stream &s, llvm::StringRef value) const;
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/build/ |
| H A D | BUILDCONFIG.gn | 14 # Apply that default list to the binary target types.
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | ChangeLog | 37 Apply from mainline. 73 Apply the following patches from mainline
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | LibTooling.rst | 67 // Apply a custom category to all command-line options so that they are the 123 // Apply a custom category to all command-line options so that they are the
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | ChangeLog | 68 Apply from mainline. 187 * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | WholeProgramDevirt.cpp | 1100 auto Apply = [&](CallSiteInfo &CSInfo) { in applySingleImplDevirt() local 1169 Apply(SlotInfo.CSInfo); in applySingleImplDevirt() 1171 Apply(P.second); in applySingleImplDevirt() 1377 auto Apply = [&](CallSiteInfo &CSInfo) { in applyICallBranchFunnel() local 1443 Apply(SlotInfo.CSInfo); in applyICallBranchFunnel() 1445 Apply(P.second); in applyICallBranchFunnel()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/ |
| H A D | buffer_queue_test.cpp | 109 TEST(BufferQueueTest, Apply) { in TEST() argument
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/ |
| H A D | fp_extend_impl.inc | 104 // Apply the signbit to the absolute value.
|
| H A D | fp_trunc_impl.inc | 129 // Apply the signbit to the absolute value.
|
| /openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/ |
| H A D | ClangFormatPackage.cs | 461 edit.Apply(); in ApplyClangFormatReplacements()
|
| /openbsd-src/distrib/armv7/ramdisk/ |
| H A D | install.md | 54 # Apply some final tweaks on selected platforms
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | LiveInterval.cpp | 918 std::function<void(LiveInterval::SubRange &)> Apply, in refineSubRanges() argument 945 Apply(*MatchingRange); in refineSubRanges() 951 Apply(*NewRange); in refineSubRanges()
|