Home
last modified time | relevance | path

Searched refs:stringLit (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Dsml.c109 bool stringLit = false; in parseIdentifier() local
111 while (*cp != '\0' && (!isIdentifier ((int) *cp) || stringLit)) in parseIdentifier()
115 if (oneback == '(' && *cp == '*' && stringLit == false) in parseIdentifier()
122 stringLit = true; in parseIdentifier()
125 if (stringLit && *cp == '"' && oneback != '\\') in parseIdentifier()
126 stringLit = false; in parseIdentifier()
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/
H A Dsml.c105 boolean stringLit = FALSE; in parseIdentifier() local
107 while (*cp != '\0' && (!isIdentifier ((int) *cp) || stringLit)) in parseIdentifier()
111 if (oneback == '(' && *cp == '*' && stringLit == FALSE) in parseIdentifier()
118 stringLit = TRUE; in parseIdentifier()
121 if (stringLit && *cp == '"' && oneback != '\\') in parseIdentifier()
122 stringLit = FALSE; in parseIdentifier()
/dports/devel/arduino-ctags/ctags-5.8-arduino11/
H A Dsml.c105 boolean stringLit = FALSE; in parseIdentifier() local
107 while (*cp != '\0' && (!isIdentifier ((int) *cp) || stringLit)) in parseIdentifier()
111 if (oneback == '(' && *cp == '*' && stringLit == FALSE) in parseIdentifier()
118 stringLit = TRUE; in parseIdentifier()
121 if (stringLit && *cp == '"' && oneback != '\\') in parseIdentifier()
122 stringLit = FALSE; in parseIdentifier()
/dports/devel/ctags/ctags-5.8/
H A Dsml.c105 boolean stringLit = FALSE; in parseIdentifier() local
107 while (*cp != '\0' && (!isIdentifier ((int) *cp) || stringLit)) in parseIdentifier()
111 if (oneback == '(' && *cp == '*' && stringLit == FALSE) in parseIdentifier()
118 stringLit = TRUE; in parseIdentifier()
121 if (stringLit && *cp == '"' && oneback != '\\') in parseIdentifier()
122 stringLit = FALSE; in parseIdentifier()
/dports/japanese/ctags/ctags-5.8j2/
H A Dsml.c105 boolean stringLit = FALSE; in parseIdentifier() local
107 while (*cp != '\0' && (!isIdentifier ((int) *cp) || stringLit)) in parseIdentifier()
111 if (oneback == '(' && *cp == '*' && stringLit == FALSE) in parseIdentifier()
118 stringLit = TRUE; in parseIdentifier()
121 if (stringLit && *cp == '"' && oneback != '\\') in parseIdentifier()
122 stringLit = FALSE; in parseIdentifier()
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/
H A DNullExpressionsSuite.scala98 val stringLit = Literal.create("c", StringType) constant
102 assert(analyze(new Nvl(intLit, stringLit)).dataType == StringType)
103 assert(analyze(new Nvl(stringLit, doubleLit)).dataType == StringType)
107 assert(analyze(new Nvl(nullLit, stringLit)).dataType == StringType)
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/jhump/protoreflect/desc/protoparse/
H A Dproto.y94 %type <str> stringLit
176 syntax : _SYNTAX '=' stringLit ';' {
181 import : _IMPORT stringLit ';' {
185 | _IMPORT _WEAK stringLit ';' {
189 | _IMPORT _PUBLIC stringLit ';' {
237 scalarConstant : stringLit {
303 stringLit : _STRING_LIT {
307 | stringLit _STRING_LIT {
685 fieldNames : fieldNames ',' stringLit {
688 | stringLit {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/jhump/protoreflect/desc/protoparse/
H A Dproto.y120 %type <str> stringLit
204 syntax : _SYNTAX '=' stringLit ';' {
208 import : _IMPORT stringLit ';' {
211 | _IMPORT _WEAK stringLit ';' {
214 | _IMPORT _PUBLIC stringLit ';' {
277 scalarConstant : stringLit {
323 stringLit : _STRING_LIT {
326 | _STRING_LIT stringLit {
744 fieldNames : stringLit {
747 | stringLit ',' fieldNames {
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/jhump/protoreflect/desc/protoparse/
H A Dproto.y120 %type <str> stringLit
204 syntax : _SYNTAX '=' stringLit ';' {
208 import : _IMPORT stringLit ';' {
211 | _IMPORT _WEAK stringLit ';' {
214 | _IMPORT _PUBLIC stringLit ';' {
277 scalarConstant : stringLit {
323 stringLit : _STRING_LIT {
326 | _STRING_LIT stringLit {
744 fieldNames : stringLit {
747 | stringLit ',' fieldNames {
/dports/net/evans/evans-0.9.1/vendor/github.com/jhump/protoreflect/desc/protoparse/
H A Dproto.y97 %type <str> stringLit
179 syntax : _SYNTAX '=' stringLit ';' {
187 import : _IMPORT stringLit ';' {
191 | _IMPORT _WEAK stringLit ';' {
195 | _IMPORT _PUBLIC stringLit ';' {
255 scalarConstant : stringLit {
334 stringLit : _STRING_LIT {
338 | stringLit _STRING_LIT {
777 fieldNames : fieldNames ',' stringLit {
780 | stringLit {
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/jhump/protoreflect/desc/protoparse/
H A Dproto.y97 %type <str> stringLit
179 syntax : _SYNTAX '=' stringLit ';' {
187 import : _IMPORT stringLit ';' {
191 | _IMPORT _WEAK stringLit ';' {
195 | _IMPORT _PUBLIC stringLit ';' {
255 scalarConstant : stringLit {
334 stringLit : _STRING_LIT {
338 | stringLit _STRING_LIT {
750 fieldNames : fieldNames ',' stringLit {
753 | stringLit {
/dports/textproc/jaxup/jaxup/src/java/main/org/jaxup/xupdate/
H A DNodeCopier.java91 String stringLit = original.toString(); in copyLiteral() local
92 if (stringLit.length() == 0) in copyLiteral()
96 return to.createText(toDoc, stringLit); in copyLiteral()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/tools/qmllint/
H A Dtypedescriptionreader.cpp464 auto *stringLit = cast<StringLiteral *>(expStmt->expression); in readStringBinding() local
465 if (!stringLit) { in readStringBinding()
470 return stringLit->value.toString(); in readStringBinding()
586 auto *stringLit = cast<StringLiteral *>(it->element->initializer); in readExports() local
587 if (!stringLit) { in readExports()
592 QString exp = stringLit->value.toString(); in readExports()
598 addError(stringLit->firstSourceLocation(), in readExports()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/tools/qmllint/
H A Dtypedescriptionreader.cpp464 auto *stringLit = cast<StringLiteral *>(expStmt->expression); in readStringBinding() local
465 if (!stringLit) { in readStringBinding()
470 return stringLit->value.toString(); in readStringBinding()
586 auto *stringLit = cast<StringLiteral *>(it->element->initializer); in readExports() local
587 if (!stringLit) { in readExports()
592 QString exp = stringLit->value.toString(); in readExports()
598 addError(stringLit->firstSourceLocation(), in readExports()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/qmljs/
H A Dqmljstypedescriptionreader.cpp455 StringLiteral *stringLit = AST::cast<StringLiteral *>(expStmt->expression); in readStringBinding() local
456 if (!stringLit) { in readStringBinding()
461 return stringLit->value.toString(); in readStringBinding()
572 StringLiteral *stringLit = AST::cast<StringLiteral *>(it->expression); in readExports() local
573 if (!stringLit) { in readExports()
577 QString exp = stringLit->value.toString(); in readExports()
583 …addError(stringLit->firstSourceLocation(), tr("Expected string literal to contain 'Package/Name ma… in readExports()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/
H A Dqmljstypedescriptionreader.cpp426 StringLiteral *stringLit = AST::cast<StringLiteral *>(expStmt->expression); in readStringBinding() local
427 if (!stringLit) { in readStringBinding()
432 return stringLit->value.toString(); in readStringBinding()
543 StringLiteral *stringLit = AST::cast<StringLiteral *>(it->element->initializer); in readExports() local
544 if (!stringLit) { in readExports()
548 QString exp = stringLit->value.toString(); in readExports()
554 …addError(stringLit->firstSourceLocation(), tr("Expected string literal to contain 'Package/Name ma… in readExports()
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/what4-1.1/test/
H A DExprBuilderSMTLib2.hs635 x <- stringLit sym (Char8Literal bsx)
637 z <- stringLit sym (Char8Literal bsz)
638 w <- stringLit sym (Char8Literal bsw)
677 x <- stringLit sym (Char8Literal bsx)
678 z <- stringLit sym (Char8Literal bsz)
679 w <- stringLit sym (Char8Literal bsw)
714 z <- stringLit sym (Char8Literal bsz)
724 cnt2 <- notPred sym =<< stringContains sym c =<< stringLit sym (Char8Literal "Q")
725 cnt3 <- notPred sym =<< stringContains sym c =<< stringLit sym (Char8Literal "q")
763 x <- stringLit sym (Char8Literal bsx)
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/engine/
H A Dmessage.h84 bool stringLit(Common::String &outStr, const Common::String &inStr, uint &index);
H A Dmessage.cpp405 bool MessageState::stringLit(Common::String &outStr, const Common::String &inStr, uint &index) { in stringLit() function in Sci::MessageState
470 if (stringLit(outStr, inStr, index)) in processString()
/dports/games/scummvm/scummvm-2.5.1/engines/sci/engine/
H A Dmessage.h84 bool stringLit(Common::String &outStr, const Common::String &inStr, uint &index);
H A Dmessage.cpp405 bool MessageState::stringLit(Common::String &outStr, const Common::String &inStr, uint &index) { in stringLit() function in Sci::MessageState
474 if (stringLit(outStr, inStr, index)) in processString()
/dports/lang/rhino/rhino1_7R4/testsrc/org/mozilla/javascript/tests/
H A DParserTest.java930 StringLiteral stringLit = in testJSDocAttachment7() local
932 assertNotNull(stringLit.getJsDoc()); in testJSDocAttachment7()
1002 StringLiteral stringLit = in testJSDocAttachment13() local
1004 assertNotNull(stringLit.getJsDoc()); in testJSDocAttachment13()
1091 StringLiteral stringLit = (StringLiteral) st.getExpression(); in testParseUnicodeFormatStringLiteral() local
1092 assertEquals("A\u200DB", stringLit.getValue()); in testParseUnicodeFormatStringLiteral()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/
H A Dfmt_test.go313 if s, ok := stringLit(n); ok && isFormat(s) {
399 func stringLit(n ast.Node) (string, bool) { func
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/encoding/protobuf/
H A Dparse.go380 func (p *protoConverter) stringLit(pos scanner.Position, s string) *ast.BasicLit { func
635 Label: p.stringLit(y.Position, y.Name),
657 value := p.stringLit(y.Position, y.Name)
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DParser.java2888 String stringLit = (String)stringLiteral ().value (); in contextExpr() local
2889 if (isntInStringList (entry.contexts (), stringLit)) in contextExpr()
2890 entry.addContext (stringLit); in contextExpr()
2901 String stringLit = (String)stringLiteral ().value (); in contextExpr2() local
2902 if (isntInStringList (entry.contexts (), stringLit)) in contextExpr2()
2903 entry.addContext (stringLit); in contextExpr2()

12