Home
last modified time | relevance | path

Searched defs:Apply (Results 1 – 12 of 12) 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.h852 static uptr Apply(MappingType type) { in Apply() function
920 static bool Apply(uptr mem) { in Apply() function
933 static bool Apply(uptr mem) { in Apply() function
945 static bool Apply(uptr mem) { in Apply() function
957 static uptr Apply(uptr x) { in Apply() function
973 static u32 *Apply(uptr x) { in Apply() function
986 static uptr Apply(uptr sp) { in Apply() function
1022 static Result Apply(uptr addr) { in Apply() function
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h507 ::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.cpp1272 for (const auto &Apply : ApplyPats) { in checkSemantics() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h985 ApplyDebugLocation Apply; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1198 auto Apply = [&](CallSiteInfo &CSInfo) { in applySingleImplDevirt() local
1507 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.h851 Apply(SExpr *F, SExpr *A) : SExpr(COP_Apply), Fun(F), Arg(A) {} in Apply() function
852 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor in Apply() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp2506 ApplyRegBankMapping Apply(B, *this, MRI, &AMDGPU::VGPRRegBank); in applyMappingImpl() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5088 QualType Apply(TypeLoc TL) { in Apply() function in __anonc4c693d01611::SubstituteDeducedTypeTransform
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc7573 TEST(FlatTuple, Apply) { in TEST() argument