OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPArrayShapingExpr
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprOpenMP.h
146
class
OMPArrayShapingExpr
final
148
private llvm::TrailingObjects<
OMPArrayShapingExpr
, Expr *, SourceRange> {
158
OMPArrayShapingExpr
(QualType ExprTy, Expr *Op, SourceLocation L,
162
explicit
OMPArrayShapingExpr
(EmptyShell Shell, unsigned NumDims)
184
static
OMPArrayShapingExpr
*Create(const ASTContext &Context, QualType T,
189
static
OMPArrayShapingExpr
*CreateEmpty(const ASTContext &Context,
ComputeDependence.h
92
class
OMPArrayShapingExpr
;
181
ExprDependence computeDependence(
OMPArrayShapingExpr
*E);
RecursiveASTVisitor.h
2575
DEF_TRAVERSE_STMT(
OMPArrayShapingExpr
, {})
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
4747
void
OMPArrayShapingExpr
::setDimensions(ArrayRef<Expr *> Dims) {
4754
void
OMPArrayShapingExpr
::setBracketsRanges(ArrayRef<SourceRange> BR) {
4761
OMPArrayShapingExpr
::
OMPArrayShapingExpr
(QualType ExprTy, Expr *Op,
4771
OMPArrayShapingExpr
*
4772
OMPArrayShapingExpr
::Create(const ASTContext &Context, QualType T, Expr *Op,
4780
alignof(
OMPArrayShapingExpr
));
4781
auto *E = new (Mem)
OMPArrayShapingExpr
(T, Op, L, R, Dims);
4786
OMPArrayShapingExpr
*
OMPArrayShapingExpr
::CreateEmpty(const ASTContext &Context
[
all
...]
ComputeDependence.cpp
408
ExprDependence clang::computeDependence(
OMPArrayShapingExpr
*E) {
StmtPrinter.cpp
1337
void StmtPrinter::VisitOMPArrayShapingExpr(
OMPArrayShapingExpr
*Node) {
StmtProfile.cpp
1294
void StmtProfiler::VisitOMPArrayShapingExpr(const
OMPArrayShapingExpr
*S) {
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
955
void ASTStmtReader::VisitOMPArrayShapingExpr(
OMPArrayShapingExpr
*E) {
2887
S =
OMPArrayShapingExpr
::CreateEmpty(
ASTWriterStmt.cpp
814
void ASTStmtWriter::VisitOMPArrayShapingExpr(
OMPArrayShapingExpr
*E) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
2080
isa<
OMPArrayShapingExpr
>(EI->getAssociatedExpression())) {
3593
isa<
OMPArrayShapingExpr
>(
3765
isa<
OMPArrayShapingExpr
>(
17986
!isa<
OMPArrayShapingExpr
>(SimpleExpr)) {
18435
bool VisitOMPArrayShapingExpr(
OMPArrayShapingExpr
*E) {
18602
isa<
OMPArrayShapingExpr
>(CI->getAssociatedExpression())) &&
18605
isa<
OMPArrayShapingExpr
>(SI->getAssociatedExpression()))) {
18637
} else if (const auto *OASE = dyn_cast<
OMPArrayShapingExpr
>(
19106
auto *OAShE = dyn_cast<
OMPArrayShapingExpr
>(VE->IgnoreParens());
20857
!isa<
OMPArrayShapingExpr
>(SimpleExpr))
[
all
...]
SemaExpr.cpp
5089
return
OMPArrayShapingExpr
::Create(Context, Context.DependentTy, Base,
5143
return
OMPArrayShapingExpr
::Create(Context, Context.OMPArrayShapingTy, Base,
TreeTransform.h
10627
TreeTransform<Derived>::TransformOMPArrayShapingExpr(
OMPArrayShapingExpr
*E) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp
4136
const auto *OASE = dyn_cast<
OMPArrayShapingExpr
>(E);
7271
if (const auto *OAE = dyn_cast<
OMPArrayShapingExpr
>(E)) {
7636
const auto *OAShE = dyn_cast<
OMPArrayShapingExpr
>(AssocExpr);
7768
dyn_cast<
OMPArrayShapingExpr
>(I->getAssociatedExpression());
7793
isa<
OMPArrayShapingExpr
>(Next->getAssociatedExpression()) ||
Completed in 127 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026