Home
last modified time | relevance | path

Searched refs:ostream (Results 1 – 25 of 10000) sorted by relevance

12345678910>>...400

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkStrUtil.inl410 std::ostream& operator<< (std::ostream& s, const VkExtent2D& value);
411 std::ostream& operator<< (std::ostream& s, const VkExtent3D& value);
412 std::ostream& operator<< (std::ostream& s, const VkOffset2D& value);
413 std::ostream& operator<< (std::ostream& s, const VkOffset3D& value);
414 std::ostream& operator<< (std::ostream& s, const VkRect2D& value);
429 std::ostream& operator<< (std::ostream& s, const VkMemoryHeap& value);
430 std::ostream& operator<< (std::ostream& s, const VkMemoryType& value);
475 std::ostream& operator<< (std::ostream& s, const VkViewport& value);
514 std::ostream& operator<< (std::ostream& s, const VkClearRect& value);
515 std::ostream& operator<< (std::ostream& s, const VkImageBlit& value);
[all …]
/dports/textproc/miller/miller-5.10.2/c/dsl/
H A Dmlr_dsl_cst_keywords.c164 fprintf(ostream, in mlr_dsl_all_keyword_usage()
170 fprintf(ostream, in mlr_dsl_begin_keyword_usage()
178 fprintf(ostream, in mlr_dsl_bool_keyword_usage()
185 fprintf(ostream, in mlr_dsl_break_keyword_usage()
192 fprintf(ostream, in mlr_dsl_call_keyword_usage()
199 fprintf(ostream, in mlr_dsl_continue_keyword_usage()
206 fprintf(ostream, in mlr_dsl_do_keyword_usage()
242 fprintf(ostream, in mlr_dsl_elif_keyword_usage()
249 fprintf(ostream, in mlr_dsl_else_keyword_usage()
354 fprintf(ostream, in mlr_dsl_end_keyword_usage()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/
H A Dgtest-creator-printing.h51 std::ostream &operator<<(std::ostream &out, const Value &value);
52 std::ostream &operator<<(std::ostream &out, const ValueView &value);
53 std::ostream &operator<<(std::ostream &out, Operation operation);
55 std::ostream &operator<<(std::ostream &out, LockingMode lockingMode);
65 std::ostream &operator<<(std::ostream &out, SentinelIterator iterator);
68 std::ostream &operator<<(std::ostream &out, const Tuple &tuple);
69 std::ostream &operator<<(std::ostream &out, State operation);
187 extern template std::ostream &operator<<(std::ostream &out,
190 std::ostream &operator<<(std::ostream &out, SymbolTag symbolTag);
256 std::ostream &operator<<(std::ostream &out, Version version);
[all …]
/dports/sysutils/triton/Triton-0.8.1/src/libtriton/includes/triton/
H A DastPythonRepresentation.hpp49 TRITON_EXPORT std::ostream& print(std::ostream& stream, triton::ast::AbstractNode* node);
52 TRITON_EXPORT std::ostream& print(std::ostream& stream, triton::ast::AssertNode* node);
55 TRITON_EXPORT std::ostream& print(std::ostream& stream, triton::ast::BvNode* node);
58 TRITON_EXPORT std::ostream& print(std::ostream& stream, triton::ast::BvaddNode* node);
61 TRITON_EXPORT std::ostream& print(std::ostream& stream, triton::ast::BvandNode* node);
64 TRITON_EXPORT std::ostream& print(std::ostream& stream, triton::ast::BvashrNode* node);
67 TRITON_EXPORT std::ostream& print(std::ostream& stream, triton::ast::BvlshrNode* node);
70 TRITON_EXPORT std::ostream& print(std::ostream& stream, triton::ast::BvmulNode* node);
76 TRITON_EXPORT std::ostream& print(std::ostream& stream, triton::ast::BvnegNode* node);
79 TRITON_EXPORT std::ostream& print(std::ostream& stream, triton::ast::BvnorNode* node);
[all …]
H A DastSmtRepresentation.hpp49 TRITON_EXPORT std::ostream& print(std::ostream& stream, triton::ast::AbstractNode* node);
52 TRITON_EXPORT std::ostream& print(std::ostream& stream, triton::ast::AssertNode* node);
55 TRITON_EXPORT std::ostream& print(std::ostream& stream, triton::ast::BvNode* node);
58 TRITON_EXPORT std::ostream& print(std::ostream& stream, triton::ast::BvaddNode* node);
61 TRITON_EXPORT std::ostream& print(std::ostream& stream, triton::ast::BvandNode* node);
64 TRITON_EXPORT std::ostream& print(std::ostream& stream, triton::ast::BvashrNode* node);
67 TRITON_EXPORT std::ostream& print(std::ostream& stream, triton::ast::BvlshrNode* node);
70 TRITON_EXPORT std::ostream& print(std::ostream& stream, triton::ast::BvmulNode* node);
76 TRITON_EXPORT std::ostream& print(std::ostream& stream, triton::ast::BvnegNode* node);
79 TRITON_EXPORT std::ostream& print(std::ostream& stream, triton::ast::BvnorNode* node);
[all …]
/dports/lang/gnu-apl/apl-1.8/src/
H A DPrintOperator.hh48 ostream & operator << (ostream &, const AP_num3 &);
50 ostream & operator << (ostream &, const Function &);
52 ostream & operator << (ostream &, const Cell &);
54 ostream & operator << (ostream &, Id id);
58 ostream & operator << (ostream &, const Shape &);
59 ostream & operator << (ostream &, const Symbol &);
60 ostream & operator << (ostream &, const Token &);
62 ostream & operator << (ostream &, TokenTag);
63 ostream & operator << (ostream &, TokenClass);
65 ostream & operator << (ostream &, Unicode);
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/src/c++11/
H A Dostream-inst.cc38 template ostream& endl(ostream&);
39 template ostream& ends(ostream&);
40 template ostream& flush(ostream&);
41 template ostream& operator<<(ostream&, char);
43 template ostream& operator<<(ostream&, signed char);
51 template ostream& operator<<(ostream&, _Setbase);
53 template ostream& operator<<(ostream&, _Setw);
56 template ostream& ostream::_M_insert(long);
58 template ostream& ostream::_M_insert(bool);
60 template ostream& ostream::_M_insert(long long);
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/src/c++11/
H A Dostream-inst.cc38 template ostream& endl(ostream&);
39 template ostream& ends(ostream&);
40 template ostream& flush(ostream&);
41 template ostream& operator<<(ostream&, char);
43 template ostream& operator<<(ostream&, signed char);
51 template ostream& operator<<(ostream&, _Setbase);
53 template ostream& operator<<(ostream&, _Setw);
56 template ostream& ostream::_M_insert(long);
58 template ostream& ostream::_M_insert(bool);
60 template ostream& ostream::_M_insert(long long);
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/src/c++11/
H A Dostream-inst.cc38 template ostream& endl(ostream&);
39 template ostream& ends(ostream&);
40 template ostream& flush(ostream&);
41 template ostream& operator<<(ostream&, char);
43 template ostream& operator<<(ostream&, signed char);
51 template ostream& operator<<(ostream&, _Setbase);
53 template ostream& operator<<(ostream&, _Setw);
56 template ostream& ostream::_M_insert(long);
58 template ostream& ostream::_M_insert(bool);
60 template ostream& ostream::_M_insert(long long);
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/src/c++11/
H A Dostream-inst.cc38 template ostream& endl(ostream&);
39 template ostream& ends(ostream&);
40 template ostream& flush(ostream&);
41 template ostream& operator<<(ostream&, char);
43 template ostream& operator<<(ostream&, signed char);
51 template ostream& operator<<(ostream&, _Setbase);
53 template ostream& operator<<(ostream&, _Setw);
56 template ostream& ostream::_M_insert(long);
58 template ostream& ostream::_M_insert(bool);
60 template ostream& ostream::_M_insert(long long);
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/src/c++11/
H A Dostream-inst.cc38 template ostream& endl(ostream&);
39 template ostream& ends(ostream&);
40 template ostream& flush(ostream&);
41 template ostream& operator<<(ostream&, char);
43 template ostream& operator<<(ostream&, signed char);
51 template ostream& operator<<(ostream&, _Setbase);
53 template ostream& operator<<(ostream&, _Setw);
56 template ostream& ostream::_M_insert(long);
58 template ostream& ostream::_M_insert(bool);
60 template ostream& ostream::_M_insert(long long);
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/src/c++11/
H A Dostream-inst.cc38 template ostream& endl(ostream&);
39 template ostream& ends(ostream&);
40 template ostream& flush(ostream&);
41 template ostream& operator<<(ostream&, char);
43 template ostream& operator<<(ostream&, signed char);
51 template ostream& operator<<(ostream&, _Setbase);
53 template ostream& operator<<(ostream&, _Setw);
56 template ostream& ostream::_M_insert(long);
58 template ostream& ostream::_M_insert(bool);
60 template ostream& ostream::_M_insert(long long);
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/src/c++11/
H A Dostream-inst.cc38 template ostream& endl(ostream&);
39 template ostream& ends(ostream&);
40 template ostream& flush(ostream&);
41 template ostream& operator<<(ostream&, char);
43 template ostream& operator<<(ostream&, signed char);
51 template ostream& operator<<(ostream&, _Setbase);
53 template ostream& operator<<(ostream&, _Setw);
56 template ostream& ostream::_M_insert(long);
58 template ostream& ostream::_M_insert(bool);
60 template ostream& ostream::_M_insert(long long);
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/src/c++11/
H A Dostream-inst.cc38 template ostream& endl(ostream&);
39 template ostream& ends(ostream&);
40 template ostream& flush(ostream&);
41 template ostream& operator<<(ostream&, char);
43 template ostream& operator<<(ostream&, signed char);
51 template ostream& operator<<(ostream&, _Setbase);
53 template ostream& operator<<(ostream&, _Setw);
56 template ostream& ostream::_M_insert(long);
58 template ostream& ostream::_M_insert(bool);
60 template ostream& ostream::_M_insert(long long);
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/src/c++11/
H A Dostream-inst.cc38 template ostream& endl(ostream&);
39 template ostream& ends(ostream&);
40 template ostream& flush(ostream&);
41 template ostream& operator<<(ostream&, char);
43 template ostream& operator<<(ostream&, signed char);
51 template ostream& operator<<(ostream&, _Setbase);
53 template ostream& operator<<(ostream&, _Setw);
56 template ostream& ostream::_M_insert(long);
58 template ostream& ostream::_M_insert(bool);
60 template ostream& ostream::_M_insert(long long);
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/src/c++11/
H A Dostream-inst.cc38 template ostream& endl(ostream&);
39 template ostream& ends(ostream&);
40 template ostream& flush(ostream&);
41 template ostream& operator<<(ostream&, char);
43 template ostream& operator<<(ostream&, signed char);
51 template ostream& operator<<(ostream&, _Setbase);
53 template ostream& operator<<(ostream&, _Setw);
56 template ostream& ostream::_M_insert(long);
58 template ostream& ostream::_M_insert(bool);
60 template ostream& ostream::_M_insert(long long);
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/src/c++98/
H A Dostream-inst.cc38 template ostream& endl(ostream&);
39 template ostream& ends(ostream&);
40 template ostream& flush(ostream&);
41 template ostream& operator<<(ostream&, char);
43 template ostream& operator<<(ostream&, signed char);
51 template ostream& operator<<(ostream&, _Setbase);
53 template ostream& operator<<(ostream&, _Setw);
56 template ostream& ostream::_M_insert(long);
58 template ostream& ostream::_M_insert(bool);
60 template ostream& ostream::_M_insert(long long);
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/src/c++11/
H A Dostream-inst.cc38 template ostream& endl(ostream&);
39 template ostream& ends(ostream&);
40 template ostream& flush(ostream&);
41 template ostream& operator<<(ostream&, char);
43 template ostream& operator<<(ostream&, signed char);
51 template ostream& operator<<(ostream&, _Setbase);
53 template ostream& operator<<(ostream&, _Setw);
56 template ostream& ostream::_M_insert(long);
58 template ostream& ostream::_M_insert(bool);
60 template ostream& ostream::_M_insert(long long);
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/src/c++11/
H A Dostream-inst.cc38 template ostream& endl(ostream&);
39 template ostream& ends(ostream&);
40 template ostream& flush(ostream&);
41 template ostream& operator<<(ostream&, char);
43 template ostream& operator<<(ostream&, signed char);
51 template ostream& operator<<(ostream&, _Setbase);
53 template ostream& operator<<(ostream&, _Setw);
56 template ostream& ostream::_M_insert(long);
58 template ostream& ostream::_M_insert(bool);
60 template ostream& ostream::_M_insert(long long);
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/src/c++11/
H A Dostream-inst.cc38 template ostream& endl(ostream&);
39 template ostream& ends(ostream&);
40 template ostream& flush(ostream&);
41 template ostream& operator<<(ostream&, char);
43 template ostream& operator<<(ostream&, signed char);
51 template ostream& operator<<(ostream&, _Setbase);
53 template ostream& operator<<(ostream&, _Setw);
56 template ostream& ostream::_M_insert(long);
58 template ostream& ostream::_M_insert(bool);
60 template ostream& ostream::_M_insert(long long);
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/src/c++11/
H A Dostream-inst.cc38 template ostream& endl(ostream&);
39 template ostream& ends(ostream&);
40 template ostream& flush(ostream&);
41 template ostream& operator<<(ostream&, char);
43 template ostream& operator<<(ostream&, signed char);
51 template ostream& operator<<(ostream&, _Setbase);
53 template ostream& operator<<(ostream&, _Setw);
56 template ostream& ostream::_M_insert(long);
58 template ostream& ostream::_M_insert(bool);
60 template ostream& ostream::_M_insert(long long);
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/src/c++11/
H A Dostream-inst.cc38 template ostream& endl(ostream&);
39 template ostream& ends(ostream&);
40 template ostream& flush(ostream&);
41 template ostream& operator<<(ostream&, char);
43 template ostream& operator<<(ostream&, signed char);
51 template ostream& operator<<(ostream&, _Setbase);
53 template ostream& operator<<(ostream&, _Setw);
56 template ostream& ostream::_M_insert(long);
58 template ostream& ostream::_M_insert(bool);
60 template ostream& ostream::_M_insert(long long);
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/src/c++11/
H A Dostream-inst.cc38 template ostream& endl(ostream&);
39 template ostream& ends(ostream&);
40 template ostream& flush(ostream&);
41 template ostream& operator<<(ostream&, char);
43 template ostream& operator<<(ostream&, signed char);
51 template ostream& operator<<(ostream&, _Setbase);
53 template ostream& operator<<(ostream&, _Setw);
56 template ostream& ostream::_M_insert(long);
58 template ostream& ostream::_M_insert(bool);
60 template ostream& ostream::_M_insert(long long);
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/src/c++11/
H A Dostream-inst.cc38 template ostream& endl(ostream&);
39 template ostream& ends(ostream&);
40 template ostream& flush(ostream&);
41 template ostream& operator<<(ostream&, char);
43 template ostream& operator<<(ostream&, signed char);
51 template ostream& operator<<(ostream&, _Setbase);
53 template ostream& operator<<(ostream&, _Setw);
56 template ostream& ostream::_M_insert(long);
58 template ostream& ostream::_M_insert(bool);
60 template ostream& ostream::_M_insert(long long);
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/src/c++98/
H A Dostream-inst.cc38 template ostream& endl(ostream&);
39 template ostream& ends(ostream&);
40 template ostream& flush(ostream&);
41 template ostream& operator<<(ostream&, char);
43 template ostream& operator<<(ostream&, signed char);
51 template ostream& operator<<(ostream&, _Setbase);
53 template ostream& operator<<(ostream&, _Setw);
56 template ostream& ostream::_M_insert(long);
58 template ostream& ostream::_M_insert(bool);
60 template ostream& ostream::_M_insert(long long);
[all …]

12345678910>>...400