Home
last modified time | relevance | path

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

/freebsd/contrib/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
/freebsd/contrib/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
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h498 ::testing::Matcher<F> Apply(IndexSequence<tuple_ids...>) const { in Apply() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1204 for (const auto &Apply : ApplyPats) { in checkSemantics() local
2826 for (const auto &Apply : ApplyCode) { in emitRunCustomAction() local
2840 for (const auto &Apply : ApplyCode) { in emitRunCustomAction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1174 auto Apply = [&](CallSiteInfo &CSInfo) { in applySingleImplDevirt() local
1460 auto Apply = [&](CallSiteInfo &CSInfo) { in applyICallBranchFunnel() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp921 std::function<void(LiveInterval::SubRange &)> Apply, in refineSubRanges()
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp2455 ApplyRegBankMapping Apply(B, *this, MRI, &AMDGPU::VGPRRegBank); in applyMappingImpl() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4843 QualType Apply(TypeLoc TL) { in Apply() function in __anon0242cb981311::SubstituteDeducedTypeTransform
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc7533 TEST(FlatTuple, Apply) { in TEST() argument