OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MatrixType
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h
279
MatrixType
,
/src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp
285
MatrixType
::
MatrixType
(TypeClass tc, QualType
matrixType
, QualType canonType,
288
(RowExpr ? (
matrixType
->getDependence() | TypeDependence::Dependent |
290
(
matrixType
->isVariablyModifiedType()
293
(
matrixType
->containsUnexpandedParameterPack() ||
300
:
matrixType
->getDependence())),
301
ElementType(
matrixType
) {}
303
ConstantMatrixType::ConstantMatrixType(QualType
matrixType
, unsigned nRows,
305
: ConstantMatrixType(ConstantMatrix,
matrixType
, nRows, nColumns
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
3413
class
MatrixType
: public Type, public llvm::FoldingSetNode {
3420
MatrixType
(QualType ElementTy, QualType CanonElementTy);
3422
MatrixType
(TypeClass TypeClass, QualType ElementTy, QualType CanonElementTy,
3449
class ConstantMatrixType final : public
MatrixType
{
3454
// FIXME: Appears to be unused? There is also
MatrixType
::ElementType...
3466
ConstantMatrixType(TypeClass typeClass, QualType
MatrixType
, unsigned NRows,
3512
class DependentSizedMatrixType final : public
MatrixType
{
6786
return isa<
MatrixType
>(CanonicalType);
Completed in 38 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026