Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/unittests/tweaks/
H A DAddUsingTests.cpp102 TEST_F(AddUsingTest, Apply) { in TEST_F() argument
/llvm-project/lldb/source/Core/
H A DHighlighter.cpp19 void HighlightStyle::ColorStyle::Apply(Stream &s, llvm::StringRef value) const { in Apply() function in HighlightStyle::ColorStyle
/llvm-project/libcxx/test/libcxx/utilities/meta/stress_tests/
H A Dstress_test_variant_overloads_impl.sh.cpp71 using Apply = AllOverloads<Overload<Types, _Idx>...>; typedef
/llvm-project/mlir/include/mlir/Debug/
H A DExecutionContext.h68 enum Control { Apply = 1, Skip = 2, Step = 3, Next = 4, Finish = 5 }; enumerator
/llvm-project/libcxx/test/support/
H A Dpropagate_value_category.hpp113 using Apply = ApplyReferenceQuals<ApplyCVQuals<UnCVRef<Tp>>>; typedef
/llvm-project/compiler-rt/lib/xray/tests/unit/
H A Dbuffer_queue_test.cpp109 TEST(BufferQueueTest, Apply) { in TEST() argument
/llvm-project/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cpp160 static void Apply() { in Apply() function
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h822 static uptr Apply(MappingType type) { in Apply() function
890 static bool Apply(uptr mem) { in Apply() function
903 static bool Apply(uptr mem) { in Apply() function
915 static bool Apply(uptr mem) { in Apply() function
927 static uptr Apply(uptr x) { in Apply() function
943 static u32 *Apply(uptr x) { in Apply() function
956 static uptr Apply(uptr sp) { in Apply() function
992 static Result Apply(uptr addr) { in Apply() function
/llvm-project/third-party/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h498 ::testing::Matcher<F> Apply(IndexSequence<tuple_ids...>) const { in Apply() function
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_register.cc329 Benchmark* Benchmark::Apply(void (*custom_arguments)(Benchmark* benchmark)) { in Apply() function in benchmark::internal::Benchmark
/llvm-project/llvm/unittests/ADT/
H A DBitVectorTest.cpp1302 TEST(BitVectoryTest, Apply) { in TEST() argument
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp697 llvm::BitVector Apply(ErrorFixes.size(), true); removeIncompatibleErrors() local
/llvm-project/clang-tools-extra/clangd/
H A DConfigCompile.cpp78 Apply; global() member
[all...]
/llvm-project/flang/lib/Parser/
H A Dpreprocessor.cpp179 TokenSequence Definition::Apply( Apply() function in Fortran::parser::Definition
/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1167 auto Apply = [&](CallSiteInfo &CSInfo) { applySingleImplDevirt() local
1452 auto Apply = [&](CallSiteInfo &CSInfo) { applyICallBranchFunnel() local
/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp921 std::function<void(LiveInterval::SubRange &)> Apply, in refineSubRanges() argument
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h850 Apply(SExpr *F, SExpr *A) : SExpr(COP_Apply), Fun(F), Arg(A) {} in Apply() function
851 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor in Apply() function
/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1184 for (const auto &Apply : ApplyPats) { checkSemantics() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp2455 ApplyRegBankMapping Apply(B, *this, MRI, &AMDGPU::VGPRRegBank); applyMappingImpl() local
/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4974 QualType Apply(TypeLoc TL) { Apply() function in __anon3c3fec231411::SubstituteDeducedTypeTransform
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp282 constexpr int Apply(int (*F)(int), int n) { return F(n); } // expected-note {{'F' evaluates to a null function pointer}} Apply() function