OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPTargetSimdDirective
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp
1470
OMPTargetSimdDirective
*
1471
OMPTargetSimdDirective
::Create(const ASTContext &C, SourceLocation StartLoc,
1475
auto *Dir = createDirective<
OMPTargetSimdDirective
>(
1498
OMPTargetSimdDirective
*
1499
OMPTargetSimdDirective
::CreateEmpty(const ASTContext &C, unsigned NumClauses,
1501
return createEmptyDirective<
OMPTargetSimdDirective
>(
StmtPrinter.cpp
906
void StmtPrinter::VisitOMPTargetSimdDirective(
OMPTargetSimdDirective
*Node) {
StmtProfile.cpp
1112
const
OMPTargetSimdDirective
*S) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
4255
class
OMPTargetSimdDirective
final : public OMPLoopDirective {
4265
OMPTargetSimdDirective
(SourceLocation StartLoc, SourceLocation EndLoc,
4275
explicit
OMPTargetSimdDirective
(unsigned CollapsedNum)
4291
static
OMPTargetSimdDirective
*
4302
static
OMPTargetSimdDirective
*CreateEmpty(const ASTContext &C,
RecursiveASTVisitor.h
2956
DEF_TRAVERSE_STMT(
OMPTargetSimdDirective
,
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
2541
void ASTStmtReader::VisitOMPTargetSimdDirective(
OMPTargetSimdDirective
*D) {
3449
S =
OMPTargetSimdDirective
::CreateEmpty(Context, NumClauses, CollapsedNum,
ASTWriterStmt.cpp
2483
void ASTStmtWriter::VisitOMPTargetSimdDirective(
OMPTargetSimdDirective
*D) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
344
EmitOMPTargetSimdDirective(cast<
OMPTargetSimdDirective
>(*S));
CodeGenFunction.h
3496
void EmitOMPTargetSimdDirective(const
OMPTargetSimdDirective
&S);
3544
const
OMPTargetSimdDirective
&S);
CGStmtOpenMP.cpp
3011
CodeGenModule &CGM, StringRef ParentName, const
OMPTargetSimdDirective
&S) {
3025
const
OMPTargetSimdDirective
&S) {
CGOpenMPRuntime.cpp
10401
CGM, ParentName, cast<
OMPTargetSimdDirective
>(E));
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
2097
void VisitOMPTargetSimdDirective(const
OMPTargetSimdDirective
*D);
3089
const
OMPTargetSimdDirective
*D) {
5663
return cxstring::createRef("
OMPTargetSimdDirective
");
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
8982
OMPTargetSimdDirective
*D) {
SemaOpenMP.cpp
12082
return
OMPTargetSimdDirective
::Create(Context, StartLoc, EndLoc,
Completed in 107 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026