Home
last modified time | relevance | path

Searched refs:trueLiteral (Results 1 – 25 of 32) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/Structures/
H A DNegatedConstant.cs173 …private void AsCql(Action trueLiteral, Action varIsNotNull, Action<Constant> varNotEqualsTo, IEnum… in AsCql() argument
188 trueLiteral(); in AsCql()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/torque/ls/
H A Djson-parser.cc154 Symbol trueLiteral = {Rule({Token("true")})}; member in v8::internal::torque::ls::JsonGrammar
172 Symbol value = {Rule({&trueLiteral}, MakeBoolLiteral<true>),
/dports/lang/v8/v8-9.6.180.12/src/torque/ls/
H A Djson-parser.cc154 Symbol trueLiteral = {Rule({Token("true")})}; member in v8::internal::torque::ls::JsonGrammar
172 Symbol value = {Rule({&trueLiteral}, MakeBoolLiteral<true>),
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/torque/ls/
H A Djson-parser.cc154 Symbol trueLiteral = {Rule({Token("true")})}; member in v8::internal::torque::ls::JsonGrammar
172 Symbol value = {Rule({&trueLiteral}, MakeBoolLiteral<true>),
/dports/lang/solidity/solidity_0.8.11/libyul/
H A DDialect.cpp37 Literal Dialect::trueLiteral() const in trueLiteral() function in Dialect
H A DDialect.h91 virtual Literal trueLiteral() const;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/
H A Dqmljssimplereader.cpp267 AST::TrueLiteral *trueLiteral = AST::cast<AST::TrueLiteral *>(expressionNode); in parsePropertyExpression() local
268 if (trueLiteral) in parsePropertyExpression()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/bindings/java/src/org/sleuthkit/datamodel/
H A DTimelineFilter.java117 String trueLiteral = manager.getSQLWhere(null); in getSQLWhere() local
121 .filter(sqlString -> notEqual(sqlString, trueLiteral)) in getSQLWhere()
123 return join.isEmpty() ? trueLiteral : "(" + join + ")"; in getSQLWhere()
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/buger/jsonparser/
H A Dparser.go560 trueLiteral = []byte("true") var
781 if bytes.Equal(value, trueLiteral) || bytes.Equal(value, falseLiteral) {
1119 case bytes.Equal(b, trueLiteral):
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/buger/jsonparser/
H A Dparser.go592 trueLiteral = []byte("true") var
902 if bytes.Equal(value, trueLiteral) || bytes.Equal(value, falseLiteral) {
1245 case bytes.Equal(b, trueLiteral):
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/buger/jsonparser/
H A Dparser.go592 trueLiteral = []byte("true") var
902 if bytes.Equal(value, trueLiteral) || bytes.Equal(value, falseLiteral) {
1245 case bytes.Equal(b, trueLiteral):
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/
H A Dcmpl_parse.go12 var trueLiteral = &_nodeLiteral{value: toValue_bool(true)} var
50 return trueLiteral
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/
H A DASTVisitor.java433 public void endVisit(TrueLiteral trueLiteral, BlockScope scope) { in endVisit() argument
885 public boolean visit(TrueLiteral trueLiteral, BlockScope scope) { in visit() argument
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/
H A Dcmpl_parse.go12 var trueLiteral = &_nodeLiteral{value: toValue_bool(true)} var
50 return trueLiteral
/dports/lang/solidity/solidity_0.8.11/libyul/optimiser/
H A DReasoningBasedSimplifier.cpp72 Literal trueCondition = m_dialect.trueLiteral(); in operator ()()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/
H A DASTVisitor.java404 public void endVisit(TrueLiteral trueLiteral, BlockScope scope) { in endVisit() argument
747 public boolean visit(TrueLiteral trueLiteral, BlockScope scope) { in visit() argument
H A DIAbstractSyntaxTreeVisitor.java243 void endVisit(TrueLiteral trueLiteral, BlockScope scope); in endVisit() argument
403 boolean visit(TrueLiteral trueLiteral, BlockScope scope); in visit() argument
H A DAbstractSyntaxTreeVisitorAdapter.java320 public void endVisit(TrueLiteral trueLiteral, BlockScope scope) { in endVisit() argument
625 public boolean visit(TrueLiteral trueLiteral, BlockScope scope) { in visit() argument
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/
H A DASTVisitor.java447 public void endVisit(TrueLiteral trueLiteral, BlockScope scope) { in endVisit() argument
935 public boolean visit(TrueLiteral trueLiteral, BlockScope scope) { in visit() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/
H A DASTVisitor.java453 public void endVisit(TrueLiteral trueLiteral, BlockScope scope) { in endVisit() argument
956 public boolean visit(TrueLiteral trueLiteral, BlockScope scope) { in visit() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/randomshaders/
H A DrsgBinaryOps.cpp308 BoolLiteral* trueLiteral = new BoolLiteral(true); in createNextChild() local
313 m_rightValueExpr = trueLiteral; in createNextChild()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/ui/WebControls/
H A DDynamic.cs622 static readonly Expression trueLiteral = Expression.Constant(true); field in System.Web.Query.Dynamic.ExpressionParser
2057 d.Add("true", trueLiteral); in CreateKeywords()
/dports/math/py-or-tools/or-tools-9.2/ortools/java/com/google/ortools/sat/
H A DCpModel.java104 public Literal trueLiteral() { in trueLiteral() method in CpModel
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/designercore/model/
H A Dtexttomodelmerger.cpp1351 auto trueLiteral = AST::cast<AST::TrueLiteral *>(expressionNode); in parsePropertyExpression() local
1352 if (trueLiteral) in parsePropertyExpression()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp2067 BoolLiteral trueLiteral(fContext, Position(), true); in writeLogicalOr() local
2068 SpvId trueConstant = this->writeBoolLiteral(trueLiteral); in writeLogicalOr()

12