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

  /external/clang/lib/AST/
OpenMPClause.cpp 521 OMPDependClause *OMPDependClause::Create(
526 OMPDependClause *Clause =
527 new (Mem) OMPDependClause(StartLoc, LParenLoc, EndLoc, VL.size());
536 OMPDependClause *OMPDependClause::CreateEmpty(const ASTContext &C, unsigned N) {
538 return new (Mem) OMPDependClause(N);
541 void OMPDependClause::setCounterValue(Expr *V) {
547 const Expr *OMPDependClause::getCounterValue() const {
554 Expr *OMPDependClause::getCounterValue()
    [all...]
StmtPrinter.cpp 887 void OMPClausePrinter::VisitOMPDependClause(OMPDependClause *Node) {
    [all...]
StmtProfile.cpp 491 void OMPClauseProfiler::VisitOMPDependClause(const OMPDependClause *C) {
    [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.h 40 class OMPDependClause;
    [all...]
CGStmtOpenMP.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 80 typedef llvm::DenseMap<OMPDependClause *, OperatorOffsetTy>
371 void addDoacrossDependClause(OMPDependClause *C, OperatorOffsetTy &OpsOffs) {
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 343 milliseconds