Home
last modified time | relevance | path

Searched refs:OMPSimdlenClause (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMP.td55 let clangClass = "OMPSimdlenClause";
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DOpenMPClause.h742 class OMPSimdlenClause : public OMPClause {
760 OMPSimdlenClause(Expr *Len, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPSimdlenClause() function
766 explicit OMPSimdlenClause() in OMPSimdlenClause() function
DRecursiveASTVisitor.h3101 bool RecursiveASTVisitor<Derived>::VisitOMPSimdlenClause(OMPSimdlenClause *C) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmtProfile.cpp460 void OMPClauseProfiler::VisitOMPSimdlenClause(const OMPSimdlenClause *C) { in VisitOMPSimdlenClause()
DOpenMPClause.cpp1617 void OMPClausePrinter::VisitOMPSimdlenClause(OMPSimdlenClause *Node) { in VisitOMPSimdlenClause()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp11745 C = new (Context) OMPSimdlenClause(); in readClause()
12059 void OMPClauseReader::VisitOMPSimdlenClause(OMPSimdlenClause *C) { in VisitOMPSimdlenClause()
DASTWriter.cpp6048 void OMPClauseWriter::VisitOMPSimdlenClause(OMPSimdlenClause *C) { in VisitOMPSimdlenClause()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp9619 const OMPSimdlenClause *Simdlen = nullptr; in checkSimdlenSafelenSpecified()
9625 Simdlen = cast<OMPSimdlenClause>(Clause); in checkSimdlenSafelenSpecified()
14286 OMPSimdlenClause(Simdlen.get(), StartLoc, LParenLoc, EndLoc); in ActOnOpenMPSimdlenClause()
DTreeTransform.h9217 TreeTransform<Derived>::TransformOMPSimdlenClause(OMPSimdlenClause *C) { in TransformOMPSimdlenClause()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2335 if (const auto *C = D.getSingleClause<OMPSimdlenClause>()) { in emitSimdlenSafelenClause()