Home
last modified time | relevance | path

Searched defs:loc_ (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/dports/math/rumur/rumur-2021.09.29/librumur/src/
H A DStmt.cc20 Stmt::Stmt(const location &loc_) : Node(loc_) {} in Stmt()
58 const location &loc_) in Assignment()
83 Clear::Clear(const Ptr<Expr> &rhs_, const location &loc_) in Clear()
116 const location &loc_) in For()
160 const location &loc_) in ProcedureCall()
176 Put::Put(const std::string &value_, const location &loc_) in Put()
179 Put::Put(const Ptr<Expr> &expr_, const location &loc_) in Put()
193 Return::Return(const Ptr<Expr> &expr_, const location &loc_) in Return()
206 const location &loc_) in SwitchCase()
220 const location &loc_) in Switch()
[all …]
H A DDecl.cc16 Decl::Decl(const std::string &name_, const location &loc_) in Decl()
21 ExprDecl::ExprDecl(const std::string &name_, const location &loc_) in ExprDecl()
25 const location &loc_) in AliasDecl()
45 const location &loc_) in ConstDecl()
49 const Ptr<TypeExpr> &type_, const location &loc_) in ConstDecl()
85 const location &loc_) in TypeDecl()
97 const location &loc_) in VarDecl()
H A DExpr.cc25 Expr::Expr(const location &loc_) : Node(loc_) {} in Expr()
80 const location &loc_) in BinaryExpr()
103 const location &loc_) in Implication()
163 const location &loc_) in AmbiguousAmp()
745 const location &loc_) in ExprID()
815 const location &loc_) in Field()
881 const location &loc_) in Element()
1057 const location &loc_) in Quantifier()
1067 const location &loc_) in Quantifier()
1213 const location &loc_) in Exists()
[all …]
H A DRule.cc50 Rule::Rule(const std::string &name_, const location &loc_) in Rule()
56 const std::vector<Ptr<Rule>> &rules_, const location &loc_) in AliasRule()
86 const location &loc_) in SimpleRule()
104 const location &loc_) in StartState()
120 const location &loc_) in PropertyRule()
134 const std::vector<Ptr<Rule>> &rules_, const location &loc_) in Ruleset()
H A DNumber.cc18 Number::Number(const std::string &value_, const location &loc_) try in Number()
24 Number::Number(const mpz_class &value_, const location &loc_) in Number()
H A DTypeExpr.cc22 TypeExpr::TypeExpr(const location &loc_) : Node(loc_) {} in TypeExpr()
163 Range::Range(const Ptr<Expr> &min_, const Ptr<Expr> &max_, const location &loc_) in Range()
218 Scalarset::Scalarset(const Ptr<Expr> &bound_, const location &loc_) in Scalarset()
262 const location &loc_) in Enum()
323 Record::Record(const std::vector<Ptr<VarDecl>> &fields_, const location &loc_) in Record()
363 const Ptr<TypeExpr> &element_type_, const location &loc_) in Array()
413 const location &loc_) in TypeExprID()
H A DNode.cc6 Node::Node(const location &loc_) : loc(loc_) {} in Node()
H A Dexcept.cc9 Error::Error(const std::string &message, const location &loc_) in Error()
H A DProperty.cc9 const location &loc_) in Property()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.cpp92 const QueryLoc& loc_, in VersionDecl()
114 const QueryLoc& loc_, in MainModule()
141 const QueryLoc& loc_, in LibraryModule()
198 const QueryLoc& loc_, in Prolog()
301 const QueryLoc& loc_, in BoundarySpaceDecl()
321 const QueryLoc& loc_, in OrderingModeDecl()
342 const QueryLoc& loc_, in EmptyOrderDecl()
1592 const QueryLoc& loc_, in ForClause()
1622 const QueryLoc& loc_) in VarInDeclList()
1694 const QueryLoc& loc_, in LetClause()
[all …]
H A Dparsenode_base.h48 parsenode(const QueryLoc& loc_) : loc(loc_) { } in parsenode()
113 parsenode (loc_), err(err_), msg(msg_), useParam(useParam_) in parsenode() argument
/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.h137 Location loc_; variable
192 Location loc_; variable
212 Location loc_; variable
223 Location loc_; variable
246 Location loc_; variable
280 Location loc_; variable
292 Location loc_; variable
304 Location loc_; variable
471 Location loc_; variable
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn2.h137 SosofoAppendInsn(size_t, InsnPtr);
192 Location loc_; variable
213 #endif /* not Insn2_INCLUDED */
/dports/math/clingo/clingo-5.5.1/libgringo/gringo/
H A Dterms.hh68 Location loc_; member in Gringo::TheoryOpDef
96 Location loc_; member in Gringo::TheoryTermDef
131 Location loc_; member in Gringo::TheoryAtomDef
161 Location loc_; member in Gringo::TheoryDef
/dports/cad/qelectrotech/qet-0.7.0/sources/
H A Dnewelementwizard.cpp219 ElementsLocation loc_ = m_chosen_location; in validStep2() local
240 ElementsLocation loc_ = m_chosen_location; in createNewElement() local
/dports/games/wesnoth/wesnoth-1.14.17/src/formula/
H A Dcallable_objects.hpp43 const map_location loc_; member in wfl::terrain_callable
76 map_location loc_; member in wfl::location_callable
119 const map_location& loc_; member in wfl::unit_callable
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/sensors/
H A Dpowershell_position_source.ps133 $loc_ = $EventArgs.Position.Location variable
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/util/
H A Dutil_md_c.c8 void *loc_(void* var) in loc_() function
/dports/science/nwchem-data/nwchem-7.0.2-release/src/util/
H A Dutil_md_c.c8 void *loc_(void* var) in loc_() function
/dports/math/curv/curv-0.5/libcurv/
H A Dexception.h98 std::list<Func_Loc> loc_; member
/dports/games/wesnoth/wesnoth-1.14.17/src/whiteboard/
H A Dsuppose_dead.hpp79 map_location loc_; member in wb::suppose_dead
/dports/biology/bbmap/bbmap/current/dna/
H A DScafLoc.java10 public ScafLoc(String name_, int chrom_, int loc_){ in ScafLoc()
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dgame_board.hpp201 const map_location loc_; member
222 const map_location loc_; member
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wabt-sys-0.7.1/wabt/src/
H A Dir.cc637 Const::Const(I32Tag, uint32_t value, const Location& loc_) in Const()
640 Const::Const(I64Tag, uint64_t value, const Location& loc_) in Const()
643 Const::Const(F32Tag, uint32_t value, const Location& loc_) in Const()
646 Const::Const(F64Tag, uint64_t value, const Location& loc_) in Const()
649 Const::Const(V128Tag, v128 value, const Location& loc_) in Const()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/
H A Dvolm_osm_object_point.h61 vgl_point_2d<double> loc_; variable

12345678910>>...14