/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | StdSymbolMap.inc | 14 SYMBOL(Common, std::, <concepts>) 25 SYMBOL(FILE, std::, <cstdio>) 46 SYMBOL(acos, std::, <cmath>) 47 SYMBOL(acosh, std::, <cmath>) 81 SYMBOL(any, std::, <any>) 88 SYMBOL(asin, std::, <cmath>) 92 SYMBOL(atan, std::, <cmath>) 190 SYMBOL(ceil2, std::, <bit>) 253 SYMBOL(dec, std::, <ios>) 436 SYMBOL(hex, std::, <ios>) [all …]
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/ |
H A D | wchar.h | 38 using std::wint_t; 40 using std::btowc; 41 using std::wctob; 42 using std::fgetwc; 43 using std::fgetwc; 44 using std::fgetws; 45 using std::fputwc; 46 using std::fputws; 47 using std::fwide; 60 using std::getwc; [all …]
|
H A D | stdio.h | 35 using std::FILE; 44 using std::fopen; 51 using std::scanf; 62 using std::fgetc; 63 using std::fgets; 64 using std::fputc; 66 using std::getc; 68 using std::gets; 69 using std::putc; 71 using std::puts; [all …]
|
H A D | math.h | 35 using std::abs; 36 using std::acos; 37 using std::asin; 38 using std::atan; 40 using std::cos; 41 using std::sin; 42 using std::tan; 43 using std::cosh; 46 using std::exp; 49 using std::log; [all …]
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/ |
H A D | wchar.h | 38 using std::wint_t; 40 using std::btowc; 41 using std::wctob; 42 using std::fgetwc; 43 using std::fgetwc; 44 using std::fgetws; 45 using std::fputwc; 46 using std::fputws; 47 using std::fwide; 66 using std::getwc; [all …]
|
H A D | stdio.h | 35 using std::FILE; 44 using std::fopen; 51 using std::scanf; 62 using std::fgetc; 63 using std::fgets; 64 using std::fputc; 66 using std::getc; 68 using std::gets; 69 using std::putc; 71 using std::puts; [all …]
|
H A D | math.h | 35 using std::abs; 36 using std::acos; 37 using std::asin; 38 using std::atan; 40 using std::cos; 41 using std::sin; 42 using std::tan; 43 using std::cosh; 46 using std::exp; 49 using std::log; [all …]
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
H A D | ctype_scan_char.cc | 36 typedef std::char_traits<char_type> traits_type; 37 class gnu_ctype: public std::ctype<char_type> { }; 70 VERIFY_SCAN_IS (std::ctype_base::alnum, ca, ca); in test01() 71 VERIFY_SCAN_IS (std::ctype_base::alpha, ca, ca); in test01() 74 VERIFY_SCAN_IS (std::ctype_base::graph, ca, ca); in test01() 75 VERIFY_SCAN_IS (std::ctype_base::lower, ca, ca); in test01() 76 VERIFY_SCAN_IS (std::ctype_base::print, ca, ca); in test01() 95 VERIFY_SCAN_IS (std::ctype_base::alnum, cz, cz); in test01() 96 VERIFY_SCAN_IS (std::ctype_base::alpha, cz, cz); in test01() 99 VERIFY_SCAN_IS (std::ctype_base::graph, cz, cz); in test01() [all …]
|
H A D | ctype_scan_wchar_t.cc | 36 typedef std::char_traits<char_type> traits_type; 37 class gnu_ctype: public std::ctype<char_type> { }; 71 VERIFY_SCAN_IS (std::ctype_base::alnum, ca, ca); in test01() 72 VERIFY_SCAN_IS (std::ctype_base::alpha, ca, ca); in test01() 75 VERIFY_SCAN_IS (std::ctype_base::graph, ca, ca); in test01() 76 VERIFY_SCAN_IS (std::ctype_base::lower, ca, ca); in test01() 77 VERIFY_SCAN_IS (std::ctype_base::print, ca, ca); in test01() 96 VERIFY_SCAN_IS (std::ctype_base::alnum, cz, cz); in test01() 97 VERIFY_SCAN_IS (std::ctype_base::alpha, cz, cz); in test01() 100 VERIFY_SCAN_IS (std::ctype_base::graph, cz, cz); in test01() [all …]
|
H A D | facet.cc | 37 class gnu_codecvt: public std::codecvt<char, char, std::mbstate_t> { }; 168 static std::locale::id id; 171 std::locale::id gnu_facet::id; 176 const std::string name_no("*"); in test01() 177 const std::string name_c("C"); in test01() 209 catch (std::runtime_error& obj) in test01() 214 catch (std::exception& obj) in test01() 230 catch (std::exception& obj) in test01() 238 static std::size_t counter; 248 std::locale::id surf::id; [all …]
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | stdatomic.h | 133 #define _Atomic(_Tp) ::std::atomic<_Tp> 135 using std::memory_order _LIBCPP_USING_IF_EXISTS; 143 using std::atomic_flag _LIBCPP_USING_IF_EXISTS; 145 using std::atomic_bool _LIBCPP_USING_IF_EXISTS; 146 using std::atomic_char _LIBCPP_USING_IF_EXISTS; 147 using std::atomic_schar _LIBCPP_USING_IF_EXISTS; 148 using std::atomic_uchar _LIBCPP_USING_IF_EXISTS; 151 using std::atomic_int _LIBCPP_USING_IF_EXISTS; 152 using std::atomic_uint _LIBCPP_USING_IF_EXISTS; 153 using std::atomic_long _LIBCPP_USING_IF_EXISTS; [all …]
|
/openbsd/gnu/llvm/llvm/tools/bugpoint/ |
H A D | ToolRunner.h | 42 const std::vector<std::string> *CCArgs) in CC() 53 const std::vector<std::string> *Args); 63 const std::string &ProgramFile, const std::vector<std::string> &Args, 66 const std::vector<std::string> &CCArgs = std::vector<std::string>(), 136 const std::string &Bitcode, const std::vector<std::string> &Args, 138 const std::vector<std::string> &CCArgs = std::vector<std::string>(), 139 const std::vector<std::string> &SharedLibs = std::vector<std::string>(), 153 LLC(const std::string &llcPath, CC *cc, const std::vector<std::string> *Args, in LLC() 170 const std::string &Bitcode, const std::vector<std::string> &Args, 172 const std::vector<std::string> &CCArgs = std::vector<std::string>(), [all …]
|
H A D | ToolRunner.cpp | 148 LLI(const std::string &Path, const std::vector<std::string> *Args) in LLI() 157 const std::string &Bitcode, const std::vector<std::string> &Args, 160 const std::vector<std::string> &SharedLibs = std::vector<std::string>(), 255 const std::vector<std::string> &CCArgs = std::vector<std::string>(), in ExecuteProgram() 256 const std::vector<std::string> &SharedLibs = std::vector<std::string>(), in ExecuteProgram() 305 const std::vector<std::string> &SharedLibs = std::vector<std::string>(), 311 const std::string &Bitcode, const std::vector<std::string> &Args, in ExecuteProgram() 406 std::vector<std::string> Args; in createCustomCompiler() 422 std::vector<std::string> Args; in createCustomExecutor() 547 const std::vector<std::string> &CCArgs = std::vector<std::string>(), [all …]
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/backward/ |
H A D | algo.h | 70 using std::find; 71 using std::find_if; 73 using std::count; 75 using std::search; 79 using std::replace; 85 using std::remove; 89 using std::unique; 91 using std::reverse; 93 using std::rotate; 98 using std::sort; [all …]
|
/openbsd/gnu/gcc/libstdc++-v3/include/backward/ |
H A D | algo.h | 70 using std::find; 71 using std::find_if; 73 using std::count; 75 using std::search; 79 using std::replace; 85 using std::remove; 89 using std::unique; 91 using std::reverse; 93 using std::rotate; 98 using std::sort; [all …]
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
H A D | ios_manip_basefield.cc | 59 oss << std::oct << std::showbase; in test01() 65 oss << ":" << std::setw(11) << std::left; in test01() 68 oss << ":" << std::setw(11) << std::right; in test01() 71 oss << ":" << std::setw(11) << std::internal; in test01() 77 oss << ":" << std::setw(11) << std::left; in test01() 80 oss << ":" << std::setw(11) << std::right; in test01() 87 oss << std::hex << std::setfill('0'); in test01() 93 oss << "|" << std::setw(16) << std::left; in test01() 96 oss << "|" << std::setw(16) << std::right; in test01() 117 o << std::setw(6) << std::right << "san"; in test02() [all …]
|
H A D | ios_manip_fmtflags.cc | 65 oss << ":" << std::setw(6) << std::internal << true << ":" << std::endl; in test01() 66 oss << ":" << std::setw(6) << std::left << true << ":" << std::endl; in test01() 67 oss << ":" << std::setw(6) << std::right << false << ":" << std::endl; in test01() 69 oss << ":" << std::setw(3) << std::internal << true << ":" << std::endl; in test01() 70 oss << ":" << std::setw(3) << std::left << true << ":" << std::endl; in test01() 71 oss << ":" << std::setw(3) << std::right << false << ":" << std::endl; in test01() 73 std::locale loc = std::locale (std::locale::classic(), new MyNP); in test01() 79 oss << ":" << std::setw(6) << std::internal << true << ":" << std::endl; in test01() 80 oss << ":" << std::setw(6) << std::left << true << ":" << std::endl; in test01() 81 oss << ":" << std::setw(6) << std::right << false << ":" << std::endl; in test01() [all …]
|
/openbsd/gnu/llvm/llvm/tools/llvm-xray/ |
H A D | xray-color-helper.cpp | 26 std::make_tuple(255, 255, 255), std::make_tuple(240, 240, 240), 29 std::make_tuple(82, 82, 82), std::make_tuple(37, 37, 37), 34 std::make_tuple(252, 141, 89), std::make_tuple(239, 101, 72), 35 std::make_tuple(215, 48, 31), std::make_tuple(179, 0, 0), 41 std::make_tuple(5, 112, 176), std::make_tuple(4, 90, 141), 47 std::make_tuple(255, 255, 255), std::make_tuple(0, 0, 0)}, 75 std::make_tuple(255, 0, 0), std::make_tuple(0, 255, 0)}}; 129 double X = C * (1 - std::abs(std::fmod(HPrime, 2.0) - 1)); in convertToRGB() 175 double S = std::get<1>(C0) + T * (std::get<1>(C1) - std::get<1>(C0)); in interpolateHSV() 176 double V = std::get<2>(C0) + T * (std::get<2>(C1) - std::get<2>(C0)); in interpolateHSV() [all …]
|
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | math.h | 41 using std::tr1::acos; 43 using std::tr1::asin; 45 using std::tr1::atan; 51 using std::tr1::cos; 53 using std::tr1::erf; 55 using std::tr1::exp; 61 using std::tr1::fma; 72 using std::tr1::log; 82 using std::tr1::pow; 89 using std::tr1::sin; [all …]
|
H A D | functional_hash.h | 41 namespace std 53 : public std::unary_function<_Tp, std::size_t> \ 78 : public std::unary_function<_Tp*, std::size_t> 89 template<std::size_t = sizeof(std::size_t)> 140 : public std::unary_function<std::string, std::size_t> 150 : public std::unary_function<std::wstring, std::size_t> 163 : public std::unary_function<float, std::size_t> 180 : public std::unary_function<double, std::size_t> 211 std::numeric_limits<std::size_t>::max() + 1.0l; 216 const std::size_t __hibits = (std::size_t)__ldval; [all …]
|
/openbsd/gnu/llvm/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 30 namespace std { 76 if (std::isinf(__c.real()) || std::isinf(__c.imag())) in proj() 121 __DEVICE__ std::complex<_Tp> sqrt(const std::complex<_Tp> &__x) { in sqrt() 126 return std::complex<_Tp>(__x.real(), std::isnan(__x.imag()) in sqrt() 138 __DEVICE__ std::complex<_Tp> exp(const std::complex<_Tp> &__x) { in exp() 158 std::complex<_Tp> pow(const std::complex<_Tp> &__x, in pow() 174 __DEVICE__ std::complex<_Tp> asinh(const std::complex<_Tp> &__x) { in asinh() 202 __DEVICE__ std::complex<_Tp> acosh(const std::complex<_Tp> &__x) { in acosh() 266 if (std::isinf(__x.real()) && !std::isfinite(__x.imag())) in sinh() 280 if (std::isinf(__x.real()) && !std::isfinite(__x.imag())) in cosh() [all …]
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | CodeGenOptions.h | 203 std::map<std::string, std::string> DebugPrefixMap; 204 std::map<std::string, std::string> CoveragePrefixMap; 261 std::vector<std::string> DependentLibraries; 264 std::vector<std::string> LinkerOptions; 301 std::vector<std::string> OffloadObjects; 366 std::vector<std::string> RewriteMapFiles; 379 std::vector<std::string> NoBuiltinFuncs; 381 std::vector<std::string> Reciprocals; 391 std::vector<std::string> DefaultFunctionAttrs; 394 std::vector<std::string> PassPlugins; [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Errc.h | 38 bad_address = int(std::errc::bad_address), 40 broken_pipe = int(std::errc::broken_pipe), 44 file_exists = int(std::errc::file_exists), 45 file_too_large = int(std::errc::file_too_large), 51 interrupted = int(std::errc::interrupted), 53 invalid_seek = int(std::errc::invalid_seek), 54 io_error = int(std::errc::io_error), 65 not_supported = int(std::errc::not_supported), 78 inline std::error_code make_error_code(errc E) { in make_error_code() 79 return std::error_code(static_cast<int>(E), std::generic_category()); in make_error_code() [all …]
|
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter2/ |
H A D | toy.cpp | 118 : Op(Op), LHS(std::move(LHS)), RHS(std::move(RHS)) {} in BinaryExprAST() 124 std::vector<std::unique_ptr<ExprAST>> Args; 128 std::vector<std::unique_ptr<ExprAST>> Args) in CallExprAST() 137 std::vector<std::string> Args; 140 PrototypeAST(const std::string &Name, std::vector<std::string> Args) in PrototypeAST() 154 : Proto(std::move(Proto)), Body(std::move(Body)) {} in FunctionAST() 230 std::vector<std::unique_ptr<ExprAST>> Args; in ParseIdentifierExpr() 303 std::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS)); in ParseBinOpRHS() 330 std::vector<std::string> ArgNames; in ParsePrototype() 350 return std::make_unique<FunctionAST>(std::move(Proto), std::move(E)); in ParseDefinition() [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerIO.h | 23 std::string FileToString(const std::string &Path); 29 void WriteToFile(const std::string &Data, const std::string &Path); 33 void AppendToFile(const std::string &Data, const std::string &Path); 37 std::vector<std::string> *VPaths = 0); 40 std::string DirPlusFile(const std::string &DirPath, 44 std::string DirName(const std::string &FileName); 47 std::string TmpDir(); 73 std::vector<std::string> *V, bool TopDir); 87 std::string File; 97 std::string Basename(const std::string &Path); [all …]
|