OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPAlignedClause
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp
610
OMPAlignedClause
*
611
OMPAlignedClause
::Create(const ASTContext &C, SourceLocation StartLoc,
615
OMPAlignedClause
*Clause = new (Mem)
616
OMPAlignedClause
(StartLoc, LParenLoc, ColonLoc, EndLoc, VL.size());
622
OMPAlignedClause
*
OMPAlignedClause
::CreateEmpty(const ASTContext &C,
625
return new (Mem)
OMPAlignedClause
(NumVars);
2015
void OMPClausePrinter::VisitOMPAlignedClause(
OMPAlignedClause
*Node) {
StmtProfile.cpp
740
void OMPClauseProfiler::VisitOMPAlignedClause(const
OMPAlignedClause
*C) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h
3914
class
OMPAlignedClause
final
3915
: public OMPVarListClause<
OMPAlignedClause
>,
3916
private llvm::TrailingObjects<
OMPAlignedClause
, Expr *> {
3934
OMPAlignedClause
(SourceLocation StartLoc, SourceLocation LParenLoc,
3937
: OMPVarListClause<
OMPAlignedClause
>(llvm::omp::OMPC_aligned, StartLoc,
3944
explicit
OMPAlignedClause
(unsigned NumVars)
3945
: OMPVarListClause<
OMPAlignedClause
>(llvm::omp::OMPC_aligned,
3959
static
OMPAlignedClause
*Create(const ASTContext &C, SourceLocation StartLoc,
3969
static
OMPAlignedClause
*CreateEmpty(const ASTContext &C, unsigned NumVars);
3989
auto Children = const_cast<
OMPAlignedClause
*>(this)->children()
[
all
...]
RecursiveASTVisitor.h
3349
bool RecursiveASTVisitor<Derived>::VisitOMPAlignedClause(
OMPAlignedClause
*C) {
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
6336
void OMPClauseWriter::VisitOMPAlignedClause(
OMPAlignedClause
*C) {
ASTReader.cpp
11829
C =
OMPAlignedClause
::CreateEmpty(Context, Record.readInt());
12406
void OMPClauseReader::VisitOMPAlignedClause(
OMPAlignedClause
*C) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
2170
for (const auto *Clause : D.getClausesOfKind<
OMPAlignedClause
>()) {
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
2487
void OMPClauseEnqueue::VisitOMPAlignedClause(const
OMPAlignedClause
*C) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
9709
TreeTransform<Derived>::TransformOMPAlignedClause(
OMPAlignedClause
*C) {
SemaOpenMP.cpp
17492
return
OMPAlignedClause
::Create(Context, StartLoc, LParenLoc, ColonLoc,
Completed in 151 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026