Home
last modified time | relevance | path

Searched refs:Apply (Results 1 – 25 of 75) sorted by relevance

123

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h633 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 Dtsan_platform.h695 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 Dpropagate_value_category.hpp113 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 Dtsan_shadow_test.cpp131 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 DConfigCompile.cpp78 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 Dclass-base-member-init.cpp105 void Apply(Foo processor);
108 Apply(Bar()); in Fetch()
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/meta/stress_tests/
H A Dstress_test_variant_overloads_impl.sh.cpp71 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 DHighlighter.cpp18 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 Dtosa-to-arith.mlir42 // 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 Dfixits-command.test69 # 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 DClangHighlighter.cpp236 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 DClangTidyDiagnosticConsumer.cpp672 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 Dthread.h40 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 DThreadSafetyOps.def28 TIL_OPCODE_DEF(Apply)
H A DThreadSafetyTraverse.h216 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 DStandaloneOps.td30 // Apply the foo operation to %0
/llvm-project-15.0.7/third-party/benchmark/test/
H A Doptions_test.cc57 BENCHMARK(BM_basic)->Apply(CustomArgs);
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DHighlighter.h43 void Apply(Stream &s, llvm::StringRef value) const;
/llvm-project-15.0.7/llvm/utils/gn/build/
H A DBUILDCONFIG.gn14 # Apply that default list to the binary target types.
/llvm-project-15.0.7/flang/lib/Parser/
H A Dpreprocessor.h50 TokenSequence Apply(const std::vector<TokenSequence> &args, Prescanner &);
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/tweaks/
H A DAddUsingTests.cpp94 TEST_F(AddUsingTest, Apply) { in TEST_F() argument
/llvm-project-15.0.7/polly/test/ScheduleOptimizer/ManualOptimization/
H A Dunroll_double.ll3 ; Apply two loop transformations. First partial, then full unrolling.
/llvm-project-15.0.7/mlir/utils/clang-tidy/
H A DREADME.md1 ### Apply clang-tidy fixes on the repo
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dwaitcnt-preexisting.mir98 # 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 DLibcMemoryGoogleBenchmarkMain.cpp87 BENCHMARK(BM_NAME)->Apply([](benchmark::internal::Benchmark *benchmark) { \

123