Home
last modified time | relevance | path

Searched refs:ExpString (Results 1 – 13 of 13) sorted by relevance

/dports/cad/iverilog/verilog-11.0/vhdlpp/
H A Dparse_types.h81 file_open_info_t(ExpString*filename__, ExpName*kind__ = NULL)
89 ExpString*filename() { return filename_; } in filename()
93 ExpString*filename_;
H A Dparse_misc.cc162 ExpString*parse_char_enums(const char*str) in parse_char_enums()
165 return new ExpString("\\n"); in parse_char_enums()
168 return new ExpString("\\r"); in parse_char_enums()
H A Dparse_misc.h30 class ExpString; variable
72 extern ExpString*parse_char_enums(const char*str);
H A Dexpression.h904 class ExpString : public Expression {
907 explicit ExpString(const char*);
908 ExpString(const ExpString&other) : Expression(), value_(other.value_) {} in ExpString() function
909 ~ExpString();
911 Expression*clone() const { return new ExpString(*this); } in clone()
H A Dexpression.cc821 ExpString::ExpString(const char* value) in ExpString() function in ExpString
826 ExpString::~ExpString() in ~ExpString()
H A Dexpression_debug.cc122 void ExpString::dump(ostream&out, int indent) const in dump()
H A Dexpression_emit.cc958 bool ExpString::is_primary(void) const in is_primary()
963 int ExpString::emit(ostream& out, Entity*ent, ScopeBase*scope) const in emit()
978 int ExpString::emit_as_array_(ostream& out, Entity*, ScopeBase*, const VTypeArray*arr) const in emit_as_array_()
1013 std::string ExpString::escape_quot(const std::string& str) in escape_quot()
H A Dexpression_stream.cc303 void ExpString::write_to_stream(ostream&fd) const in write_to_stream()
H A Dsequential.cc294 msg_ = new ExpString(default_msg_); in AssertStmt()
H A Dexpression_elaborate.cc1124 const VType*ExpString::fit_type(Entity*, ScopeBase*, const VTypeArray*atype) const in fit_type()
1135 int ExpString::elaborate_expr(Entity*, ScopeBase*, const VType*ltype) in elaborate_expr()
H A Dparse.y1333 $$ = new file_open_info_t(new ExpString($4), mode);
1337 $$ = new file_open_info_t(new ExpString($2));
1969 { ExpString*tmp = new ExpString($1);
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/test/unittests/synergy/
H A DProtocolUtilTests.cpp440 const std::string ExpString(32768, 'x'); in TEST_F() local
452 SetValueToVoidPointerArg0(ExpString.c_str(), ExpString.length()), in TEST_F()
453 Return(ExpString.length()) in TEST_F()
470 EXPECT_EQ(ExpString, ActualString); in TEST_F()
/dports/www/erlang-cowboy/cowboy-1.1.2/examples/markdown_middleware/src/
H A Derlmarkdown.erl921 ExpString = re:replace(String, "\t", " ", [{return, list}]),
922 ExpStringLen = length(ExpString),
925 WS = string:substr(ExpString, Len + 1,