OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DependentSizedMatrixType
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTStructuralEquivalence.cpp
848
const
DependentSizedMatrixType
*Mat1 = cast<
DependentSizedMatrixType
>(T1);
849
const
DependentSizedMatrixType
*Mat2 = cast<
DependentSizedMatrixType
>(T2);
TypePrinter.cpp
779
const
DependentSizedMatrixType
*T, raw_ostream &OS) {
793
const
DependentSizedMatrixType
*T, raw_ostream &OS) {
Type.cpp
314
DependentSizedMatrixType
::
DependentSizedMatrixType
(
321
void
DependentSizedMatrixType
::Profile(llvm::FoldingSetNodeID &ID,
1838
Type *VisitDependentSizedMatrixType(const
DependentSizedMatrixType
*T) {
ASTContext.cpp
4088
DependentSizedMatrixType
::Profile(ID, *this, CanonElementTy, RowExpr,
4092
DependentSizedMatrixType
*Canon =
4096
Canon = new (*this, TypeAlignment)
DependentSizedMatrixType
(
4099
DependentSizedMatrixType
*CanonCheck =
4115
DependentSizedMatrixType
*New = new (*this, TypeAlignment)
4116
DependentSizedMatrixType
(*this, ElementTy, QualType(Canon, 0), RowExpr,
MicrosoftMangle.cpp
3103
void MicrosoftCXXNameMangler::mangleType(const
DependentSizedMatrixType
*T,
ItaniumMangle.cpp
3719
void CXXNameMangler::mangleType(const
DependentSizedMatrixType
*T) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp
2143
const
DependentSizedMatrixType
*MatrixParam =
2144
cast<
DependentSizedMatrixType
>(Param);
2156
Expr *(
DependentSizedMatrixType
::*GetArgDimensionExpr)() const) {
2158
const auto *ArgDepMatrix = dyn_cast<
DependentSizedMatrixType
>(Arg);
2201
&
DependentSizedMatrixType
::getRowExpr);
2207
&
DependentSizedMatrixType
::getColumnExpr);
5912
const
DependentSizedMatrixType
*MatType = cast<
DependentSizedMatrixType
>(T);
SemaTemplate.cpp
6014
const
DependentSizedMatrixType
*T) {
TreeTransform.h
5372
const
DependentSizedMatrixType
*T = TL.getTypePtr();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeLoc.h
1887
DependentSizedMatrixType
> {};
RecursiveASTVisitor.h
960
DEF_TRAVERSE_TYPE(
DependentSizedMatrixType
, {
1226
DEF_TRAVERSE_TYPELOC(
DependentSizedMatrixType
, {
ASTContext.h
212
mutable llvm::FoldingSet<
DependentSizedMatrixType
> DependentSizedMatrixTypes;
Type.h
3512
class
DependentSizedMatrixType
final : public MatrixType {
3521
DependentSizedMatrixType
(const ASTContext &Context, QualType ElementType,
Completed in 170 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026