Searched refs:Apply (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp18 void HighlightStyle::ColorStyle::Apply(Stream &s, llvm::StringRef value) const { function in class:HighlightStyle::ColorStyle
47 options.selected.Apply(s, line.substr(column, 1));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h43 void Apply(Stream &s, llvm::StringRef value) const;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc104 // Apply the signbit to the absolute value.
H A Dfp_trunc_impl.inc129 // Apply the signbit to the absolute value.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp235 options.selected.Apply(storage, tok_str);
243 color.Apply(result, to_print);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h216 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) {
682 void printApply(const Apply *E, StreamType &SS, bool sugared = false) {
685 printApply(cast<Apply>(F), SS, true);
734 self()->printApply(cast<Apply>(T), SS, true);
H A DThreadSafetyTIL.h832 /// Apply an argument to a function.
837 class Apply : public SExpr { class in namespace:clang::threadSafety
839 Apply(SExpr *F, SExpr *A) : SExpr(COP_Apply), Fun(F), Arg(A) {} function in class:clang::threadSafety::Apply
840 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor function in class:clang::threadSafety::Apply
859 typename C::CType compare(const Apply* E, C& Cmp) const {
871 /// Apply a self-argument to a self-applicable function.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp566 // Apply the summary resolution for Slot to all virtual calls in SlotInfo.
885 auto Apply = [&](CallSiteInfo &CSInfo) { local
900 Apply(SlotInfo.CSInfo);
902 Apply(P.second);
1103 auto Apply = [&](CallSiteInfo &CSInfo) { local
1171 Apply(SlotInfo.CSInfo);
1173 Apply(P.second);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp932 std::function<void(LiveInterval::SubRange &)> Apply,
959 Apply(*MatchingRange);
965 Apply(*NewRange);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp395 E = new (Arena) til::Apply(E, A);
892 til::SExpr *Ap = new (Arena) til::Apply(Dr, Sf);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3538 /// Apply the deduction rules for overload sets.
4428 QualType Apply(TypeLoc TL) {
4548 Result = SubstituteDeducedTypeTransform(*this, DependentResult).Apply(Type);
4583 Result = SubstituteDeducedTypeTransform(*this, Deduced).Apply(Type);
4610 .Apply(Type);
4626 SubstituteDeducedTypeTransform(*this, DependentResult).Apply(Type);
4701 Result = SubstituteDeducedTypeTransform(*this, DeducedType).Apply(Type);
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-sf.S471 @ Apply exponent bias, check for under/overflow.
625 @ Apply exponent bias accordingly.
H A Dieee754-df.S872 @ Apply exponent bias accordingly.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h864 std::function<void(LiveInterval::SubRange &)> Apply,
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec636 - Apply Andrew Bartlett's patch for letting pam_authenticate() know which

Completed in 157 milliseconds