Home
last modified time | relevance | path

Searched refs:widen (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysis.h141 -> decltype(Current.widen(Prev)) {
142 return Current.widen(Prev);
H A DDataflowEnvironment.h141 virtual std::optional<WidenResult> widen(QualType Type, Value &Prev, in widen() function
280 LatticeEffect widen(const Environment &PrevEnv,
/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h536 _CharT __c = __os.widen(__cn);
598 *__p = __os.widen(*__strn);
724 __os.put(__os.widen('\n')); in endl()
796 …< __x.template to_string<_CharT, _Traits>(std::use_facet<ctype<_CharT> >(__os.getloc()).widen('0'),
797 … std::use_facet<ctype<_CharT> >(__os.getloc()).widen('1'));
/freebsd/contrib/llvm-project/libcxx/include/
H A Dios154 char_type widen(char c) const;
607 _LIBCPP_HIDE_FROM_ABI char_type widen(char __c) const;
688 inline _LIBCPP_HIDE_FROM_ABI _CharT basic_ios<_CharT, _Traits>::widen(char __c) const {
689 return std::use_facet<ctype<char_type> >(getloc()).widen(__c);
695 __fill_ = widen(' ');
702 __fill_ = widen(' ');
H A Dlocale445 use_facet<ctype<_Tp> >(__loc).widen(__src, __src + __int_chr_cnt, __atoms);
461 std::use_facet<ctype<_CharT> >(__loc).widen(__src, __src + __int_chr_cnt, __atoms);
472 std::use_facet<ctype<_CharT> >(__loc).widen(__src, __src + __fp_chr_cnt, __atoms);
1030 .widen(__num_get_base::__src, __num_get_base::__src + __num_get_base::__int_chr_cnt, __atoms);
1086 __ct.widen(__nb, __ne, __ob);
1092 *__oe++ = __ct.widen(*__nf++);
1094 *__oe++ = __ct.widen(*__nf++);
1095 *__oe++ = __ct.widen(*__nf++);
1108 *__oe++ = __ct.widen(*__p);
1128 *__oe++ = __ct.widen(*__nf++);
[all …]
H A Distream269 return get(__s, __n, this->widen('\n'));
275 return get(__sb, this->widen('\n'));
281 return getline(__s, __n, this->widen('\n'));
1297 return std::getline(__is, __str, __is.widen('\n'));
1309 return std::getline(__is, __str, __is.widen('\n'));
1324 _CharT __zero = __ct.widen('0');
1325 _CharT __one = __ct.widen('1');
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dbernoulli_distribution.h99 _CharT __sp = __os.widen(' ');
H A Dweibull_distribution.h105 _CharT __sp = __os.widen(' '); in max()
H A Dcauchy_distribution.h112 _CharT __sp = __os.widen(' ');
H A Dextreme_value_distribution.h112 _CharT __sp = __os.widen(' ');
H A Dfisher_f_distribution.h111 _CharT __sp = __os.widen(' ');
H A Duniform_real_distribution.h112 _CharT __sp = __os.widen(' ');
H A Dnegative_binomial_distribution.h131 _CharT __sp = __os.widen(' ');
H A Dbinomial_distribution.h172 _CharT __sp = __os.widen(' '); in operator()
H A Dgamma_distribution.h154 _CharT __sp = __os.widen(' '); in operator()
H A Dnormal_distribution.h140 _CharT __sp = __os.widen(' '); in operator()
H A Ddiscard_block_engine.h147 _CharT __sp = __os.widen(' ');
H A Ddiscrete_distribution.h183 _CharT __sp = __os.widen(' '); in __init()
H A Dshuffle_order_engine.h197 _CharT __sp = __os.widen(' ');
H A Duniform_int_distribution.h238 _CharT __sp = __os.widen(' '); in operator()
H A Dpiecewise_constant_distribution.h252 _CharT __sp = __os.widen(' '); in param_type()
H A Dpiecewise_linear_distribution.h265 _CharT __sp = __os.widen(' '); in param_type()
/freebsd/contrib/diff/lib/
H A Dstrftime.c189 # define widen(os, ws, l) \ macro
1230 widen (zone, wczone, len);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1248 static const WidenedIntrinsic *widen(StringRef Name);
1472 const KnownIntrinsic::WidenedIntrinsic *KnownIntrinsic::widen(StringRef Name) { in widen() function in KnownIntrinsic
1505 const auto *Widened = KnownIntrinsic::widen(Fn->getName()); in maybeHandleKnownCallBase()
1519 const auto *Widened = KnownIntrinsic::widen(Name); in maybeHandleKnownCallBase()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp196 if (auto Result = Model.widen(Type, Prev, PrevEnv, Current, CurrentEnv)) in widenDistinctValues()
723 LatticeEffect Environment::widen(const Environment &PrevEnv, in widen() function in clang::dataflow::Environment

12