/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysis.h | 141 -> decltype(Current.widen(Prev)) { 142 return Current.widen(Prev);
|
H A D | DataflowEnvironment.h | 141 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 D | basic_ostream.h | 536 _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 D | ios | 154 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 D | locale | 445 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 D | istream | 269 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 D | bernoulli_distribution.h | 99 _CharT __sp = __os.widen(' ');
|
H A D | weibull_distribution.h | 105 _CharT __sp = __os.widen(' '); in max()
|
H A D | cauchy_distribution.h | 112 _CharT __sp = __os.widen(' ');
|
H A D | extreme_value_distribution.h | 112 _CharT __sp = __os.widen(' ');
|
H A D | fisher_f_distribution.h | 111 _CharT __sp = __os.widen(' ');
|
H A D | uniform_real_distribution.h | 112 _CharT __sp = __os.widen(' ');
|
H A D | negative_binomial_distribution.h | 131 _CharT __sp = __os.widen(' ');
|
H A D | binomial_distribution.h | 172 _CharT __sp = __os.widen(' '); in operator()
|
H A D | gamma_distribution.h | 154 _CharT __sp = __os.widen(' '); in operator()
|
H A D | normal_distribution.h | 140 _CharT __sp = __os.widen(' '); in operator()
|
H A D | discard_block_engine.h | 147 _CharT __sp = __os.widen(' ');
|
H A D | discrete_distribution.h | 183 _CharT __sp = __os.widen(' '); in __init()
|
H A D | shuffle_order_engine.h | 197 _CharT __sp = __os.widen(' ');
|
H A D | uniform_int_distribution.h | 238 _CharT __sp = __os.widen(' '); in operator()
|
H A D | piecewise_constant_distribution.h | 252 _CharT __sp = __os.widen(' '); in param_type()
|
H A D | piecewise_linear_distribution.h | 265 _CharT __sp = __os.widen(' '); in param_type()
|
/freebsd/contrib/diff/lib/ |
H A D | strftime.c | 189 # define widen(os, ws, l) \ macro 1230 widen (zone, wczone, len);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | NumericalStabilitySanitizer.cpp | 1248 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 D | DataflowEnvironment.cpp | 196 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
|