OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPTaskLoopSimdDirective
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp
975
OMPTaskLoopSimdDirective
*
OMPTaskLoopSimdDirective
::Create(
979
auto *Dir = createDirective<
OMPTaskLoopSimdDirective
>(
1010
OMPTaskLoopSimdDirective
*
1011
OMPTaskLoopSimdDirective
::CreateEmpty(const ASTContext &C, unsigned NumClauses,
1013
return createEmptyDirective<
OMPTaskLoopSimdDirective
>(
StmtPrinter.cpp
842
OMPTaskLoopSimdDirective
*Node) {
StmtProfile.cpp
1048
const
OMPTaskLoopSimdDirective
*S) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
3488
class
OMPTaskLoopSimdDirective
: public OMPLoopDirective {
3497
OMPTaskLoopSimdDirective
(SourceLocation StartLoc, SourceLocation EndLoc,
3507
explicit
OMPTaskLoopSimdDirective
(unsigned CollapsedNum)
3523
static
OMPTaskLoopSimdDirective
*
3535
static
OMPTaskLoopSimdDirective
*CreateEmpty(const ASTContext &C,
RecursiveASTVisitor.h
2926
DEF_TRAVERSE_STMT(
OMPTaskLoopSimdDirective
,
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
2485
void ASTStmtReader::VisitOMPTaskLoopSimdDirective(
OMPTaskLoopSimdDirective
*D) {
3368
S =
OMPTaskLoopSimdDirective
::CreateEmpty(Context, NumClauses,
ASTWriterStmt.cpp
2416
void ASTStmtWriter::VisitOMPTaskLoopSimdDirective(
OMPTaskLoopSimdDirective
*D) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
305
EmitOMPTaskLoopSimdDirective(cast<
OMPTaskLoopSimdDirective
>(*S));
CodeGenFunction.h
3480
void EmitOMPTaskLoopSimdDirective(const
OMPTaskLoopSimdDirective
&S);
CGStmtOpenMP.cpp
6992
const
OMPTaskLoopSimdDirective
&S) {
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
2081
void VisitOMPTaskLoopSimdDirective(const
OMPTaskLoopSimdDirective
*D);
3039
const
OMPTaskLoopSimdDirective
*D) {
5643
return cxstring::createRef("
OMPTaskLoopSimdDirective
");
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
8870
OMPTaskLoopSimdDirective
*D) {
SemaOpenMP.cpp
11579
return
OMPTaskLoopSimdDirective
::Create(Context, StartLoc, EndLoc,
Completed in 61 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026