HomeSort by relevance Sort by last modified time
    Searched refs:ConstantArrayType (Results 1 - 25 of 47) sorted by null

1 2

  /frameworks/compile/slang/
slang_rs_export_type.cpp 120 const clang::ConstantArrayType *CAT,
304 const clang::ConstantArrayType *CAT =
305 UNSAFE_CAST_TYPE(const clang::ConstantArrayType, T);
469 const clang::ConstantArrayType *CAT =
470 UNSAFE_CAST_TYPE(const clang::ConstantArrayType, T);
701 UNSAFE_CAST_TYPE(const clang::ConstantArrayType, T));
    [all...]
slang_rs_export_type.h 451 const clang::ConstantArrayType *CAT);
slang_rs_object_ref_count.cpp 438 const clang::ConstantArrayType *CAT =
439 static_cast<const clang::ConstantArrayType *>(T);
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 532 ET = cast<ConstantArrayType> (TP)->getElementType();
555 result = cast<ConstantArrayType> (TP)->getSize().getSExtValue();
575 ET = cast<ConstantArrayType> (TP)->getElementType();
592 result = cast<ConstantArrayType> (TP)->getSize().getSExtValue();
  /external/clang/lib/AST/
ASTContext.cpp 768 else if (isa<ConstantArrayType>(arrayType) &&
769 MinWidth <= getTypeSize(cast<ConstantArrayType>(arrayType)))
    [all...]
MicrosoftMangle.cpp     [all...]
ASTImporter.cpp 50 QualType VisitConstantArrayType(const ConstantArrayType *T);
468 const ConstantArrayType *Array1 = cast<ConstantArrayType>(T1);
469 const ConstantArrayType *Array2 = cast<ConstantArrayType>(T2);
    [all...]
ExprConstant.cpp 103 const ConstantArrayType *CAT =
104 cast<ConstantArrayType>(Ctx.getAsArrayType(Type));
204 void addArrayUnchecked(const ConstantArrayType *CAT) {
760 void addArray(EvalInfo &Info, const Expr *E, const ConstantArrayType *CAT) {
    [all...]
Type.cpp 75 unsigned ConstantArrayType::getNumAddressingBits(ASTContext &Context,
91 unsigned ConstantArrayType::getMaxSizeBits(ASTContext &Context) {
    [all...]
ItaniumMangle.cpp     [all...]
RecordLayoutBuilder.cpp 411 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(T)) {
514 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(T)) {
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 525 struct CanProxyAdaptor<ConstantArrayType>
526 : public CanProxyBase<ConstantArrayType> {
ASTContext.h 96 mutable llvm::FoldingSet<ConstantArrayType> ConstantArrayTypes;
    [all...]
Type.h     [all...]
RecursiveASTVisitor.h 829 DEF_TRAVERSE_TYPE(ConstantArrayType, {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 428 const ConstantArrayType *A = cast<ConstantArrayType>(Ty);
CGExprConstant.cpp 883 const ConstantArrayType *CAT = cast<ConstantArrayType>(E->getType());
    [all...]
CodeGenFunction.cpp     [all...]
CGClass.cpp 465 const ConstantArrayType *Array = CGF.getContext().getAsConstantArrayType(T);
576 const ConstantArrayType *Array
    [all...]
CGExprCXX.cpp 439 if (const ConstantArrayType *arrayType
550 while (const ConstantArrayType *CAT
    [all...]
TargetInfo.cpp 124 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) {
245 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) {
516 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty))
    [all...]
CGCall.cpp 418 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(type)) {
468 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) {
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 37 if (!isa<ConstantArrayType>(AT) && !isa<IncompleteArrayType>(AT))
89 cast<ConstantArrayType>(Str->getType())->getSize().getZExtValue();
104 const ConstantArrayType *CAT = cast<ConstantArrayType>(AT);
400 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType))
498 if (const ConstantArrayType *CAT =
    [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 204 if (isa<ConstantArrayType>(T))
    [all...]

Completed in 735 milliseconds

1 2