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

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 1506 OMPTeamsDistributeDirective *OMPTeamsDistributeDirective::Create(
1510 auto *Dir = createDirective<OMPTeamsDistributeDirective>(
1541 OMPTeamsDistributeDirective *
1542 OMPTeamsDistributeDirective::CreateEmpty(const ASTContext &C,
1545 return createEmptyDirective<OMPTeamsDistributeDirective>(
StmtPrinter.cpp 912 OMPTeamsDistributeDirective *Node) {
StmtProfile.cpp 1117 const OMPTeamsDistributeDirective *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 4320 class OMPTeamsDistributeDirective final : public OMPLoopDirective {
4330 OMPTeamsDistributeDirective(SourceLocation StartLoc, SourceLocation EndLoc,
4340 explicit OMPTeamsDistributeDirective(unsigned CollapsedNum)
4356 static OMPTeamsDistributeDirective *
4367 static OMPTeamsDistributeDirective *CreateEmpty(const ASTContext &C,
RecursiveASTVisitor.h 2959 DEF_TRAVERSE_STMT(OMPTeamsDistributeDirective,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2546 OMPTeamsDistributeDirective *D) {
3457 S = OMPTeamsDistributeDirective::CreateEmpty(Context, NumClauses,
ASTWriterStmt.cpp 2489 OMPTeamsDistributeDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 347 EmitOMPTeamsDistributeDirective(cast<OMPTeamsDistributeDirective>(*S));
CodeGenFunction.h 3497 void EmitOMPTeamsDistributeDirective(const OMPTeamsDistributeDirective &S);
CGStmtOpenMP.cpp 6191 const OMPTeamsDistributeDirective &S) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2098 void VisitOMPTeamsDistributeDirective(const OMPTeamsDistributeDirective *D);
3094 const OMPTeamsDistributeDirective *D) {
5665 return cxstring::createRef("OMPTeamsDistributeDirective");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8993 OMPTeamsDistributeDirective *D) {
SemaOpenMP.cpp 12127 return OMPTeamsDistributeDirective::Create(

Completed in 153 milliseconds