Home
last modified time | relevance | path

Searched +defs:S +defs:os (Results 1 – 25 of 1288) sorted by relevance

12345678910>>...52

/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/optional/constexpr/
H A Dassign.cc20 struct S { in test_assign() struct
21 constexpr S() { } in test_assign() argument
22 constexpr S(char, int, unsigned) { } in test_assign() function
58 struct S in test_emplace() struct
60 constexpr S(int i) : val(i) { } in test_emplace() function
61 constexpr S(int i, int j) : val(i + j) { } in test_emplace() argument
62 constexpr S(std::initializer_list<char> l, int i = 0) : val(i) in test_emplace() function
68 int val; in test_emplace()
70 constexpr bool operator==(int i) const { return val == i; } in test_emplace()
74 std::optional<S> os; in test_emplace() local
/dports/misc/vxl/vxl-3.3.2/core/vsl/
H A Dvsl_pair_io.hxx17 void vsl_b_write(vsl_b_ostream& s, const std::pair<S, T>& v) in vsl_b_write()
28 void vsl_b_read(vsl_b_istream& s, std::pair<S, T>& v) in vsl_b_read()
38 void vsl_print_summary(std::ostream& os, const std::pair<S, T> &v) in vsl_print_summary()
49 #define VSL_PAIR_IO_INSTANTIATE(S, T ) \ argument
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Dtree_stats.cpp51 std::ostream & os, in recursively_print_substeps_at_depth()
129 std::ostringstream os; in print() local
381 step_time & S(it->second); in begin_plan_smallstep() local
388 std::stringstream os; in begin_plan_smallstep() local
406 std::stringstream os; in end_plan_smallstep() local
438 std::stringstream os; in begin_plan_smallstep_microsteps() local
482 step_time & S(s.current_substep()); in begin_smallstep() local
487 std::stringstream os; in begin_smallstep() local
506 step_time & S(s.current_substep()); in end_smallstep() local
515 std::stringstream os; in end_smallstep() local
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vbl/io/
H A Dvbl_io_triple.hxx15 void vsl_b_write(vsl_b_ostream& s, const vbl_triple<S, T, U>& v) in vsl_b_write()
27 void vsl_b_read(vsl_b_istream& s, vbl_triple<S, T, U>& v) in vsl_b_read()
38 void vsl_print_summary(std::ostream& os, const vbl_triple<S, T, U> &v) in vsl_print_summary()
51 #define VBL_IO_TRIPLE_INSTANTIATE(S, T, U ) \ argument
H A Dvbl_io_quadruple.hxx15 void vsl_b_write(vsl_b_ostream& s, const vbl_quadruple<S, T, U, V>& v) in vsl_b_write()
28 void vsl_b_read(vsl_b_istream& s, vbl_quadruple<S, T, U, V>& v) in vsl_b_read()
40 void vsl_print_summary(std::ostream& os, const vbl_quadruple<S, T, U, V> &v) in vsl_print_summary()
55 #define VBL_QUADRUPLE_INSTANTIATE(S, T, U, V ) \ argument
/dports/science/nwchem-data/nwchem-7.0.2-release/src/config/win32/
H A Dconvmake.cpp46 void ProcessNewline(ostream& os) in ProcessNewline()
64 ofstream os(OutFilename.c_str()); in main() local
79 ofstream os(OutFilename.c_str()); in main() local
87 ofstream os(OutFilename.c_str()); in main() local
99 ostringstream os; in AutoGenerateMakeFile() local
243 string S = GetFileAsString(Filename); in CanAutoGenerate() local
279 void ConvertSection(ostream& os, const string& Sec) in ConvertSection()
293 void PrintSection(ostream& os, const string& Sec, bool SetNewline) in PrintSection()
306 void PrintSectionSpecial(ostream& os, const string& Sec, const string& SecName, in PrintSectionSpecial()
328 string S = T; in ConvertToken() local
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/config/win32/
H A Dconvmake.cpp46 void ProcessNewline(ostream& os) in ProcessNewline()
64 ofstream os(OutFilename.c_str()); in main() local
79 ofstream os(OutFilename.c_str()); in main() local
87 ofstream os(OutFilename.c_str()); in main() local
99 ostringstream os; in AutoGenerateMakeFile() local
243 string S = GetFileAsString(Filename); in CanAutoGenerate() local
279 void ConvertSection(ostream& os, const string& Sec) in ConvertSection()
293 void PrintSection(ostream& os, const string& Sec, bool SetNewline) in PrintSection()
306 void PrintSectionSpecial(ostream& os, const string& Sec, const string& SecName, in PrintSectionSpecial()
328 string S = T; in ConvertToken() local
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp53 DereferenceChecker::AddDerefSource(raw_ostream &os, in AddDerefSource()
91 static const Expr *getDereferenceExpr(const Stmt *S, bool IsBind=false){ in getDereferenceExpr()
114 void DereferenceChecker::reportBug(ProgramStateRef State, const Stmt *S, in reportBug()
127 llvm::raw_svector_ostream os(buf); in reportBug() local
189 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation()
242 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind()
H A DCStringSyntaxChecker.cpp101 void VisitStmt(Stmt *S) { in VisitStmt()
207 SmallString<256> S; in VisitCallExpr() local
208 llvm::raw_svector_ostream os(S); in VisitCallExpr() local
231 SmallString<256> S; in VisitCallExpr() local
232 llvm::raw_svector_ostream os(S); in VisitCallExpr() local
247 void WalkAST::VisitChildren(Stmt *S) { in VisitChildren()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/testfiles/src/
H A Dsvg-stringstream-test.cpp25 S os; in assert_tostring_eq() local
64 using S = Inkscape::CSSOStringStream; in TEST() typedef
96 using S = Inkscape::SVGOStringStream; in TEST() typedef
/dports/devel/ticcutils/ticcutils-0.28/src/
H A DUniHash.cxx53 ostream& operator<<( ostream& os, const UniInfo& tok ){ in operator <<()
117 ostream& operator << ( ostream& os, const UnicodeHash& S ){ in operator <<()
/dports/math/amgcl/amgcl-1.4.2/amgcl/mpi/direct_solver/
H A Druntime.hpp65 inline std::ostream& operator<<(std::ostream &os, type s) in operator <<()
131 typedef amgcl::mpi::direct::skyline_lu<value_type> S; in solver() typedef
138 typedef amgcl::mpi::direct::eigen_splu<value_type> S; in solver() typedef
146 typedef amgcl::mpi::direct::pastix<value_type,true> S; in solver() typedef
152 typedef amgcl::mpi::direct::pastix<value_type,false> S; in solver() typedef
171 typedef amgcl::mpi::direct::skyline_lu<value_type> S; in operator ()() typedef
178 typedef amgcl::mpi::direct::eigen_splu<value_type> S; in operator ()() typedef
186 typedef amgcl::mpi::direct::pastix<value_type, true> S; in operator ()() typedef
206 typedef amgcl::mpi::direct::skyline_lu<value_type> S; in ~solver() typedef
213 typedef amgcl::mpi::direct::eigen_splu<value_type> S; in ~solver() typedef
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp52 DereferenceChecker::AddDerefSource(raw_ostream &os, in AddDerefSource()
90 static const Expr *getDereferenceExpr(const Stmt *S, bool IsBind=false){ in getDereferenceExpr()
119 void DereferenceChecker::reportBug(ProgramStateRef State, const Stmt *S, in reportBug()
132 llvm::raw_svector_ostream os(buf); in reportBug() local
194 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation()
246 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind()
H A DCStringSyntaxChecker.cpp109 void VisitStmt(Stmt *S) { in VisitStmt()
227 SmallString<256> S; in VisitCallExpr() local
228 llvm::raw_svector_ostream os(S); in VisitCallExpr() local
252 SmallString<256> S; in VisitCallExpr() local
253 llvm::raw_svector_ostream os(S); in VisitCallExpr() local
272 void WalkAST::VisitChildren(Stmt *S) { in VisitChildren()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp52 DereferenceChecker::AddDerefSource(raw_ostream &os, in AddDerefSource()
90 static const Expr *getDereferenceExpr(const Stmt *S, bool IsBind=false){ in getDereferenceExpr()
119 void DereferenceChecker::reportBug(ProgramStateRef State, const Stmt *S, in reportBug()
132 llvm::raw_svector_ostream os(buf); in reportBug() local
194 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation()
246 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind()
H A DCStringSyntaxChecker.cpp109 void VisitStmt(Stmt *S) { in VisitStmt()
227 SmallString<256> S; in VisitCallExpr() local
228 llvm::raw_svector_ostream os(S); in VisitCallExpr() local
252 SmallString<256> S; in VisitCallExpr() local
253 llvm::raw_svector_ostream os(S); in VisitCallExpr() local
272 void WalkAST::VisitChildren(Stmt *S) { in VisitChildren()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp52 DereferenceChecker::AddDerefSource(raw_ostream &os, in AddDerefSource()
90 static const Expr *getDereferenceExpr(const Stmt *S, bool IsBind=false){ in getDereferenceExpr()
119 void DereferenceChecker::reportBug(ProgramStateRef State, const Stmt *S, in reportBug()
132 llvm::raw_svector_ostream os(buf); in reportBug() local
194 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation()
246 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp52 DereferenceChecker::AddDerefSource(raw_ostream &os, in AddDerefSource()
90 static const Expr *getDereferenceExpr(const Stmt *S, bool IsBind=false){ in getDereferenceExpr()
119 void DereferenceChecker::reportBug(ProgramStateRef State, const Stmt *S, in reportBug()
132 llvm::raw_svector_ostream os(buf); in reportBug() local
194 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation()
246 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp52 DereferenceChecker::AddDerefSource(raw_ostream &os, in AddDerefSource()
90 static const Expr *getDereferenceExpr(const Stmt *S, bool IsBind=false){ in getDereferenceExpr()
119 void DereferenceChecker::reportBug(ProgramStateRef State, const Stmt *S, in reportBug()
132 llvm::raw_svector_ostream os(buf); in reportBug() local
194 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation()
246 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp56 DereferenceChecker::AddDerefSource(raw_ostream &os, in AddDerefSource()
94 static const Expr *getDereferenceExpr(const Stmt *S, bool IsBind=false){ in getDereferenceExpr()
124 const Stmt *S, CheckerContext &C) const { in reportBug() argument
147 llvm::raw_svector_ostream os(buf); in reportBug() local
207 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation()
253 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind()
H A DCStringSyntaxChecker.cpp109 void VisitStmt(Stmt *S) { in VisitStmt()
227 SmallString<256> S; in VisitCallExpr() local
228 llvm::raw_svector_ostream os(S); in VisitCallExpr() local
252 SmallString<256> S; in VisitCallExpr() local
253 llvm::raw_svector_ostream os(S); in VisitCallExpr() local
272 void WalkAST::VisitChildren(Stmt *S) { in VisitChildren()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp109 void VisitStmt(Stmt *S) { in VisitStmt()
227 SmallString<256> S; in VisitCallExpr() local
228 llvm::raw_svector_ostream os(S); in VisitCallExpr() local
252 SmallString<256> S; in VisitCallExpr() local
253 llvm::raw_svector_ostream os(S); in VisitCallExpr() local
272 void WalkAST::VisitChildren(Stmt *S) { in VisitChildren()
H A DDereferenceChecker.cpp56 DereferenceChecker::AddDerefSource(raw_ostream &os, in AddDerefSource()
94 static const Expr *getDereferenceExpr(const Stmt *S, bool IsBind=false){ in getDereferenceExpr()
124 const Stmt *S, CheckerContext &C) const { in reportBug() argument
147 llvm::raw_svector_ostream os(buf); in reportBug() local
207 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation()
253 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp56 DereferenceChecker::AddDerefSource(raw_ostream &os, in AddDerefSource()
94 static const Expr *getDereferenceExpr(const Stmt *S, bool IsBind=false){ in getDereferenceExpr()
124 const Stmt *S, CheckerContext &C) const { in reportBug() argument
147 llvm::raw_svector_ostream os(buf); in reportBug() local
207 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation()
253 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind()
H A DCStringSyntaxChecker.cpp109 void VisitStmt(Stmt *S) { in VisitStmt()
227 SmallString<256> S; in VisitCallExpr() local
228 llvm::raw_svector_ostream os(S); in VisitCallExpr() local
252 SmallString<256> S; in VisitCallExpr() local
253 llvm::raw_svector_ostream os(S); in VisitCallExpr() local
272 void WalkAST::VisitChildren(Stmt *S) { in VisitChildren()

12345678910>>...52