OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPCancelDirective
(Results
1 - 13
of
13
) sorted by null
/external/clang/lib/AST/
StmtOpenMP.cpp
567
OMPCancelDirective
*
568
OMPCancelDirective
::Create(const ASTContext &C, SourceLocation StartLoc,
572
sizeof(
OMPCancelDirective
) + sizeof(OMPClause *) * Clauses.size(),
575
OMPCancelDirective
*Dir =
576
new (Mem)
OMPCancelDirective
(StartLoc, EndLoc, Clauses.size());
582
OMPCancelDirective
*
OMPCancelDirective
::CreateEmpty(const ASTContext &C,
585
unsigned Size = llvm::RoundUpToAlignment(sizeof(
OMPCancelDirective
) +
589
return new (Mem)
OMPCancelDirective
(NumClauses);
[
all
...]
StmtPrinter.cpp
1056
void StmtPrinter::VisitOMPCancelDirective(
OMPCancelDirective
*Node) {
[
all
...]
StmtProfile.cpp
596
void StmtProfiler::VisitOMPCancelDirective(const
OMPCancelDirective
*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
254
EmitOMPCancelDirective(cast<
OMPCancelDirective
>(*S));
[
all
...]
CGStmtOpenMP.cpp
[
all
...]
CodeGenFunction.h
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
[
all
...]
/external/clang/lib/Sema/
TreeTransform.h
[
all
...]
SemaOpenMP.cpp
[
all
...]
Completed in 809 milliseconds