Home
last modified time | relevance | path

Searched refs:string_literal (Results 176 – 200 of 1676) sorted by relevance

12345678910>>...68

/dports/misc/findutils/findutils-4.8.0/gnulib-tests/
H A Dmacros.h88 #define WRITE_TO_STDERR(string_literal) \
90 const char *s = string_literal; \
/dports/textproc/diffutils/diffutils-3.8/gnulib-tests/
H A Dmacros.h88 #define WRITE_TO_STDERR(string_literal) \
90 const char *s = string_literal; \
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/XEval/
H A DPrepare.pm253 if (exists($genTree->{string_literal}))
255 $genTree->{vx} = $genTree->{string_literal};
313 if (exists($oplist->[2]->{string_literal}))
315 $literal = $oplist->[2]->{string_literal};
416 string_literal => $perl_lit,
/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A Dbigquery_view_parser.py352 string_literal = QuotedString("'") | QuotedString('"') | QuotedString("`")
353 regex_literal = "r" + string_literal
355 date_or_time_literal = (DATE | TIME | DATETIME | TIMESTAMP) + string_literal
358 | string_literal
363 | CURRENT_TIME + Optional(LPAR + Optional(string_literal) + RPAR)
364 | CURRENT_DATE + Optional(LPAR + Optional(string_literal) + RPAR)
365 | CURRENT_TIMESTAMP + Optional(LPAR + Optional(string_literal) + RPAR)
490 + Optional(COMMA + string_literal)
714 + Optional(FOR + SYSTEMTIME + AS + OF + string_literal)
/dports/devel/mimir/mimir-2.15/dcg/
H A Ddcg_parser.h43 string_literal = 259, enumerator
65 #define string_literal 259 macro
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/mysqlclient/MySQLdb/
H A Dconverters.pyi5 from MySQLdb._mysql import string_literal as string_literal
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm/src/bin/
H A Dleftwm-state.rs60 let string_literal = matches.value_of("string"); in main() localVariable
87 } else if let Some(string_literal) = string_literal { in main()
91 .parse(string_literal) in main()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/lopdf/src/
H A Dcreator.rs123 "Title" => Object::string_literal("Create PDF document example"), in create_document()
124 "Creator" => Object::string_literal("https://crates.io/crates/lopdf"), in create_document()
143 Operation::new("Tj", vec![Object::string_literal("Hello World!")]), in create_document()
/dports/net/zmap/zmap-2.1.1/src/
H A Dexpression.c53 expected = literal->value.string_literal; in eval_eq_node()
100 node->value.string_literal = literal; in make_string_node()
159 printf("%s) ", root->value.string_literal); in print_expression()
H A Dparser.y24 char *string_literal; member
30 %token <string_literal> T_FIELD
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/test/test/utils-ts/
H A Dbasic_cstring-test.cpp55 struct string_literal { struct
58 string_literal() {} in string_literal() argument
59 string_literal( char const* orig, std::size_t orig_size ) in string_literal() function
82 static string_literal<CharT> l( "test_string", 11 ); in test_string() argument
94 static string_literal<CharT> l; in static_literal()
103 string_literal<CharT> BOOST_JOIN( sl, __LINE__)(s, sizeof( s )); \
244 string_literal<CharT> l( "test", 4 ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/test/test/utils-ts/
H A Dbasic_cstring-test.cpp55 struct string_literal { struct
58 string_literal() {} in string_literal() argument
59 string_literal( char const* orig, std::size_t orig_size ) in string_literal() argument
82 static string_literal<CharT> l( "test_string", 11 ); in test_string() argument
94 static string_literal<CharT> l; in static_literal()
103 string_literal<CharT> BOOST_JOIN( sl, __LINE__)(s, sizeof( s )); \
244 string_literal<CharT> l( "test", 4 ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()
/dports/databases/percona57-server/boost_1_59_0/libs/test/test/utils-ts/
H A Dbasic_cstring-test.cpp55 struct string_literal { struct
58 string_literal() {} in string_literal() function
59 string_literal( char const* orig, std::size_t orig_size ) in string_literal() argument
82 static string_literal<CharT> l( "test_string", 11 ); in test_string() argument
94 static string_literal<CharT> l; in static_literal()
103 string_literal<CharT> BOOST_JOIN( sl, __LINE__)(s, sizeof( s )); \
244 string_literal<CharT> l( "test", 4 ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()
/dports/databases/xtrabackup/boost_1_59_0/libs/test/test/utils-ts/
H A Dbasic_cstring-test.cpp55 struct string_literal { struct
58 string_literal() {} in string_literal() argument
59 string_literal( char const* orig, std::size_t orig_size ) in string_literal() argument
82 static string_literal<CharT> l( "test_string", 11 ); in test_string() argument
94 static string_literal<CharT> l; in static_literal()
103 string_literal<CharT> BOOST_JOIN( sl, __LINE__)(s, sizeof( s )); \
244 string_literal<CharT> l( "test", 4 ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()
/dports/databases/percona57-client/boost_1_59_0/libs/test/test/utils-ts/
H A Dbasic_cstring-test.cpp55 struct string_literal { struct
58 string_literal() {} in string_literal() argument
59 string_literal( char const* orig, std::size_t orig_size ) in string_literal() argument
82 static string_literal<CharT> l( "test_string", 11 ); in test_string() argument
94 static string_literal<CharT> l; in static_literal()
103 string_literal<CharT> BOOST_JOIN( sl, __LINE__)(s, sizeof( s )); \
244 string_literal<CharT> l( "test", 4 ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()
/dports/devel/boost-docs/boost_1_72_0/libs/test/test/utils-ts/
H A Dbasic_cstring-test.cpp55 struct string_literal { struct
58 string_literal() {} in string_literal() argument
59 string_literal( char const* orig, std::size_t orig_size ) in string_literal() function
82 static string_literal<CharT> l( "test_string", 11 ); in test_string() argument
94 static string_literal<CharT> l; in static_literal()
103 string_literal<CharT> BOOST_JOIN( sl, __LINE__)(s, sizeof( s )); \
244 string_literal<CharT> l( "test", 4 ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()
/dports/devel/boost-python-libs/boost_1_72_0/libs/test/test/utils-ts/
H A Dbasic_cstring-test.cpp55 struct string_literal { struct
58 string_literal() {} in string_literal() function
59 string_literal( char const* orig, std::size_t orig_size ) in string_literal() function
82 static string_literal<CharT> l( "test_string", 11 ); in test_string() argument
94 static string_literal<CharT> l; in static_literal()
103 string_literal<CharT> BOOST_JOIN( sl, __LINE__)(s, sizeof( s )); \
244 string_literal<CharT> l( "test", 4 ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()
/dports/devel/boost-libs/boost_1_72_0/libs/test/test/utils-ts/
H A Dbasic_cstring-test.cpp55 struct string_literal { struct
58 string_literal() {} in string_literal() function
59 string_literal( char const* orig, std::size_t orig_size ) in string_literal() function
82 static string_literal<CharT> l( "test_string", 11 ); in test_string() argument
94 static string_literal<CharT> l; in static_literal()
103 string_literal<CharT> BOOST_JOIN( sl, __LINE__)(s, sizeof( s )); \
244 string_literal<CharT> l( "test", 4 ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()
/dports/devel/hyperscan/boost_1_75_0/libs/test/test/utils-ts/
H A Dbasic_cstring-test.cpp55 struct string_literal { struct
58 string_literal() {} in string_literal() argument
59 string_literal( char const* orig, std::size_t orig_size ) in string_literal() function
82 static string_literal<CharT> l( "test_string", 11 ); in test_string() argument
94 static string_literal<CharT> l; in static_literal()
103 string_literal<CharT> BOOST_JOIN( sl, __LINE__)(s, sizeof( s )); \
244 string_literal<CharT> l( "test", 4 ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/lopdf/tests/
H A Dmodify.rs10 let id = doc.add_object(Object::string_literal("test")); in test_get_object()
34 content.operations[3].operands[0] = Object::string_literal("Modified text!"); in modify_text()
/dports/devel/libcutl/libcutl-1.10.0/cutl/compiler/
H A Dsloc-counter.txx52 string_literal (c); in put()
206 string_literal (C c) in string_literal() function in cutl::compiler::sloc_counter
/dports/devel/xsd/xsd-4.1.0.a11+dep/libcutl/cutl/compiler/
H A Dsloc-counter.txx52 string_literal (c); in put()
206 string_literal (C c) in string_literal() function in cutl::compiler::sloc_counter
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Format/
H A DFormatTokenLexer.cpp148 if (!At->is(tok::at) || !String->is(tok::string_literal)) in tryMergeNSStringLiteral()
150 At->Tok.setKind(tok::string_literal); in tryMergeNSStringLiteral()
189 !String->is(tok::string_literal)) in tryMergeCSharpVerbatimStringLiteral()
196 Dollar->Tok.setKind(tok::string_literal); in tryMergeCSharpVerbatimStringLiteral()
209 At->Tok.setKind(tok::string_literal); in tryMergeCSharpVerbatimStringLiteral()
423 RegexToken->Tok.setKind(tok::string_literal); in tryParseJSRegexLiteral()
472 BacktickToken->Tok.setKind(tok::string_literal); in handleTemplateStrings()
526 if (!String->is(tok::string_literal) || String->IsMultiline) in tryMerge_TMacro()
849 Tok.Tok.setKind(tok::string_literal); in readRawToken()
853 Tok.Tok.setKind(tok::string_literal); in readRawToken()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Format/
H A DFormatTokenLexer.cpp134 if (!At->is(tok::at) || !String->is(tok::string_literal)) in tryMergeNSStringLiteral()
136 At->Tok.setKind(tok::string_literal); in tryMergeNSStringLiteral()
175 !String->is(tok::string_literal)) in tryMergeCSharpVerbatimStringLiteral()
182 Dollar->Tok.setKind(tok::string_literal); in tryMergeCSharpVerbatimStringLiteral()
195 At->Tok.setKind(tok::string_literal); in tryMergeCSharpVerbatimStringLiteral()
394 RegexToken->Tok.setKind(tok::string_literal); in tryParseJSRegexLiteral()
443 BacktickToken->Tok.setKind(tok::string_literal); in handleTemplateStrings()
497 if (!String->is(tok::string_literal) || String->IsMultiline) in tryMerge_TMacro()
819 Tok.Tok.setKind(tok::string_literal); in readRawToken()
823 Tok.Tok.setKind(tok::string_literal); in readRawToken()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp148 if (!At->is(tok::at) || !String->is(tok::string_literal)) in tryMergeNSStringLiteral()
150 At->Tok.setKind(tok::string_literal); in tryMergeNSStringLiteral()
189 !String->is(tok::string_literal)) in tryMergeCSharpVerbatimStringLiteral()
196 Dollar->Tok.setKind(tok::string_literal); in tryMergeCSharpVerbatimStringLiteral()
209 At->Tok.setKind(tok::string_literal); in tryMergeCSharpVerbatimStringLiteral()
423 RegexToken->Tok.setKind(tok::string_literal); in tryParseJSRegexLiteral()
472 BacktickToken->Tok.setKind(tok::string_literal); in handleTemplateStrings()
526 if (!String->is(tok::string_literal) || String->IsMultiline) in tryMerge_TMacro()
849 Tok.Tok.setKind(tok::string_literal); in readRawToken()
853 Tok.Tok.setKind(tok::string_literal); in readRawToken()
[all …]

12345678910>>...68