OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MatrixSubscriptExpr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
2648
///
MatrixSubscriptExpr
- Matrix subscript expression for the MatrixType
2650
///
MatrixSubscriptExpr
can be either incomplete (only Base and RowIdx are set
2654
class
MatrixSubscriptExpr
: public Expr {
2659
MatrixSubscriptExpr
(Expr *Base, Expr *RowIdx, Expr *ColumnIdx, QualType T,
2671
explicit
MatrixSubscriptExpr
(EmptyShell Shell)
Expr.h
2648
///
MatrixSubscriptExpr
- Matrix subscript expression for the MatrixType
2650
///
MatrixSubscriptExpr
can be either incomplete (only Base and RowIdx are set
2654
class
MatrixSubscriptExpr
: public Expr {
2659
MatrixSubscriptExpr
(Expr *Base, Expr *RowIdx, Expr *ColumnIdx, QualType T,
2671
explicit
MatrixSubscriptExpr
(EmptyShell Shell)
Completed in 103 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026