HomeSort by: relevance | last modified time | path
    Searched refs:OMPParallelForSimdDirective (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 533 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create(
537 auto *Dir = createDirective<OMPParallelForSimdDirective>(
568 OMPParallelForSimdDirective *
569 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C,
572 return createEmptyDirective<OMPParallelForSimdDirective>(
StmtPrinter.cpp 717 OMPParallelForSimdDirective *Node) {
StmtProfile.cpp 946 const OMPParallelForSimdDirective *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 2091 class OMPParallelForSimdDirective : public OMPLoopDirective {
2100 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc,
2110 explicit OMPParallelForSimdDirective(unsigned CollapsedNum)
2126 static OMPParallelForSimdDirective *
2138 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
RecursiveASTVisitor.h 2854 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2357 OMPParallelForSimdDirective *D) {
3240 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses,
ASTWriterStmt.cpp 2265 OMPParallelForSimdDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 236 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S));
CodeGenFunction.h 3453 void EmitOMPParallelForSimdDirective(const OMPParallelForSimdDirective &S);
CGStmtOpenMP.cpp 4115 const OMPParallelForSimdDirective &S) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2056 void VisitOMPParallelForSimdDirective(const OMPParallelForSimdDirective *D);
2934 const OMPParallelForSimdDirective *D) {
5595 return cxstring::createRef("OMPParallelForSimdDirective");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8606 OMPParallelForSimdDirective *D) {
SemaOpenMP.cpp 10045 return OMPParallelForSimdDirective::Create(

Completed in 83 milliseconds