HomeSort by relevance Sort by last modified time
    Searched refs:CAT (Results 26 - 45 of 45) sorted by null

12

  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 593 while (const ConstantArrayType *CAT
595 type = CAT->getElementType();
596 arraySizeMultiplier *= CAT->getSize();
    [all...]
CGExpr.cpp 589 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(AT)) {
590 if (CAT->getSize().ugt(1))
628 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(AT))
629 return CGF.Builder.getInt(CAT->getSize());
    [all...]
CodeGenModule.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaInit.cpp 168 const ConstantArrayType *CAT = cast<ConstantArrayType>(AT);
184 if (StrLength > CAT->getSize().getZExtValue())
190 if (StrLength-1 > CAT->getSize().getZExtValue())
584 if (const ConstantArrayType *CAT =
586 maxElements = static_cast<int>(CAT->getSize().getZExtValue());
    [all...]
SemaDeclObjC.cpp 130 if (ObjCCategoryDecl *Cat = dyn_cast<ObjCCategoryDecl>(DC))
131 CurrentClass = Cat->getClassInterface();
784 void Sema::DiagnoseClassExtensionDupMethods(ObjCCategoryDecl *CAT,
798 for (ObjCCategoryDecl::method_iterator i = CAT->meth_begin(),
799 e = CAT->meth_end(); i != e; ++i) {
    [all...]
SemaStmt.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 437 const clang::ConstantArrayType *CAT =
439 return static_cast<int>(CAT->getSize().getSExtValue());
    [all...]
slang_rs_reflection.cpp 189 const RSExportConstantArrayType* CAT =
191 std::string ElementTypeName = GetTypeName(CAT->getElementType());
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/llvm/
configure 521 cat >conf$$.file <<_ASEOF
752 CAT
    [all...]
  /external/llvm/projects/sample/
configure 519 cat >conf$$.file <<_ASEOF
742 CAT
1303 cat <<_ACEOF
    [all...]
  /external/openssh/
configure 644 CAT
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 478 milliseconds

12