OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPDistributeDirective
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp
1201
OMPDistributeDirective
*
OMPDistributeDirective
::Create(
1205
auto *Dir = createDirective<
OMPDistributeDirective
>(
1236
OMPDistributeDirective
*
1237
OMPDistributeDirective
::CreateEmpty(const ASTContext &C, unsigned NumClauses,
1239
return createEmptyDirective<
OMPDistributeDirective
>(
StmtPrinter.cpp
871
void StmtPrinter::VisitOMPDistributeDirective(
OMPDistributeDirective
*Node) {
StmtProfile.cpp
1073
const
OMPDistributeDirective
*S) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
3839
class
OMPDistributeDirective
: public OMPLoopDirective {
3849
OMPDistributeDirective
(SourceLocation StartLoc, SourceLocation EndLoc,
3859
explicit
OMPDistributeDirective
(unsigned CollapsedNum)
3875
static
OMPDistributeDirective
*
3887
static
OMPDistributeDirective
*CreateEmpty(const ASTContext &C,
RecursiveASTVisitor.h
2941
DEF_TRAVERSE_STMT(
OMPDistributeDirective
,
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
2511
void ASTStmtReader::VisitOMPDistributeDirective(
OMPDistributeDirective
*D) {
3408
S =
OMPDistributeDirective
::CreateEmpty(Context, NumClauses, CollapsedNum,
ASTWriterStmt.cpp
2447
void ASTStmtWriter::VisitOMPDistributeDirective(
OMPDistributeDirective
*D) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
323
EmitOMPDistributeDirective(cast<
OMPDistributeDirective
>(*S));
CodeGenFunction.h
3488
void EmitOMPDistributeDirective(const
OMPDistributeDirective
&S);
CGStmtOpenMP.cpp
5268
const
OMPDistributeDirective
&S) {
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
2089
void VisitOMPDistributeDirective(const
OMPDistributeDirective
*D);
3064
const
OMPDistributeDirective
*D) {
5653
return cxstring::createRef("
OMPDistributeDirective
");
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
8926
OMPDistributeDirective
*D) {
SemaOpenMP.cpp
11814
return
OMPDistributeDirective
::Create(Context, StartLoc, EndLoc,
Completed in 90 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026