Home
last modified time | relevance | path

Searched refs:aLoc (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dpul_primitive_factory.cpp30 const QueryLoc* aLoc, in createUpdDelete() argument
43 const QueryLoc* aLoc, in createUpdInsertChildren() argument
59 const QueryLoc* aLoc, in createUpdInsertAttributes() argument
73 const QueryLoc* aLoc, in createUpdReplaceAttribute() argument
88 const QueryLoc* aLoc, in createUpdReplaceChild() argument
103 const QueryLoc* aLoc, in createUpdReplaceElemContent() argument
117 const QueryLoc* aLoc, in createUpdRenameElem() argument
130 const QueryLoc* aLoc, in createUpdReplaceAttrValue() argument
143 const QueryLoc* aLoc, in createUpdRenameAttr() argument
156 const QueryLoc* aLoc, in createUpdReplaceTextValue() argument
[all …]
H A Dpul_primitives.h306 const QueryLoc* aLoc,
344 const QueryLoc* aLoc,
379 const QueryLoc* aLoc, in UpdReplaceElemContent() argument
420 const QueryLoc* aLoc, in UpdRenameElem() argument
458 const QueryLoc* aLoc, in UpdReplaceAttrValue() argument
503 const QueryLoc* aLoc, in UpdRenameAttr() argument
544 const QueryLoc* aLoc, in UpdReplaceTextValue() argument
582 const QueryLoc* aLoc, in UpdReplacePiValue() argument
617 const QueryLoc* aLoc, in UpdRenamePi() argument
1052 const QueryLoc* aLoc, in UpdInsertFirstIntoCollection() argument
[all …]
H A Dpul_primitives.cpp62 const QueryLoc* aLoc, in UpdatePrimitive() argument
67 theLoc(aLoc), in UpdatePrimitive()
79 const QueryLoc* aLoc, in UpdatePrimitive() argument
84 theLoc(aLoc), in UpdatePrimitive()
98 theLoc(aLoc), in UpdatePrimitive()
111 theLoc(aLoc), in UpdatePrimitive()
189 const QueryLoc* aLoc, in UpdInsertChildren() argument
298 const QueryLoc* aLoc, in UpdInsertAttributes() argument
346 const QueryLoc* aLoc, in UpdReplaceAttribute() argument
397 const QueryLoc* aLoc, in UpdReplaceChild() argument
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DStdObject_gp_Axes.hxx32 gp_Pnt2d aLoc; in operator >>() local
34 theReadData >> aLoc >> aDir; in operator >>()
35 theAx = gp_Ax2d (aLoc, aDir); in operator >>()
46 theWriteData << aLoc << aDir; in write()
57 theWriteData << aLoc << aDir; in operator <<()
65 gp_Pnt2d aLoc; in operator >>() local
88 gp_Pnt aLoc; in operator >>() local
90 theReadData >> aLoc >> aDir; in operator >>()
91 theAx = gp_Ax1 (aLoc, aDir); in operator >>()
102 theWriteData << aLoc << aDir; in write()
[all …]
H A DStdObject_gp_Trsfs.hxx79 gp_XY aLoc; in operator >>() local
81 theReadData >> aScale >> aForm >> aMat >> aLoc; in operator >>()
83 theTrsf.SetValues (aScale * aMat(1, 1), aScale * aMat(1, 2), aLoc.X(), in operator >>()
84 aScale * aMat(2, 1), aScale * aMat(2, 2), aLoc.Y()); in operator >>()
97 const gp_XY& aLoc = theTrsf.TranslationPart(); in operator <<() local
99 theWriteData << aScale << aForm << aMat << aLoc; in operator <<()
112 gp_XYZ aLoc; in operator >>() local
114 theReadData >> aScale >> aForm >> aMat >> aLoc; in operator >>()
117 aScale * aMat(1, 1), aScale * aMat(1, 2), aScale * aMat(1, 3), aLoc.X(), in operator >>()
132 const gp_XYZ& aLoc = theTrsf.TranslationPart(); in operator <<() local
[all …]
H A Dgp_Pln.hxx311 const gp_Pnt& aLoc = pos.Location (); in Distance() local
313 Standard_Real aD = (aDir.X() * (theP.X() - aLoc.X()) + in Distance()
314 aDir.Y() * (theP.Y() - aLoc.Y()) + in Distance()
333 const gp_Pnt& aLoc = pos.Location(); in Distance() local
335 aD = (aDir.X() * (aP.X() - aLoc.X()) + in Distance()
336 aDir.Y() * (aP.Y() - aLoc.Y()) + in Distance()
337 aDir.Z() * (aP.Z() - aLoc.Z())); in Distance()
356 const gp_Pnt& aLoc = pos.Location (); in Distance() local
358 aD = (aDir.X() * (aP.X() - aLoc.X()) + in Distance()
359 aDir.Y() * (aP.Y() - aLoc.Y()) + in Distance()
[all …]
H A Dgp_Lin.hxx236 const gp_Pnt& aLoc = pos.Location(); in SquareDistance() local
237 gp_Vec aV (theP.X() - aLoc.X(), in SquareDistance()
238 theP.Y() - aLoc.Y(), in SquareDistance()
239 theP.Z() - aLoc.Z()); in SquareDistance()
250 const gp_Pnt& aLoc = pos.Location(); in Normal() local
251 gp_Dir aV (theP.X() - aLoc.X(), in Normal()
252 theP.Y() - aLoc.Y(), in Normal()
253 theP.Z() - aLoc.Z()); in Normal()
/dports/cad/opencascade/opencascade-7.6.0/src/StdObject/
H A DStdObject_gp_Axes.hxx32 gp_Pnt2d aLoc; in operator >>() local
34 theReadData >> aLoc >> aDir; in operator >>()
35 theAx = gp_Ax2d (aLoc, aDir); in operator >>()
46 theWriteData << aLoc << aDir; in write()
57 theWriteData << aLoc << aDir; in operator <<()
65 gp_Pnt2d aLoc; in operator >>() local
88 gp_Pnt aLoc; in operator >>() local
90 theReadData >> aLoc >> aDir; in operator >>()
91 theAx = gp_Ax1 (aLoc, aDir); in operator >>()
102 theWriteData << aLoc << aDir; in write()
[all …]
H A DStdObject_gp_Trsfs.hxx79 gp_XY aLoc; in operator >>() local
81 theReadData >> aScale >> aForm >> aMat >> aLoc; in operator >>()
83 theTrsf.SetValues (aScale * aMat(1, 1), aScale * aMat(1, 2), aLoc.X(), in operator >>()
84 aScale * aMat(2, 1), aScale * aMat(2, 2), aLoc.Y()); in operator >>()
97 const gp_XY& aLoc = theTrsf.TranslationPart(); in operator <<() local
99 theWriteData << aScale << aForm << aMat << aLoc; in operator <<()
112 gp_XYZ aLoc; in operator >>() local
114 theReadData >> aScale >> aForm >> aMat >> aLoc; in operator >>()
117 aScale * aMat(1, 1), aScale * aMat(1, 2), aScale * aMat(1, 3), aLoc.X(), in operator >>()
132 const gp_XYZ& aLoc = theTrsf.TranslationPart(); in operator <<() local
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DStdObject_gp_Axes.hxx32 gp_Pnt2d aLoc; in operator >>() local
34 theReadData >> aLoc >> aDir; in operator >>()
35 theAx = gp_Ax2d (aLoc, aDir); in operator >>()
46 theWriteData << aLoc << aDir; in write()
57 theWriteData << aLoc << aDir; in operator <<()
65 gp_Pnt2d aLoc; in operator >>() local
88 gp_Pnt aLoc; in operator >>() local
90 theReadData >> aLoc >> aDir; in operator >>()
91 theAx = gp_Ax1 (aLoc, aDir); in operator >>()
102 theWriteData << aLoc << aDir; in write()
[all …]
H A DStdObject_gp_Trsfs.hxx79 gp_XY aLoc; in operator >>() local
81 theReadData >> aScale >> aForm >> aMat >> aLoc; in operator >>()
83 theTrsf.SetValues (aScale * aMat(1, 1), aScale * aMat(1, 2), aLoc.X(), in operator >>()
84 aScale * aMat(2, 1), aScale * aMat(2, 2), aLoc.Y()); in operator >>()
97 const gp_XY& aLoc = theTrsf.TranslationPart(); in operator <<() local
99 theWriteData << aScale << aForm << aMat << aLoc; in operator <<()
112 gp_XYZ aLoc; in operator >>() local
114 theReadData >> aScale >> aForm >> aMat >> aLoc; in operator >>()
117 aScale * aMat(1, 1), aScale * aMat(1, 2), aScale * aMat(1, 3), aLoc.X(), in operator >>()
132 const gp_XYZ& aLoc = theTrsf.TranslationPart(); in operator <<() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dreadability-redundant-pp.cxx38 void Ifndef(clang::SourceLocation aLoc, const clang::Token& rMacroNameTok,
40 void Ifdef(clang::SourceLocation aLoc, const clang::Token& rMacroNameTok,
42 void Endif(clang::SourceLocation aLoc, clang::SourceLocation aIfLoc) override;
69 if (ignoreLocation(aLoc)) in Ifdef()
73 if (m_rPP.getSourceManager().isInMainFile(aLoc)) in Ifdef()
79 report(DiagnosticsEngine::Warning, "nested ifdef", aLoc); in Ifdef()
86 aEntry.m_aLoc = aLoc; in Ifdef()
94 if (ignoreLocation(aLoc)) in Ifndef()
98 if (m_rPP.getSourceManager().isInMainFile(aLoc)) in Ifndef()
104 report(DiagnosticsEngine::Warning, "nested ifndef", aLoc); in Ifndef()
[all …]
H A Dduplicate-defines.cxx66 auto aLoc = rMacroNameTok.getLocation(); in MacroDefined() local
67 if (ignoreLocation(aLoc)) in MacroDefined()
98 if (m_aDefMap.emplace(aMacroName, Entry{ aLoc }).second) in MacroDefined()
106 assert(aLoc == compiler.getSourceManager().getSpellingLoc(aLoc)); in MacroDefined()
108 if ((compiler.getSourceManager().getFilename(aLoc) in MacroDefined()
110 && (compiler.getSourceManager().getSpellingLineNumber(aLoc) in MacroDefined()
112 && (compiler.getSourceManager().getSpellingColumnNumber(aLoc) in MacroDefined()
118 report(DiagnosticsEngine::Warning, "duplicate defines", aLoc); in MacroDefined()
125 auto aLoc = rMacroNameTok.getLocation(); in MacroUndefined() local
126 if (ignoreLocation(aLoc)) in MacroUndefined()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dreadability-redundant-pp.cxx38 void Ifndef(clang::SourceLocation aLoc, const clang::Token& rMacroNameTok,
40 void Ifdef(clang::SourceLocation aLoc, const clang::Token& rMacroNameTok,
42 void Endif(clang::SourceLocation aLoc, clang::SourceLocation aIfLoc) override;
69 if (ignoreLocation(aLoc)) in Ifdef()
72 if (m_rPP.getSourceManager().isInMainFile(aLoc)) in Ifdef()
79 report(DiagnosticsEngine::Warning, "nested ifdef", aLoc); in Ifdef()
86 aEntry.m_aLoc = aLoc; in Ifdef()
94 if (ignoreLocation(aLoc)) in Ifndef()
97 if (m_rPP.getSourceManager().isInMainFile(aLoc)) in Ifndef()
104 report(DiagnosticsEngine::Warning, "nested ifndef", aLoc); in Ifndef()
[all …]
H A Dduplicate-defines.cxx65 auto aLoc = rMacroNameTok.getLocation(); in MacroDefined() local
66 if (ignoreLocation(aLoc)) in MacroDefined()
83 if (!m_aDefMap.emplace(aMacroName, Entry{ aLoc }).second) in MacroDefined()
85 report(DiagnosticsEngine::Warning, "duplicate defines", aLoc); in MacroDefined()
94 auto aLoc = rMacroNameTok.getLocation(); in MacroUndefined() local
95 if (ignoreLocation(aLoc)) in MacroUndefined()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_driver.cpp57 msg(_msg), loc(aLoc), err_code(code) in ZorbaParserError()
229 QueryLoc xquery_driver::createQueryLoc(const location& aLoc) const in createQueryLoc()
233 lLoc.setLineBegin(aLoc.begin.line); in createQueryLoc()
234 lLoc.setColumnBegin(aLoc.begin.column); in createQueryLoc()
235 lLoc.setLineEnd(aLoc.end.line); in createQueryLoc()
236 lLoc.setColumnEnd(aLoc.end.column); in createQueryLoc()
243 lLoc.setFilename(aLoc.begin.filename->c_str()); in createQueryLocStatic()
244 lLoc.setLineBegin(aLoc.begin.line); in createQueryLocStatic()
245 lLoc.setColumnBegin(aLoc.begin.column); in createQueryLocStatic()
246 lLoc.setLineEnd(aLoc.end.line); in createQueryLocStatic()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/XCAFDoc/
H A DXCAFDoc_GeomTolerance.cxx159 if (!aLoc.IsNull()) in SetObject()
160 aLoc->ChangeArray(aLocArr); in SetObject()
185 if (!aLoc.IsNull()) in SetObject()
186 aLoc->ChangeArray(aLocArr); in SetObject()
211 if (!aLoc.IsNull()) in SetObject()
212 aLoc->ChangeArray(aLocArr); in SetObject()
223 if (!aLoc.IsNull()) in SetObject()
224 aLoc->ChangeArray(aLocArr); in SetObject()
320 Handle(TDataStd_RealArray) aLoc; in Handle() local
327 …gp_Pnt aL(aLoc->Value(aLoc->Lower()), aLoc->Value(aLoc->Lower() + 1), aLoc->Value(aLoc->Lower() + … in Handle()
[all …]
H A DXCAFDoc_Datum.cxx240 if (!aLoc.IsNull()) in SetObject()
241 aLoc->ChangeArray(aLocArr); in SetObject()
278 if (!aLoc.IsNull()) in SetObject()
279 aLoc->ChangeArray(aLocArr); in SetObject()
304 if (!aLoc.IsNull()) in SetObject()
305 aLoc->ChangeArray(aLocArr); in SetObject()
316 if (!aLoc.IsNull()) in SetObject()
317 aLoc->ChangeArray(aLocArr); in SetObject()
388 Handle(TDataStd_RealArray) aLoc, aN, aR; in Handle()
393 …gp_Pnt aL(aLoc->Value(aLoc->Lower()), aLoc->Value(aLoc->Lower() + 1), aLoc->Value(aLoc->Lower() + … in Handle()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BinMXCAFDoc/
H A DBinMXCAFDoc_LocationDriver.cxx62 TopLoc_Location aLoc; in Paste() local
63 Standard_Boolean aRes = Translate(theSource, aLoc, theRelocTable); in Paste()
64 anAtt->Set(aLoc); in Paste()
77 TopLoc_Location aLoc = anAtt->Get(); in Paste() local
78 Translate(aLoc, theTarget, theRelocTable); in Paste()
123 aPower = aLoc.FirstPower(); in Translate()
124 aDatum = aLoc.FirstDatum(); in Translate()
160 gp_XYZ& aLoc = (gp_XYZ&)aTrsf.TranslationPart(); in Translate() local
161 aLoc.SetX(x); in Translate()
162 aLoc.SetY(y); in Translate()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IVtkOCC/
H A DIVtkOCC_ShapeMesher.cxx77 TopLoc_Location aLoc; in internalBuild() local
264 TopLoc_Location aLoc; in addEdge() local
270 const gp_Trsf aTrsf = aLoc.Transformation(); in addEdge()
271 const bool hasTransform = !aLoc.IsIdentity(); in addEdge()
294 Handle(Poly_Polygon3D) aPoly3d = BRep_Tool::Polygon3D (theEdge, aLoc); in addEdge()
301 const gp_Trsf anEdgeTransf = aLoc.Transformation(); in addEdge()
302 const bool noTransform = aLoc.IsIdentity(); in addEdge()
341 TopLoc_Location aLoc; in addWFFace() local
383 TopLoc_Location aLoc; in addShadedFace() local
391 const gp_Trsf aTrsf = aLoc.Transformation(); in addShadedFace()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepTools/
H A DBRepTools_PurgeLocations.cxx50 const TopLoc_Location& aLoc = myLocations.Location(ind); in Perform() local
52 if (aLoc.IsIdentity()) in Perform()
55 const gp_Trsf& aTrsf = aLoc.Transformation(); in Perform()
142 TopLoc_Location aLoc(aFD); in PurgeLocation() local
143 aLoc = aLoc.Powered(aFP); in PurgeLocation()
144 aTrsf = aLoc.Transformation(); in PurgeLocation()
156 theRes = theRes.Moved(aLoc); in PurgeLocation()
161 theRes = theRes.Moved(aLoc); in PurgeLocation()
/dports/cad/opencascade/opencascade-7.6.0/src/gp/
H A Dgp_Pln.hxx311 const gp_Pnt& aLoc = pos.Location (); in Distance() local
313 Standard_Real aD = (aDir.X() * (theP.X() - aLoc.X()) + in Distance()
314 aDir.Y() * (theP.Y() - aLoc.Y()) + in Distance()
333 const gp_Pnt& aLoc = pos.Location(); in Distance() local
335 aD = (aDir.X() * (aP.X() - aLoc.X()) + in Distance()
336 aDir.Y() * (aP.Y() - aLoc.Y()) + in Distance()
337 aDir.Z() * (aP.Z() - aLoc.Z())); in Distance()
356 const gp_Pnt& aLoc = pos.Location (); in Distance() local
358 aD = (aDir.X() * (aP.X() - aLoc.X()) + in Distance()
359 aDir.Y() * (aP.Y() - aLoc.Y()) + in Distance()
[all …]
H A Dgp_Lin.hxx236 const gp_Pnt& aLoc = pos.Location(); in SquareDistance() local
237 gp_Vec aV (theP.X() - aLoc.X(), in SquareDistance()
238 theP.Y() - aLoc.Y(), in SquareDistance()
239 theP.Z() - aLoc.Z()); in SquareDistance()
250 const gp_Pnt& aLoc = pos.Location(); in Normal() local
251 gp_Dir aV (theP.X() - aLoc.X(), in Normal()
252 theP.Y() - aLoc.Y(), in Normal()
253 theP.Z() - aLoc.Z()); in Normal()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/
H A Darithmetic_impl.cpp73 const QueryLoc* aLoc, in createError() argument
80 RAISE_ERROR(err::XPTY0004, aLoc, in createError()
164 const QueryLoc& aLoc, in compute() argument
186 (result, dctx, tm, &aLoc, n0, n1); in compute()
192 (result, dctx, tm, &aLoc, n0, n1); in compute()
200 (result, dctx, tm, &aLoc, n0, n1); in compute()
209 (result, dctx, tm, &aLoc, n0, n1); in compute()
215 (result, dctx, tm, &aLoc, n0, n1); in compute()
227 (result, dctx, tm, &aLoc, n0, n1); in compute()
271 (result, dctx, tm, &aLoc, n0, n1); in compute()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepGProp/
H A DBRepGProp_MeshCinert.cxx149 TopLoc_Location aLoc; in PreparePolygon() local
150 const Handle(Poly_Polygon3D)& aPolyg = BRep_Tool::Polygon3D(theE, aLoc); in PreparePolygon()
156 if (aLoc.IsIdentity()) in PreparePolygon()
165 const gp_Trsf& aTr = aLoc.Transformation(); in PreparePolygon()
177 BRep_Tool::PolygonOnTriangulation(theE, aPOnTri, aTri, aLoc); in PreparePolygon()
184 if (aLoc.IsIdentity()) in PreparePolygon()
193 const gp_Trsf& aTr = aLoc.Transformation(); in PreparePolygon()
205 BRep_Tool::PolygonOnSurface(theE, aPolyg2D, aS, aLoc); in PreparePolygon()
212 if (aLoc.IsIdentity()) in PreparePolygon()
223 const gp_Trsf& aTr = aLoc.Transformation(); in PreparePolygon()

123456789