clang
24.0.0git
OMPLoopDirective Member List
This is the complete list of members for
OMPLoopDirective
, including all inherited members.
ASTStmtReader
class
OMPLoopDirective
friend
classof
(const Stmt *T)
OMPLoopDirective
inline
static
counters
()
OMPLoopDirective
inline
counters
() const
OMPLoopDirective
inline
dependent_counters
()
OMPLoopDirective
inline
dependent_counters
() const
OMPLoopDirective
inline
dependent_inits
()
OMPLoopDirective
inline
dependent_inits
() const
OMPLoopDirective
inline
finals
()
OMPLoopDirective
inline
finals
() const
OMPLoopDirective
inline
finals_conditions
()
OMPLoopDirective
inline
finals_conditions
() const
OMPLoopDirective
inline
getArraysOffset
(OpenMPDirectiveKind Kind)
OMPLoopDirective
inline
protected
static
getBody
()
OMPLoopDirective
getBody
() const
OMPLoopDirective
inline
getCalcLastIteration
() const
OMPLoopDirective
inline
getCombinedCond
() const
OMPLoopDirective
inline
getCombinedDistCond
() const
OMPLoopDirective
inline
getCombinedEnsureUpperBound
() const
OMPLoopDirective
inline
getCombinedInit
() const
OMPLoopDirective
inline
getCombinedLowerBoundVariable
() const
OMPLoopDirective
inline
getCombinedNextLowerBound
() const
OMPLoopDirective
inline
getCombinedNextUpperBound
() const
OMPLoopDirective
inline
getCombinedParForInDistCond
() const
OMPLoopDirective
inline
getCombinedUpperBoundVariable
() const
OMPLoopDirective
inline
getCond
() const
OMPLoopDirective
inline
getDistInc
() const
OMPLoopDirective
inline
getEnsureUpperBound
() const
OMPLoopDirective
inline
getInc
() const
OMPLoopDirective
inline
getInit
() const
OMPLoopDirective
inline
getIsLastIterVariable
() const
OMPLoopDirective
inline
getIterationVariable
() const
OMPLoopDirective
inline
getLastIteration
() const
OMPLoopDirective
inline
getLowerBoundVariable
() const
OMPLoopDirective
inline
getNextLowerBound
() const
OMPLoopDirective
inline
getNextUpperBound
() const
OMPLoopDirective
inline
getNumIterations
() const
OMPLoopDirective
inline
getPreCond
() const
OMPLoopDirective
inline
getPreInits
() const
OMPLoopDirective
inline
getPreInits
()
OMPLoopDirective
inline
getPrevEnsureUpperBound
() const
OMPLoopDirective
inline
getPrevLowerBoundVariable
() const
OMPLoopDirective
inline
getPrevUpperBoundVariable
() const
OMPLoopDirective
inline
getStrideVariable
() const
OMPLoopDirective
inline
getUpperBoundVariable
() const
OMPLoopDirective
inline
inits
()
OMPLoopDirective
inline
inits
() const
OMPLoopDirective
inline
numLoopChildren
(unsigned CollapsedNum, OpenMPDirectiveKind Kind)
OMPLoopDirective
inline
protected
static
OMPLoopDirective
(StmtClass SC, OpenMPDirectiveKind Kind, SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum)
OMPLoopDirective
inline
protected
private_counters
()
OMPLoopDirective
inline
private_counters
() const
OMPLoopDirective
inline
setCalcLastIteration
(Expr *CLI)
OMPLoopDirective
inline
protected
setCombinedCond
(Expr *CombCond)
OMPLoopDirective
inline
protected
setCombinedDistCond
(Expr *CombDistCond)
OMPLoopDirective
inline
protected
setCombinedEnsureUpperBound
(Expr *CombEUB)
OMPLoopDirective
inline
protected
setCombinedInit
(Expr *CombInit)
OMPLoopDirective
inline
protected
setCombinedLowerBoundVariable
(Expr *CombLB)
OMPLoopDirective
inline
protected
setCombinedNextLowerBound
(Expr *CombNLB)
OMPLoopDirective
inline
protected
setCombinedNextUpperBound
(Expr *CombNUB)
OMPLoopDirective
inline
protected
setCombinedParForInDistCond
(Expr *CombParForInDistCond)
OMPLoopDirective
inline
protected
setCombinedUpperBoundVariable
(Expr *CombUB)
OMPLoopDirective
inline
protected
setCond
(Expr *Cond)
OMPLoopDirective
inline
protected
setCounters
(ArrayRef< Expr * > A)
OMPLoopDirective
protected
setDependentCounters
(ArrayRef< Expr * > A)
OMPLoopDirective
protected
setDependentInits
(ArrayRef< Expr * > A)
OMPLoopDirective
protected
setDistInc
(Expr *DistInc)
OMPLoopDirective
inline
protected
setEnsureUpperBound
(Expr *EUB)
OMPLoopDirective
inline
protected
setFinals
(ArrayRef< Expr * > A)
OMPLoopDirective
protected
setFinalsConditions
(ArrayRef< Expr * > A)
OMPLoopDirective
protected
setInc
(Expr *Inc)
OMPLoopDirective
inline
protected
setInit
(Expr *Init)
OMPLoopDirective
inline
protected
setInits
(ArrayRef< Expr * > A)
OMPLoopDirective
protected
setIsLastIterVariable
(Expr *IL)
OMPLoopDirective
inline
protected
setIterationVariable
(Expr *IV)
OMPLoopDirective
inline
protected
setLastIteration
(Expr *LI)
OMPLoopDirective
inline
protected
setLowerBoundVariable
(Expr *LB)
OMPLoopDirective
inline
protected
setNextLowerBound
(Expr *NLB)
OMPLoopDirective
inline
protected
setNextUpperBound
(Expr *NUB)
OMPLoopDirective
inline
protected
setNumIterations
(Expr *NI)
OMPLoopDirective
inline
protected
setPreCond
(Expr *PC)
OMPLoopDirective
inline
protected
setPreInits
(Stmt *PreInits)
OMPLoopDirective
inline
protected
setPrevEnsureUpperBound
(Expr *PrevEUB)
OMPLoopDirective
inline
protected
setPrevLowerBoundVariable
(Expr *PrevLB)
OMPLoopDirective
inline
protected
setPrevUpperBoundVariable
(Expr *PrevUB)
OMPLoopDirective
inline
protected
setPrivateCounters
(ArrayRef< Expr * > A)
OMPLoopDirective
protected
setStrideVariable
(Expr *ST)
OMPLoopDirective
inline
protected
setUpdates
(ArrayRef< Expr * > A)
OMPLoopDirective
protected
setUpperBoundVariable
(Expr *UB)
OMPLoopDirective
inline
protected
updates
()
OMPLoopDirective
inline
updates
() const
OMPLoopDirective
inline
Generated on
for clang by
1.14.0