Home
last modified time | relevance | path

Searched refs:lengthExpr (Results 1 – 25 of 83) sorted by relevance

1234

/dports/cad/alliance/alliance/src/log/src/
H A Dlog_prefbib.c572 sprintf (arite, "%ld", lengthExpr (expr1));
619 chaine = gensym_abl (operToChar (OPER (expr)), lengthExpr (expr));
627 chaine = gensym_abl (bidon, lengthExpr (CADR (expr)));
923 lengthExpr (expr) in lengthExpr() function
1093 else if (lengthExpr (expr) == 2)
1138 if (ATOM (expr) || OPER (expr) != XOR || lengthExpr (expr) > 2)
1515 return OPER (expr) * 100 + lengthExpr (expr);
1555 if (lengthExpr (expr) <= i)
1782 if (lengthExpr (auxExpr) < 2)
1798 if ((lengthExpr (auxExpr) > 1) || (OPER (auxExpr) == NOT))
[all …]
H A Dlog.h357 extern long lengthExpr __P((chain_list *expr));
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/lang/check/
H A Dbounds.go859 lengthExpr := (*a.Expr)(nil)
861 lengthExpr = lTyp.ArrayLength()
863 lengthExpr = makeSliceLength(lhs)
869 …if err := proveReasonRequirementForRHSLength(q, t.IDXBinaryLessThan, rhs, lengthExpr); err != nil {
895 lengthExpr := (*a.Expr)(nil)
897 lengthExpr = lTyp.ArrayLength()
899 lengthExpr = makeSliceLength(lhs)
906 rhs = lengthExpr
917 if rhs != lengthExpr {
918 if err := proveReasonRequirementForRHSLength(q, t.IDXBinaryLessEq, rhs, lengthExpr); err != nil {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/lang/check/
H A Dbounds.go844 lengthExpr := (*a.Expr)(nil)
846 lengthExpr = lTyp.ArrayLength()
848 lengthExpr = makeSliceLength(lhs)
854 …if err := proveReasonRequirementForRHSLength(q, t.IDXBinaryLessThan, rhs, lengthExpr); err != nil {
880 lengthExpr := (*a.Expr)(nil)
882 lengthExpr = lTyp.ArrayLength()
884 lengthExpr = makeSliceLength(lhs)
891 rhs = lengthExpr
902 if rhs != lengthExpr {
903 if err := proveReasonRequirementForRHSLength(q, t.IDXBinaryLessEq, rhs, lengthExpr); err != nil {
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Semantics/
H A Dcompute-offsets.cpp277 if (MaybeIntExpr lengthExpr{length.GetExplicit()}) { in GetElementSize() local
278 if (auto lengthInt{ToInt64(*lengthExpr)}) { in GetElementSize()
H A Dtools.cpp642 if (MaybeIntExpr lengthExpr{length.GetExplicit()}) { in IsAutomaticObject() local
643 if (!ToInt64(lengthExpr)) { in IsAutomaticObject()
/dports/lang/nim/nim-1.6.2/compiler/
H A Dccgcalls.nim163 let lengthExpr = "($1)-($2)+1" % [rdLoc(c), rdLoc(b)]
169 lengthExpr)
173 lengthExpr)
177 lengthExpr)
180 lengthExpr)
183 lengthExpr)
191 lengthExpr)
194 lengthExpr)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Semantics/
H A Dcompute-offsets.cpp352 if (MaybeIntExpr lengthExpr{length.GetExplicit()}) { in GetElementSize() local
353 if (auto lengthInt{ToInt64(*lengthExpr)}) { in GetElementSize()
H A Dtools.cpp669 if (MaybeIntExpr lengthExpr{length.GetExplicit()}) { in IsAutomaticObject() local
670 if (!ToInt64(lengthExpr)) { in IsAutomaticObject()
/dports/lang/oo2c/oo2c_64-2.1.11/stage0/obj/OOC/SymbolTable/
H A DBuilder.oh101 …C_SymbolTable__Position position, OOC_CHAR8 isOpenArray, OOC_AST__Node lengthExpr, OOC_SymbolTable…
103 …C_SymbolTable__Position position, OOC_CHAR8 isOpenArray, OOC_AST__Node lengthExpr, OOC_SymbolTable…
H A DBuilder.c281 …C_SymbolTable__Position position, OOC_CHAR8 isOpenArray, OOC_AST__Node lengthExpr, OOC_SymbolTable… in OOC_SymbolTable_Builder__BuilderDesc_NewArray() argument
285 i1 = (OOC_INT64)lengthExpr; in OOC_SymbolTable_Builder__BuilderDesc_NewArray()
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/lib/core/
H A Dagent.py1045 lengthExpr = lengthQuery % ("(%s)" % expression)
1047 lengthExpr = expression.replace(fieldsStr, lengthQuery % fieldsStr, 1)
1049 lengthExpr = lengthQuery % expression
1051 return unescaper.escape(lengthExpr)
/dports/graphics/jogamp-jogl/gluegen/src/java/com/jogamp/gluegen/
H A DJavaEmitter.java1464 final StringBuilder lengthExpr = new StringBuilder(); in getArrayArrayLengthExpr() local
1471 lengthExpr.append("*"); in getArrayArrayLengthExpr()
1473 lengthExpr.append(length[i]); in getArrayArrayLengthExpr()
1491 return lengthExpr.toString(); in getArrayArrayLengthExpr()
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/SymbolTable/
H A DBuilder.Mod307 lengthExpr: AST.Node;
314 elementType, lengthExpr);
/dports/lang/tclX/tclx8.4/tests/
H A Dstring.test218 } 1 {wrong # args: csubstr string firstExpr lengthExpr}
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dtools.cpp735 if (MaybeIntExpr lengthExpr{length.GetExplicit()}) { in IsAutomaticObject() local
736 if (!ToInt64(lengthExpr)) { in IsAutomaticObject()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dtools.cpp701 if (MaybeIntExpr lengthExpr{length.GetExplicit()}) { in IsAutomaticObject() local
702 if (!ToInt64(lengthExpr)) { in IsAutomaticObject()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dtools.cpp701 if (MaybeIntExpr lengthExpr{length.GetExplicit()}) { in IsAutomaticObject() local
702 if (!ToInt64(lengthExpr)) { in IsAutomaticObject()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Semantics/
H A Dtools.cpp732 if (MaybeIntExpr lengthExpr{length.GetExplicit()}) { in IsAutomaticObject() local
733 if (!ToInt64(lengthExpr)) { in IsAutomaticObject()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dtools.cpp735 if (MaybeIntExpr lengthExpr{length.GetExplicit()}) { in IsAutomaticObject() local
736 if (!ToInt64(lengthExpr)) { in IsAutomaticObject()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dtools.cpp735 if (MaybeIntExpr lengthExpr{length.GetExplicit()}) { in IsAutomaticObject() local
736 if (!ToInt64(lengthExpr)) { in IsAutomaticObject()
/dports/lang/oo2c/oo2c_64-2.1.11/stage0/obj/OOC/
H A DSymbolTable.oh406 OOC_AST__Node lengthExpr;
1140 …tion position, OOC_CHAR8 isOpenArray, OOC_SymbolTable__Type elementType, OOC_AST__Node lengthExpr);
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/AST/
H A DCreateIR.Mod715 expr := b.AssertConst(Expr(item.lengthExpr));
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/
H A DSymbolTable.Mod646 lengthExpr-: AST.Node;
2686 lengthExpr: AST.Node);
2695 array. lengthExpr := lengthExpr;
2718 array. lengthExpr := NIL;
/dports/devel/apitrace/apitrace-9.0/specs/
H A Dglapi.py50 lengthExpr = '((%s) >= 0 ? (%s) : strlen(%s))' % (length, length, argName)
51 return In(String(Const(charType), lengthExpr), argName)
56 lengthExpr = '((%s) ? *(%s) : strlen(%s))' % (lengthPtr, lengthPtr, argName)
57 return Out(String(charType, lengthExpr), argName)

1234