HomeSort by relevance Sort by last modified time
    Searched refs:OMPLinearClause (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/AST/
OpenMPClause.cpp 50 return static_cast<const OMPLinearClause *>(C);
112 return static_cast<const OMPLinearClause *>(C);
291 void OMPLinearClause::setPrivates(ArrayRef<Expr *> PL) {
297 void OMPLinearClause::setInits(ArrayRef<Expr *> IL) {
303 void OMPLinearClause::setUpdates(ArrayRef<Expr *> UL) {
309 void OMPLinearClause::setFinals(ArrayRef<Expr *> FL) {
315 OMPLinearClause *OMPLinearClause::Create(
324 OMPLinearClause *Clause = new (Mem) OMPLinearClause(
    [all...]
StmtPrinter.cpp 834 void OMPClausePrinter::VisitOMPLinearClause(OMPLinearClause *Node) {
    [all...]
StmtProfile.cpp 428 void OMPClauseProfiler::VisitOMPLinearClause(const OMPLinearClause *C) {
    [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 72 milliseconds