OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPCriticalDirective
(Results
1 - 13
of
13
) sorted by null
/external/clang/lib/AST/
StmtOpenMP.cpp
313
OMPCriticalDirective
*
OMPCriticalDirective
::Create(
317
unsigned Size = llvm::RoundUpToAlignment(sizeof(
OMPCriticalDirective
),
321
OMPCriticalDirective
*Dir =
322
new (Mem)
OMPCriticalDirective
(Name, StartLoc, EndLoc, Clauses.size());
328
OMPCriticalDirective
*
OMPCriticalDirective
::CreateEmpty(const ASTContext &C,
331
unsigned Size = llvm::RoundUpToAlignment(sizeof(
OMPCriticalDirective
),
335
return new (Mem)
OMPCriticalDirective
(NumClauses);
[
all
...]
StmtPrinter.cpp
966
void StmtPrinter::VisitOMPCriticalDirective(
OMPCriticalDirective
*Node) {
[
all
...]
StmtProfile.cpp
527
void StmtProfiler::VisitOMPCriticalDirective(const
OMPCriticalDirective
*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/tools/libclang/
CIndex.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGStmt.cpp
209
EmitOMPCriticalDirective(cast<
OMPCriticalDirective
>(*S));
[
all
...]
CGStmtOpenMP.cpp
[
all
...]
CodeGenFunction.h
[
all
...]
/external/clang/lib/Sema/
SemaOpenMP.cpp
94
typedef llvm::StringMap<std::pair<
OMPCriticalDirective
*, llvm::APSInt>>
169
void addCriticalWithHint(
OMPCriticalDirective
*D, llvm::APSInt Hint) {
172
const std::pair<
OMPCriticalDirective
*, llvm::APSInt>
[
all
...]
TreeTransform.h
[
all
...]
Completed in 291 milliseconds