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

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 358 OMPForSimdDirective *
359 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc,
363 auto *Dir = createDirective<OMPForSimdDirective>(
393 OMPForSimdDirective *OMPForSimdDirective::CreateEmpty(const ASTContext &C,
397 return createEmptyDirective<OMPForSimdDirective>(
StmtPrinter.cpp 676 void StmtPrinter::VisitOMPForSimdDirective(OMPForSimdDirective *Node) {
StmtProfile.cpp 915 void StmtProfiler::VisitOMPForSimdDirective(const OMPForSimdDirective *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 1622 class OMPForSimdDirective : public OMPLoopDirective {
1631 OMPForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc,
1640 explicit OMPForSimdDirective(unsigned CollapsedNum)
1655 static OMPForSimdDirective *
1667 static OMPForSimdDirective *CreateEmpty(const ASTContext &C,
RecursiveASTVisitor.h 2831 DEF_TRAVERSE_STMT(OMPForSimdDirective,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2319 void ASTStmtReader::VisitOMPForSimdDirective(OMPForSimdDirective *D) {
3201 S = OMPForSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum,
ASTWriterStmt.cpp 2220 void ASTStmtWriter::VisitOMPForSimdDirective(OMPForSimdDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 215 EmitOMPForSimdDirective(cast<OMPForSimdDirective>(*S));
CodeGenFunction.h 3445 void EmitOMPForSimdDirective(const OMPForSimdDirective &S);
CGStmtOpenMP.cpp 3620 void CodeGenFunction::EmitOMPForSimdDirective(const OMPForSimdDirective &S) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2049 void VisitOMPForSimdDirective(const OMPForSimdDirective *D);
2903 void EnqueueVisitor::VisitOMPForSimdDirective(const OMPForSimdDirective *D) {
5581 return cxstring::createRef("OMPForSimdDirective");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8530 TreeTransform<Derived>::TransformOMPForSimdDirective(OMPForSimdDirective *D) {
SemaOpenMP.cpp 9737 return OMPForSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount,

Completed in 128 milliseconds