| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform.h | 633 Func::template Apply<MappingS390x>(); in ForEachMapping() 634 Func::template Apply<MappingGo48>(); in ForEachMapping() 640 Func::template Apply<MappingGoS390x>(); in ForEachMapping() 661 static uptr Apply(MappingType type) { in Apply() function 729 static bool Apply(uptr mem) { in Apply() function 742 static bool Apply(uptr mem) { in Apply() function 754 static bool Apply(uptr mem) { in Apply() function 766 static uptr Apply(uptr x) { in Apply() function 782 static u32 *Apply(uptr x) { in Apply() function 795 static uptr Apply(uptr sp) { in Apply() function [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_platform.h | 695 Func::template Apply<MappingS390x>(); in ForEachMapping() 696 Func::template Apply<MappingGo48>(); in ForEachMapping() 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 [all …]
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | propagate_value_category.hpp | 113 using Apply = ApplyReferenceQuals<ApplyCVQuals<UnCVRef<Tp>>>; typedef 117 static Apply<UnCVRef<Tp>> cast(Tp &&t) { in cast() 118 using ToType = Apply<UnCVRef<Tp>>; in cast() 124 static Apply<UnCVRef<Tp>> cast(Tp &&t) { in cast() 125 using ToType = Apply<UnCVRef<Tp>>; in cast() 133 static Apply<UnCVRef<Tp>> cast(Tp &&t) { in cast() 139 using ApplyValueCategoryT = typename ApplyValueCategory<VC>::template Apply<Tp>; 146 typename ApplyValueCategory<getValueCategory<Tp>()>::template Apply<Up>; 149 typename ApplyValueCategory<VC>::template Apply<Tp> ValueCategoryCast(Tp &&t) { in ValueCategoryCast()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/ |
| H A D | tsan_shadow_test.cpp | 131 static void Apply() { in Apply() function 151 const uptr s = MemToShadowImpl::Apply<Mapping>(p); in TestRegion() 152 u32 *const m = MemToMetaImpl::Apply<Mapping>(p); in TestRegion() 153 const uptr r = ShadowToMemImpl::Apply<Mapping>(s); in TestRegion() 156 CHECK(IsAppMemImpl::Apply<Mapping>(p)); in TestRegion() 158 CHECK(IsShadowMemImpl::Apply<Mapping>(s)); in TestRegion() 159 CHECK(IsMetaMemImpl::Apply<Mapping>(reinterpret_cast<uptr>(m))); in TestRegion() 160 CHECK_EQ(p, RestoreAddrImpl::Apply<Mapping>(CompressAddr(p))); in TestRegion() 166 const uptr prev_s = MemToShadowImpl::Apply<Mapping>(prev); in TestRegion() 167 u32 *const prev_m = MemToMetaImpl::Apply<Mapping>(prev); in TestRegion()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | ConfigCompile.cpp | 78 Apply; member 88 for (const auto &A : Apply) in operator ()() 258 Out.Apply.push_back( in compile() 317 Out.Apply.push_back( in compile() 331 Out.Apply.push_back( in compile() 337 Out.Apply.push_back( in compile() 426 Out.Apply.push_back( in compile() 498 Out.Apply.push_back( in compile() 510 Out.Apply.push_back( in compile() 556 Out.Apply.push_back( in compile() [all …]
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | class-base-member-init.cpp | 105 void Apply(Foo processor); 108 Apply(Bar()); in Fetch()
|
| /llvm-project-15.0.7/libcxx/test/libcxx/utilities/meta/stress_tests/ |
| H A D | stress_test_variant_overloads_impl.sh.cpp | 71 using Apply = AllOverloads<Overload<Types, _Idx>...>; typedef 76 std::__make_indices_imp<sizeof...(Types), 0> >::template Apply<Types...>;
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Highlighter.cpp | 18 void HighlightStyle::ColorStyle::Apply(Stream &s, llvm::StringRef value) const { in Apply() function in HighlightStyle::ColorStyle 47 options.selected.Apply(s, line.substr(column, 1)); in Highlight()
|
| /llvm-project-15.0.7/mlir/test/Conversion/TosaToArith/ |
| H A D | tosa-to-arith.mlir | 42 // Apply double rounding. 54 // Apply low-bit rounding. 63 // Apply high-bit rounding. 111 // Apply double rounding.
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/ |
| H A D | fixits-command.test | 69 # CHECK-NEXT: "title": "Apply fix: place parentheses around the assignment to silence this war… 94 # CHECK-NEXT: "title": "Apply fix: use '==' to turn this assignment into an equality compariso… 139 # CHECK-NEXT: "title": "Apply fix: place parentheses around the assignment to silence this war… 164 # CHECK-NEXT: "title": "Apply fix: use '==' to turn this assignment into an equality compariso…
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/ClangCommon/ |
| H A D | ClangHighlighter.cpp | 236 options.selected.Apply(storage, tok_str); in Highlight() 244 color.Apply(result, to_print); in Highlight()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | ClangTidyDiagnosticConsumer.cpp | 672 llvm::BitVector Apply(ErrorFixes.size(), true); in removeIncompatibleErrors() local 682 Apply[Event.ErrorId] = false; in removeIncompatibleErrors() 686 Apply[Event.ErrorId] = false; in removeIncompatibleErrors() 690 Apply[Event.ErrorId] = false; in removeIncompatibleErrors() 698 if (!Apply[I]) { in removeIncompatibleErrors()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | thread.h | 40 static void Apply(std::tuple<FPtr, Args...> &Callee, in Apply() function 50 Apply(*Callee.get(), Indices); in GenericThreadProxy()
|
| /llvm-project-15.0.7/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() 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); in printCall()
|
| /llvm-project-15.0.7/mlir/examples/standalone/include/Standalone/ |
| H A D | StandaloneOps.td | 30 // Apply the foo operation to %0
|
| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | options_test.cc | 57 BENCHMARK(BM_basic)->Apply(CustomArgs);
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Highlighter.h | 43 void Apply(Stream &s, llvm::StringRef value) const;
|
| /llvm-project-15.0.7/llvm/utils/gn/build/ |
| H A D | BUILDCONFIG.gn | 14 # Apply that default list to the binary target types.
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | preprocessor.h | 50 TokenSequence Apply(const std::vector<TokenSequence> &args, Prescanner &);
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/tweaks/ |
| H A D | AddUsingTests.cpp | 94 TEST_F(AddUsingTest, Apply) { in TEST_F() argument
|
| /llvm-project-15.0.7/polly/test/ScheduleOptimizer/ManualOptimization/ |
| H A D | unroll_double.ll | 3 ; Apply two loop transformations. First partial, then full unrolling.
|
| /llvm-project-15.0.7/mlir/utils/clang-tidy/ |
| H A D | README.md | 1 ### Apply clang-tidy fixes on the repo
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | waitcnt-preexisting.mir | 98 # Apply wait for all counters from preexisting waitcnt regardless of the wait 168 # Apply preexisting waitcnt when no wait is immediately needed.
|
| /llvm-project-15.0.7/libc/benchmarks/ |
| H A D | LibcMemoryGoogleBenchmarkMain.cpp | 87 BENCHMARK(BM_NAME)->Apply([](benchmark::internal::Benchmark *benchmark) { \
|