| /freebsd-13.1/contrib/llvm-project/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 …]
|
| H A D | BugDriver.h | 53 std::vector<std::string> PassesToRun; 78 bool addSources(const std::vector<std::string> &FileNames); 79 void addPass(std::string p) { PassesToRun.push_back(std::move(p)); } in addPass() 80 void setPassesToRun(const std::vector<std::string> &PTR) { in setPassesToRun() 83 const std::vector<std::string> &getPassesToRun() const { return PassesToRun; } in getPassesToRun() 119 Expected<std::string> compileSharedObject(const std::string &BitcodeFile); 133 std::unique_ptr<Module> swapProgramIn(std::unique_ptr<Module> M); 163 Expected<std::string> 199 std::unique_ptr<Module> performFinalCleanups(std::unique_ptr<Module> M, 251 Error runManyPasses(const std::vector<std::string> &AllPasses); [all …]
|
| /freebsd-13.1/contrib/llvm-project/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), 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)}}; 114 double n = std::max(std::min(B, 1.0), 0.0); in unitIntervalTo8BitChar() 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 …]
|
| /freebsd-13.1/sys/crypto/openssl/powerpc64/ |
| H A D | ppc-mont.S | 25 std 20,-96(12) 26 std 21,-88(12) 27 std 22,-80(12) 28 std 23,-72(12) 29 std 24,-64(12) 30 std 25,-56(12) 31 std 26,-48(12) 32 std 27,-40(12) 33 std 28,-32(12) 36 std 31,-8(12) [all …]
|
| H A D | keccak1600-ppc64.S | 17 std 11,96(1) 19 std 16,104(1) 21 std 21,112(1) 23 std 26,120(1) 133 std 3,80(1) 215 std 3,48(1) 250 std 7,0(3) 251 std 8,8(3) 252 std 9,16(3) 256 std 6,48(3) [all …]
|
| /freebsd-13.1/sys/crypto/openssl/powerpc64le/ |
| H A D | ppc-mont.S | 25 std 20,-96(12) 26 std 21,-88(12) 27 std 22,-80(12) 28 std 23,-72(12) 29 std 24,-64(12) 30 std 25,-56(12) 31 std 26,-48(12) 32 std 27,-40(12) 33 std 28,-32(12) 36 std 31,-8(12) [all …]
|
| H A D | keccak1600-ppc64.S | 17 std 11,96(1) 19 std 16,104(1) 21 std 21,112(1) 23 std 26,120(1) 133 std 3,80(1) 215 std 3,48(1) 250 std 7,0(3) 251 std 8,8(3) 252 std 9,16(3) 256 std 6,48(3) [all …]
|
| /freebsd-13.1/contrib/llvm-project/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 …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.h | 171 std::map<std::string, std::string> DebugPrefixMap; 172 std::map<std::string, std::string> CoveragePrefixMap; 226 std::vector<std::string> DependentLibraries; 229 std::vector<std::string> LinkerOptions; 327 std::vector<std::string> RewriteMapFiles; 340 std::vector<std::string> NoBuiltinFuncs; 342 std::vector<std::string> Reciprocals; 352 std::vector<std::string> DefaultFunctionAttrs; 355 std::vector<std::string> PassPlugins; 360 std::vector<std::string> SanitizeCoverageAllowlistFiles; [all …]
|
| /freebsd-13.1/contrib/llvm-project/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 …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 287 typedef std::shared_ptr<lldb_private::ABI> ABISP; 288 typedef std::shared_ptr<lldb_private::Baton> BatonSP; 289 typedef std::shared_ptr<lldb_private::Block> BlockSP; 316 typedef std::shared_ptr<lldb_private::Event> EventSP; 323 typedef std::unique_ptr<lldb_private::File> FileUP; 324 typedef std::shared_ptr<lldb_private::File> FileSP; 347 typedef std::weak_ptr<lldb_private::Module> ModuleWP; 387 typedef std::weak_ptr<lldb_private::Queue> QueueWP; 389 typedef std::shared_ptr<lldb_private::REPL> REPLSP; 447 typedef std::shared_ptr<lldb_private::Type> TypeSP; [all …]
|
| /freebsd-13.1/contrib/libucl/include/ |
| H A D | ucl++.h | 461 static Ucl parse (const std::string &in, const std::map<std::string, std::string> &vars, 464 std::vector< std::tuple< std::string, macro_handler_s, void * > > emptyVector; 477 static Ucl parse (const std::string &in, const std::map<std::string, std::string> &vars, 568 static Ucl parse (const char *in, const std::map<std::string, std::string> &vars, std::string &err) in parse() 624 …static Ucl parse_from_file (const std::string &filename, const std::map<std::string, std::string> … in parse_from_file() 653 static std::vector<std::string> find_variable (const std::string &in) in find_variable() 657 std::set<std::string> vars; in find_variable() 662 std::vector<std::string> result; in find_variable() 670 return std::vector<std::string>(); in find_variable() 679 std::set<std::string> vars; in find_variable_from_file() [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIO.h | 18 long GetEpoch(const std::string &Path); 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); 40 std::string DirPlusFile(const std::string &DirPath, 44 std::string DirName(const std::string &FileName); 47 std::string TmpDir(); 83 std::string File; 93 std::string Basename(const std::string &Path); 102 void RenameFile(const std::string &OldPath, const std::string &NewPath); [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/ |
| H A D | RenamingAction.h | 32 RenamingAction(const std::vector<std::string> &NewNames, 33 const std::vector<std::string> &PrevNames, 34 const std::vector<std::vector<std::string>> &USRList, 43 const std::vector<std::string> &NewNames, &PrevNames; 44 const std::vector<std::vector<std::string>> &USRList; 45 std::map<std::string, tooling::Replacements> &FileToReplaces; 102 const std::vector<std::string> &NewNames, in QualifiedRenamingAction() 103 const std::vector<std::vector<std::string>> &USRList, in QualifiedRenamingAction() 111 const std::vector<std::string> &NewNames; 114 const std::vector<std::vector<std::string>> &USRList; [all …]
|
| /freebsd-13.1/contrib/atf/atf-c++/ |
| H A D | tests.hpp | 43 std::ostream& m_os; 48 atf_tp_writer(std::ostream&); 50 void start_tc(const std::string&); 52 void tc_meta_data(const std::string&, const std::string&); 55 bool match(const std::string&, const std::string&); 63 typedef std::map< std::string, std::string > vars_map; 76 std::unique_ptr< tc_impl > pimpl; 93 const std::string get_config_var(const std::string&) const; 94 const std::string get_config_var(const std::string&, const std::string&) 96 const std::string get_md_var(const std::string&) const; [all …]
|
| /freebsd-13.1/usr.bin/dtc/ |
| H A D | fdt.hh | 84 typedef std::unordered_set<std::string> string_set; 416 std::unordered_set<std::string> labels; 502 std::unordered_set<std::string> deleted_children; 506 std::unordered_set<std::string> deleted_props; 533 std::unordered_set<std::string> &&l, 630 std::unordered_set<std::string> &&label=std::unordered_set<std::string>(), 712 class node_path : public std::vector<std::pair<std::string,std::string>> 766 std::unordered_map<std::string, node*> node_names; 778 std::vector<std::pair<std::string, node_path>> ordered_node_paths; 816 std::unordered_set<std::string> phandle_targets; [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfReader.h | 267 : Buffer(std::move(B)), Remappings(std::move(SRR)), Reader(R) { in SampleProfileReaderItaniumRemapper() 371 std::error_code read() { in read() 407 std::string FGUID; in getOrCreateSamplesFor() 415 std::string FGUID; in getSamplesFor() 613 std::error_code readSummary(); 631 std::error_code readSummaryEntry(std::vector<ProfileSummaryEntry> &Entries); 717 std::unique_ptr<std::vector<std::string>> MD5StringBuf; 754 virtual std::error_code 771 std::vector<std::string> NameTable; 838 std::error_code skipNextWord(); [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 172 using FileContentMappings = std::vector<std::pair<std::string, std::string>>; 189 const std::vector<std::string> &Args, const Twine &FileName = "input.cc", 199 const std::vector<std::string> &Args, const Twine &FileName = "input.cc", 231 StringRef Code, const std::vector<std::string> &Args, 253 ToolInvocation(std::vector<std::string> CommandLine, 265 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action, 287 std::vector<std::string> CommandLine; 356 int buildASTs(std::vector<std::unique_ptr<ASTUnit>> &ASTs); 376 std::vector<std::string> SourcePaths; 384 std::vector<std::pair<StringRef, StringRef>> MappedFileContents; [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | Symbolize.h | 47 std::string DefaultArch; 48 std::vector<std::string> DsymHints; 50 std::string DWPName; 51 std::vector<std::string> DebugFileDirectory; 75 Expected<std::vector<DILocal>> 77 Expected<std::vector<DILocal>> 82 static std::string 139 std::map<std::string, std::unique_ptr<SymbolizableModule>, std::less<>> 143 std::map<std::pair<std::string, std::string>, ObjectPair> 147 std::map<std::string, OwningBinary<Binary>> BinaryForPath; [all …]
|
| /freebsd-13.1/contrib/kyua/utils/format/ |
| H A D | formatter.cpp | 64 static std::pair< std::string::size_type, std::string > 72 if (begin == std::string::npos) in find_next_placeholder() 98 to_int(const std::string& format, const std::string& str, const char* what) in to_int() 118 static std::ostringstream* 121 std::auto_ptr< std::ostringstream > output(new std::ostringstream()); in new_ostringstream() 142 output->setf(std::ios::fixed, std::ios::floatfield); in new_ostringstream() 160 static std::pair< std::string, int > 161 strip_double_percent(const std::string& in, const std::string::size_type begin, in strip_double_percent() 188 const std::pair< std::string::size_type, std::string > placeholder = in init() 190 const std::pair< std::string, int > no_percents = in init() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 56 *std::begin(std::declval<RangeT &>()))>::type; 192 std::enable_if_t<std::is_void<Ret>::value || 231 swap(std::forward<T>(lhs), std::forward<T>(rhs)); 260 auto B = std::begin(C), E = std::end(C); 625 return std::tuple<Iters...>(std::next(std::get<Ns>(iterators))...); 630 return std::tuple<Iters...>(std::prev(std::get<Ns>(iterators))...); 722 std::forward<T>(t), std::forward<U>(u), std::forward<Args>(args)...); 731 std::forward<T>(t), std::forward<U>(u), std::forward<Args>(args)...); 861 std::forward<T>(t), std::forward<U>(u), std::forward<Args>(args)...); 1884 std::size_t Index = std::numeric_limits<std::size_t>::max(); [all …]
|
| /freebsd-13.1/contrib/kyua/utils/text/ |
| H A D | operations.cpp | 47 std::string 90 std::string 121 std::vector< std::string > 122 text::refill(const std::string& input, const std::size_t target_width) in refill() 124 std::vector< std::string > output; in refill() 173 std::string 187 std::string 188 text::replace_all(const std::string& input, const std::string& search, in replace_all() 212 std::vector< std::string > 215 std::vector< std::string > words; in split() [all …]
|
| H A D | operations.hpp | 43 std::string escape_xml(const std::string&); 44 std::string quote(const std::string&, const char); 47 std::vector< std::string > refill(const std::string&, const std::size_t); 48 std::string refill_as_string(const std::string&, const std::size_t); 50 std::string replace_all(const std::string&, const std::string&, 51 const std::string&); 54 std::string join(const Collection&, const std::string&); 55 std::vector< std::string > split(const std::string&, const char); 58 Type to_type(const std::string&); 60 bool to_type(const std::string&); [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/FrontendTool/ |
| H A D | ExecuteCompilerInvocation.cpp | 38 static std::unique_ptr<FrontendAction> 87 return std::move(P); in CreateFrontendBaseAction() 136 std::unique_ptr<FrontendAction> 146 Act = std::make_unique<FixItRecompile>(std::move(Act)); in CreateFrontendAction() 157 Act = std::make_unique<arcmt::CheckAction>(std::move(Act)); in CreateFrontendAction() 160 Act = std::make_unique<arcmt::ModifyAction>(std::move(Act)); in CreateFrontendAction() 163 Act = std::make_unique<arcmt::MigrateAction>(std::move(Act), in CreateFrontendAction() 171 Act = std::make_unique<arcmt::ObjCMigrateAction>(std::move(Act), in CreateFrontendAction() 181 Act = std::make_unique<ASTMergeAction>(std::move(Act), in CreateFrontendAction() 208 std::string Error; in ExecuteCompilerInvocation() [all …]
|