OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPSimdlenClause
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h
742
class
OMPSimdlenClause
: public OMPClause {
760
OMPSimdlenClause
(Expr *Len, SourceLocation StartLoc, SourceLocation LParenLoc,
766
explicit
OMPSimdlenClause
()
RecursiveASTVisitor.h
3072
bool RecursiveASTVisitor<Derived>::VisitOMPSimdlenClause(
OMPSimdlenClause
*C) {
/src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp
1587
void OMPClausePrinter::VisitOMPSimdlenClause(
OMPSimdlenClause
*Node) {
StmtProfile.cpp
460
void OMPClauseProfiler::VisitOMPSimdlenClause(const
OMPSimdlenClause
*C) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
9585
const
OMPSimdlenClause
*Simdlen = nullptr;
9591
Simdlen = cast<
OMPSimdlenClause
>(Clause);
13932
OMPSimdlenClause
(Simdlen.get(), StartLoc, LParenLoc, EndLoc);
TreeTransform.h
9183
TreeTransform<Derived>::TransformOMPSimdlenClause(
OMPSimdlenClause
*C) {
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
6048
void OMPClauseWriter::VisitOMPSimdlenClause(
OMPSimdlenClause
*C) {
ASTReader.cpp
11716
C = new (Context)
OMPSimdlenClause
();
12024
void OMPClauseReader::VisitOMPSimdlenClause(
OMPSimdlenClause
*C) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
2328
if (const auto *C = D.getSingleClause<
OMPSimdlenClause
>()) {
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
2217
void OMPClauseEnqueue::VisitOMPSimdlenClause(const
OMPSimdlenClause
*C) {
Completed in 61 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026