Home
last modified time | relevance | path

Searched defs:Apply (Results 1 – 11 of 11) 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.h717 static uptr Apply(MappingType type) { Apply() function
785 static bool Apply(uptr mem) { Apply() function
798 static bool Apply(uptr mem) { Apply() function
810 static bool Apply(uptr mem) { Apply() function
822 static uptr Apply(uptr x) { Apply() function
838 static u32 *Apply(uptr x) { Apply() function
851 static uptr Apply(uptr sp) { Apply() function
887 static Result Apply(uptr addr) { Apply() function
[all...]
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h498 ::testing::Matcher<F> Apply(std::index_sequence<tuple_ids...>) const { in Apply() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelCombinerEmitter.cpp1184 for (const auto &Apply : ApplyPats) { in checkSemantics() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1167 auto Apply = [&](CallSiteInfo &CSInfo) { in applySingleImplDevirt() local
1452 auto Apply = [&](CallSiteInfo &CSInfo) { in applyICallBranchFunnel() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp918 refineSubRanges(BumpPtrAllocator & Allocator,LaneBitmask LaneMask,std::function<void (LiveInterval::SubRange &)> Apply,const SlotIndexes & Indexes,const TargetRegisterInfo & TRI,unsigned ComposeSubRegIdx) refineSubRanges() argument
/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.cpp2454 ApplyRegBankMapping Apply(B, *this, MRI, &AMDGPU::VGPRRegBank); in applyMappingImpl() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4974 QualType Apply(TypeLoc TL) { in Apply() function in __anonc4c693d01411::SubstituteDeducedTypeTransform
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc7525 TEST(FlatTuple, Apply) { in TEST() argument