OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPMasterDirective
(Results
1 - 13
of
13
) sorted by null
/external/clang/lib/AST/
StmtOpenMP.cpp
293
OMPMasterDirective
*
OMPMasterDirective
::Create(const ASTContext &C,
297
unsigned Size = llvm::RoundUpToAlignment(sizeof(
OMPMasterDirective
),
300
OMPMasterDirective
*Dir = new (Mem)
OMPMasterDirective
(StartLoc, EndLoc);
305
OMPMasterDirective
*
OMPMasterDirective
::CreateEmpty(const ASTContext &C,
307
unsigned Size = llvm::RoundUpToAlignment(sizeof(
OMPMasterDirective
),
310
return new (Mem)
OMPMasterDirective
();
[
all
...]
StmtPrinter.cpp
961
void StmtPrinter::VisitOMPMasterDirective(
OMPMasterDirective
*Node) {
[
all
...]
StmtProfile.cpp
523
void StmtProfiler::VisitOMPMasterDirective(const
OMPMasterDirective
*S) {
[
all
...]
/external/clang/include/clang/AST/
StmtOpenMP.h
[
all
...]
RecursiveASTVisitor.h
[
all
...]
/external/clang/lib/Serialization/
ASTReaderStmt.cpp
[
all
...]
ASTWriterStmt.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGStmt.cpp
206
EmitOMPMasterDirective(cast<
OMPMasterDirective
>(*S));
[
all
...]
CGStmtOpenMP.cpp
[
all
...]
CodeGenFunction.h
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
[
all
...]
/external/clang/lib/Sema/
SemaOpenMP.cpp
[
all
...]
TreeTransform.h
[
all
...]
Completed in 56 milliseconds