OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPParallelSectionsDirective
(Results
1 - 14
of
14
) sorted by null
/external/clang/lib/AST/
StmtOpenMP.cpp
432
OMPParallelSectionsDirective
*
OMPParallelSectionsDirective
::Create(
435
unsigned Size = llvm::RoundUpToAlignment(sizeof(
OMPParallelSectionsDirective
),
439
OMPParallelSectionsDirective
*Dir =
440
new (Mem)
OMPParallelSectionsDirective
(StartLoc, EndLoc, Clauses.size());
447
OMPParallelSectionsDirective
*
448
OMPParallelSectionsDirective
::CreateEmpty(const ASTContext &C,
450
unsigned Size = llvm::RoundUpToAlignment(sizeof(
OMPParallelSectionsDirective
),
454
return new (Mem)
OMPParallelSectionsDirective
(NumClauses);
[
all
...]
StmtPrinter.cpp
989
OMPParallelSectionsDirective
*Node) {
[
all
...]
StmtProfile.cpp
543
const
OMPParallelSectionsDirective
*S) {
[
all
...]
/external/clang/include/clang/AST/
StmtOpenMP.h
[
all
...]
RecursiveASTVisitor.h
[
all
...]
/external/clang/lib/CodeGen/
CGStmtOpenMP.cpp
[
all
...]
CGStmt.cpp
218
EmitOMPParallelSectionsDirective(cast<
OMPParallelSectionsDirective
>(*S));
[
all
...]
CGOpenMPRuntime.cpp
349
else if (auto *OPSD = dyn_cast<
OMPParallelSectionsDirective
>(&D))
[
all
...]
CodeGenFunction.h
[
all
...]
/external/clang/lib/Serialization/
ASTReaderStmt.cpp
[
all
...]
ASTWriterStmt.cpp
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
[
all
...]
/external/clang/lib/Sema/
SemaOpenMP.cpp
[
all
...]
TreeTransform.h
[
all
...]
Completed in 744 milliseconds