Home
last modified time | relevance | path

Searched refs:Emitter (Results 1 – 25 of 2686) sorted by relevance

12345678910>>...108

/dports/devel/yaml-cpp03/yaml-cpp-release-0.3.0/include/yaml-cpp03/
H A Demitter.h26 Emitter();
27 ~Emitter();
57 Emitter& Write(bool b);
58 Emitter& Write(char ch);
109 inline Emitter& Emitter::WriteIntegralType(T value) in WriteIntegralType()
122 inline Emitter& Emitter::WriteStreamable(T value) in WriteStreamable()
149 inline Emitter& operator << (Emitter& emitter, bool v) { return emitter.Write(v); }
150 inline Emitter& operator << (Emitter& emitter, char v) { return emitter.Write(v); }
173 inline Emitter& operator << (Emitter& emitter, EMITTER_MANIP value) {
177 inline Emitter& operator << (Emitter& emitter, _Indent indent) {
[all …]
/dports/biology/iqtree/IQ-TREE-2.0.6/yaml-cpp/include/yaml-cpp/
H A Demitter.h32 Emitter();
34 Emitter(const Emitter&) = delete;
35 Emitter& operator=(const Emitter&) = delete;
36 ~Emitter();
131 inline Emitter& Emitter::WriteIntegralType(T value) { in WriteIntegralType()
148 inline Emitter& Emitter::WriteStreamable(T value) { in WriteStreamable()
178 inline Emitter& operator<<(Emitter& emitter, bool v) {
181 inline Emitter& operator<<(Emitter& emitter, char v) {
210 inline Emitter& operator<<(Emitter& emitter, int v) {
216 inline Emitter& operator<<(Emitter& emitter, short v) {
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/yaml-cpp/yaml-cpp/include/yaml-cpp/
H A Demitter.h35 Emitter();
37 Emitter(const Emitter&) = delete;
38 Emitter& operator=(const Emitter&) = delete;
39 ~Emitter();
134 inline Emitter& Emitter::WriteIntegralType(T value) { in WriteIntegralType()
151 inline Emitter& Emitter::WriteStreamable(T value) { in WriteStreamable()
202 inline Emitter& operator<<(Emitter& emitter, bool v) {
205 inline Emitter& operator<<(Emitter& emitter, char v) {
234 inline Emitter& operator<<(Emitter& emitter, int v) {
240 inline Emitter& operator<<(Emitter& emitter, short v) {
[all …]
/dports/devel/yaml-cpp/yaml-cpp-yaml-cpp-0.7.0/include/yaml-cpp/
H A Demitter.h35 Emitter();
37 Emitter(const Emitter&) = delete;
38 Emitter& operator=(const Emitter&) = delete;
39 ~Emitter();
137 inline Emitter& Emitter::WriteIntegralType(T value) { in WriteIntegralType()
154 inline Emitter& Emitter::WriteStreamable(T value) { in WriteStreamable()
204 inline Emitter& operator<<(Emitter& emitter, bool v) {
207 inline Emitter& operator<<(Emitter& emitter, char v) {
236 inline Emitter& operator<<(Emitter& emitter, int v) {
242 inline Emitter& operator<<(Emitter& emitter, short v) {
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/lib/yamlcpp/include/yaml-cpp/
H A Demitter.h35 Emitter();
37 Emitter(const Emitter&) = delete;
38 Emitter& operator=(const Emitter&) = delete;
39 ~Emitter();
134 inline Emitter& Emitter::WriteIntegralType(T value) { in WriteIntegralType()
151 inline Emitter& Emitter::WriteStreamable(T value) { in WriteStreamable()
202 inline Emitter& operator<<(Emitter& emitter, bool v) {
205 inline Emitter& operator<<(Emitter& emitter, char v) {
234 inline Emitter& operator<<(Emitter& emitter, int v) {
240 inline Emitter& operator<<(Emitter& emitter, short v) {
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/yaml-cpp/include/yaml-cpp/
H A Demitter.h33 Emitter();
35 ~Emitter();
130 inline Emitter& Emitter::WriteIntegralType(T value) { in WriteIntegralType()
147 inline Emitter& Emitter::WriteStreamable(T value) { in WriteStreamable()
177 inline Emitter& operator<<(Emitter& emitter, bool v) {
180 inline Emitter& operator<<(Emitter& emitter, char v) {
209 inline Emitter& operator<<(Emitter& emitter, int v) {
215 inline Emitter& operator<<(Emitter& emitter, short v) {
221 inline Emitter& operator<<(Emitter& emitter, long v) {
234 inline Emitter& operator<<(Emitter& emitter, float v) {
[all …]
/dports/science/yoda/YODA-1.9.1/src/yamlcpp/yaml-cpp/
H A Demitter.h33 Emitter();
35 ~Emitter();
130 inline Emitter& Emitter::WriteIntegralType(T value) { in WriteIntegralType()
147 inline Emitter& Emitter::WriteStreamable(T value) { in WriteStreamable()
177 inline Emitter& operator<<(Emitter& emitter, bool v) {
180 inline Emitter& operator<<(Emitter& emitter, char v) {
209 inline Emitter& operator<<(Emitter& emitter, int v) {
215 inline Emitter& operator<<(Emitter& emitter, short v) {
221 inline Emitter& operator<<(Emitter& emitter, long v) {
234 inline Emitter& operator<<(Emitter& emitter, float v) {
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/yaml-cpp/include/yaml-cpp/
H A Demitter.h33 Emitter();
35 ~Emitter();
130 inline Emitter& Emitter::WriteIntegralType(T value) { in WriteIntegralType()
147 inline Emitter& Emitter::WriteStreamable(T value) { in WriteStreamable()
177 inline Emitter& operator<<(Emitter& emitter, bool v) {
180 inline Emitter& operator<<(Emitter& emitter, char v) {
209 inline Emitter& operator<<(Emitter& emitter, int v) {
215 inline Emitter& operator<<(Emitter& emitter, short v) {
221 inline Emitter& operator<<(Emitter& emitter, long v) {
234 inline Emitter& operator<<(Emitter& emitter, float v) {
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/yaml-cpp-0.6.2/include/yaml-cpp/
H A Demitter.h33 Emitter();
35 ~Emitter();
130 inline Emitter& Emitter::WriteIntegralType(T value) { in WriteIntegralType()
147 inline Emitter& Emitter::WriteStreamable(T value) { in WriteStreamable()
177 inline Emitter& operator<<(Emitter& emitter, bool v) {
180 inline Emitter& operator<<(Emitter& emitter, char v) {
209 inline Emitter& operator<<(Emitter& emitter, int v) {
215 inline Emitter& operator<<(Emitter& emitter, short v) {
221 inline Emitter& operator<<(Emitter& emitter, long v) {
234 inline Emitter& operator<<(Emitter& emitter, float v) {
[all …]
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Code/
H A DCodeBlock.vb314 Emitter.EmitLoadI4Value(Info, -1)
317 Emitter.EmitLoadI4Value(Info, 1)
325 Emitter.EmitLoadI4Value(Info, -1)
330 Emitter.EmitLoadI4Value(Info, 0)
350 Emitter.EmitSwitch(Info, handlers)
352 Emitter.MarkLabel(Info, endHandlers)
366 Emitter.EmitLoadI4Value(Info, 0)
371 Emitter.EmitLoadI4Value(Info, 0)
387 Emitter.EmitThrow(Info)
466 Emitter.EmitRet(info)
[all …]
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Expressions/
H A DLateBoundAccessToExpression.vb93 Emitter.EmitLoadI4Value(Info, elementCount)
96 Emitter.EmitStoreVariable(Info, arguments)
102 Emitter.EmitLoadI4Value(Info, i)
124 Emitter.EmitLoadVariable(Info, arguments)
187 Emitter.EmitLoadI4Value(Info, i)
248 branch = Emitter.DefineLabel(Info)
249 Emitter.EmitLoadVariable(Info, array)
250 Emitter.EmitLoadI4Value(Info, i)
258 Emitter.EmitLoadI4Value(Info, i)
273 Emitter.MarkLabel(Info, branch)
[all …]
/dports/devel/yaml-cpp03/yaml-cpp-release-0.3.0/test/
H A Demittertests.cpp7 namespace Emitter { namespace
11 void SimpleScalar(YAML::Emitter& out, std::string& desiredOutput) { in SimpleScalar()
16 void SimpleSeq(YAML::Emitter& out, std::string& desiredOutput) { in SimpleSeq()
63 void SimpleMap(YAML::Emitter& out, std::string& desiredOutput) { in SimpleMap()
603 void Null(YAML::Emitter& out, std::string& desiredOutput) in Null()
643 YAML::Emitter& operator << (YAML::Emitter& out, const Foo& foo) { in operator <<()
672 YAML::Emitter& operator << (YAML::Emitter& out, const T *v) { in operator <<()
1003 YAML::Emitter out; in RunEmitterTest()
1033 YAML::Emitter out; in RunEmitterErrorTest()
1103 RunEmitterTest(&Emitter::Null, "null", passed, total); in RunEmitterTests()
[all …]
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Statements/
H A DForEachStatement.vb99 Emitter.EmitDup(Info)
110 Emitter.EmitUnbox_Any(Info, varType)
115 Emitter.EmitUnbox(Info, varType)
133 EndLabel = Emitter.DefineLabel(Info)
152 Emitter.MarkLabel(Info, startIteration)
154 Emitter.EmitNop(Info)
162 Emitter.EmitNop(Info)
171 Emitter.EmitBeginFinallyBlock(Info)
179 Emitter.MarkLabel(info, EndFinally)
180 Emitter.EmitEndExceptionBlock(Info)
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp33 ByteCodeStmtGen<Emitter> *Ctx;
37 template <class Emitter> class LoopScope final : public LabelScope<Emitter> {
61 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> {
92 template <class Emitter>
112 template <class Emitter>
133 template <class Emitter>
136 BlockScope<Emitter> Scope(this); in visitCompoundStmt()
143 template <class Emitter>
162 template <class Emitter>
188 template <class Emitter>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp33 ByteCodeStmtGen<Emitter> *Ctx;
37 template <class Emitter> class LoopScope final : public LabelScope<Emitter> {
61 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> {
92 template <class Emitter>
112 template <class Emitter>
133 template <class Emitter>
136 BlockScope<Emitter> Scope(this); in visitCompoundStmt()
143 template <class Emitter>
162 template <class Emitter>
188 template <class Emitter>
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp33 ByteCodeStmtGen<Emitter> *Ctx;
37 template <class Emitter> class LoopScope final : public LabelScope<Emitter> {
61 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> {
92 template <class Emitter>
112 template <class Emitter>
133 template <class Emitter>
136 BlockScope<Emitter> Scope(this); in visitCompoundStmt()
143 template <class Emitter>
162 template <class Emitter>
188 template <class Emitter>
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp33 ByteCodeStmtGen<Emitter> *Ctx;
37 template <class Emitter> class LoopScope final : public LabelScope<Emitter> {
61 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> {
92 template <class Emitter>
112 template <class Emitter>
133 template <class Emitter>
136 BlockScope<Emitter> Scope(this); in visitCompoundStmt()
143 template <class Emitter>
162 template <class Emitter>
188 template <class Emitter>
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp33 ByteCodeStmtGen<Emitter> *Ctx;
37 template <class Emitter> class LoopScope final : public LabelScope<Emitter> {
61 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> {
92 template <class Emitter>
112 template <class Emitter>
133 template <class Emitter>
136 BlockScope<Emitter> Scope(this); in visitCompoundStmt()
143 template <class Emitter>
162 template <class Emitter>
188 template <class Emitter>
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp33 ByteCodeStmtGen<Emitter> *Ctx;
37 template <class Emitter> class LoopScope final : public LabelScope<Emitter> {
61 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> {
92 template <class Emitter>
112 template <class Emitter>
133 template <class Emitter>
136 BlockScope<Emitter> Scope(this); in visitCompoundStmt()
143 template <class Emitter>
162 template <class Emitter>
188 template <class Emitter>
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp33 ByteCodeStmtGen<Emitter> *Ctx;
37 template <class Emitter> class LoopScope final : public LabelScope<Emitter> {
61 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> {
92 template <class Emitter>
112 template <class Emitter>
133 template <class Emitter>
136 BlockScope<Emitter> Scope(this); in visitCompoundStmt()
143 template <class Emitter>
162 template <class Emitter>
188 template <class Emitter>
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp33 ByteCodeStmtGen<Emitter> *Ctx;
37 template <class Emitter> class LoopScope final : public LabelScope<Emitter> {
61 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> {
92 template <class Emitter>
112 template <class Emitter>
133 template <class Emitter>
136 BlockScope<Emitter> Scope(this); in visitCompoundStmt()
143 template <class Emitter>
162 template <class Emitter>
188 template <class Emitter>
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp33 ByteCodeStmtGen<Emitter> *Ctx;
37 template <class Emitter> class LoopScope final : public LabelScope<Emitter> {
61 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> {
92 template <class Emitter>
112 template <class Emitter>
133 template <class Emitter>
136 BlockScope<Emitter> Scope(this); in visitCompoundStmt()
143 template <class Emitter>
162 template <class Emitter>
188 template <class Emitter>
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp33 ByteCodeStmtGen<Emitter> *Ctx;
37 template <class Emitter> class LoopScope final : public LabelScope<Emitter> {
61 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> {
92 template <class Emitter>
112 template <class Emitter>
133 template <class Emitter>
136 BlockScope<Emitter> Scope(this); in visitCompoundStmt()
143 template <class Emitter>
162 template <class Emitter>
188 template <class Emitter>
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp33 ByteCodeStmtGen<Emitter> *Ctx;
37 template <class Emitter> class LoopScope final : public LabelScope<Emitter> {
61 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> {
92 template <class Emitter>
112 template <class Emitter>
133 template <class Emitter>
136 BlockScope<Emitter> Scope(this); in visitCompoundStmt()
143 template <class Emitter>
162 template <class Emitter>
188 template <class Emitter>
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/Interp/
H A DByteCodeStmtGen.cpp33 ByteCodeStmtGen<Emitter> *Ctx;
37 template <class Emitter> class LoopScope final : public LabelScope<Emitter> {
61 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> {
92 template <class Emitter>
112 template <class Emitter>
133 template <class Emitter>
136 BlockScope<Emitter> Scope(this); in visitCompoundStmt()
143 template <class Emitter>
162 template <class Emitter>
188 template <class Emitter>
[all …]

12345678910>>...108