Home
last modified time | relevance | path

Searched defs:DefStmt (Results 1 – 3 of 3) sorted by relevance

/external/starlark-go/syntax/
Dsyntax.go120 type DefStmt struct { struct
121 commentsRef
122 Def Position
123 Name *Ident
124 Params []Expr // param = ident | ident=expr | * | *ident | **ident
125 Body []Stmt
127 Function interface{} // a *resolve.Function, set by resolver
130 func (x *DefStmt) Span() (start, end Position) {
/external/llvm-project/polly/lib/Transform/
DForwardOpTree.cpp456 ScopStmt *DefStmt, Loop *DefLoop) { in forwardKnownLoad()
609 ScopStmt *DefStmt, Loop *DefLoop) { in reloadKnownContent()
664 Instruction *UseInst, ScopStmt *DefStmt, in forwardSpeculatable()
735 ScopStmt *DefStmt = nullptr; in forwardTreeImpl() local
DZoneAlgo.cpp483 ScopStmt *DefStmt) { in computeUseToDefFlowDependency()
645 isl::map ZoneAlgorithm::getDefToTarget(ScopStmt *DefStmt, in getDefToTarget()