/llvm-project/clang-tools-extra/clangd/unittests/tweaks/ |
H A D | AddUsingTests.cpp | 102 TEST_F(AddUsingTest, Apply) { in TEST_F() argument
|
/llvm-project/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
|
/llvm-project/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
|
/llvm-project/mlir/include/mlir/Debug/ |
H A D | ExecutionContext.h | 68 enum Control { Apply = 1, Skip = 2, Step = 3, Next = 4, Finish = 5 }; enumerator
|
/llvm-project/libcxx/test/support/ |
H A D | propagate_value_category.hpp | 113 using Apply = ApplyReferenceQuals<ApplyCVQuals<UnCVRef<Tp>>>; typedef
|
/llvm-project/compiler-rt/lib/xray/tests/unit/ |
H A D | buffer_queue_test.cpp | 109 TEST(BufferQueueTest, Apply) { in TEST() argument
|
/llvm-project/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_shadow_test.cpp | 160 static void Apply() { in Apply() function
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_platform.h | 822 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 D | gmock-matchers.h | 498 ::testing::Matcher<F> Apply(IndexSequence<tuple_ids...>) const { in Apply() function
|
/llvm-project/third-party/benchmark/src/ |
H A D | benchmark_register.cc | 329 Benchmark* Benchmark::Apply(void (*custom_arguments)(Benchmark* benchmark)) { in Apply() function in benchmark::internal::Benchmark
|
/llvm-project/llvm/unittests/ADT/ |
H A D | BitVectorTest.cpp | 1302 TEST(BitVectoryTest, Apply) { in TEST() argument
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidyDiagnosticConsumer.cpp | 697 llvm::BitVector Apply(ErrorFixes.size(), true); removeIncompatibleErrors() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | ConfigCompile.cpp | 78 Apply; global() member [all...] |
/llvm-project/flang/lib/Parser/ |
H A D | preprocessor.cpp | 179 TokenSequence Definition::Apply( Apply() function in Fortran::parser::Definition
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 1167 auto Apply = [&](CallSiteInfo &CSInfo) { applySingleImplDevirt() local 1452 auto Apply = [&](CallSiteInfo &CSInfo) { applyICallBranchFunnel() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveInterval.cpp | 921 std::function<void(LiveInterval::SubRange &)> Apply, in refineSubRanges() argument
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 850 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 D | GlobalISelCombinerEmitter.cpp | 1184 for (const auto &Apply : ApplyPats) { checkSemantics() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 2455 ApplyRegBankMapping Apply(B, *this, MRI, &AMDGPU::VGPRRegBank); applyMappingImpl() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 4974 QualType Apply(TypeLoc TL) { Apply() function in __anon3c3fec231411::SubstituteDeducedTypeTransform
|
/llvm-project/clang/test/SemaCXX/ |
H A D | constant-expression-cxx11.cpp | 282 constexpr int Apply(int (*F)(int), int n) { return F(n); } // expected-note {{'F' evaluates to a null function pointer}} Apply() function
|