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

  /external/icu4c/tools/tzcode/
tz.alias 33 CAT Africa/Harare
icuzones 48 Link Africa/Harare CAT
  /frameworks/compile/slang/
slang_rs_export_type.cpp 81 const clang::ConstantArrayType *CAT,
87 const clang::Type *ElementType = GET_CONSTANT_ARRAY_ELEMENT_TYPE(CAT);
104 if (numElements == 3 && CAT->getSize() != 1) {
114 return CAT;
257 const clang::ConstantArrayType *CAT =
260 return ConstantArrayTypeExportableHelper(CAT, SPS, Diags, VD,
375 const clang::ConstantArrayType *CAT =
377 const clang::Type *ElementType = GET_CONSTANT_ARRAY_ELEMENT_TYPE(CAT);
    [all...]
slang_rs_export_type.h 412 // @CAT was normalized by calling RSExportType::NormalizeType() before
415 const clang::ConstantArrayType *CAT);
slang_rs_object_ref_count.cpp 436 const clang::ConstantArrayType *CAT =
438 return static_cast<int>(CAT->getSize().getSExtValue());
    [all...]
slang_rs_reflection.cpp 342 const RSExportConstantArrayType* CAT =
344 std::string ElementTypeName = GetTypeName(CAT->getElementType());
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 821 const ConstantArrayType *CAT = cast<ConstantArrayType>(E->getType());
825 Str.resize(CAT->getSize().getZExtValue(), '\0');
    [all...]
CGExprCXX.cpp 492 while (const ConstantArrayType *CAT
494 type = CAT->getElementType();
495 arraySizeMultiplier *= CAT->getSize();
    [all...]
CodeGenModule.cpp     [all...]
CGExpr.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
ASTContext.cpp 776 const ConstantArrayType *CAT = cast<ConstantArrayType>(T);
778 std::pair<uint64_t, unsigned> EltInfo = getTypeInfo(CAT->getElementType());
779 Width = EltInfo.first*CAT->getSize().getZExtValue();
1674 const ConstantArrayType *cat = cast<ConstantArrayType>(ty); local
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 93 const ConstantArrayType *CAT = cast<ConstantArrayType>(AT);
109 if (StrLength > CAT->getSize().getZExtValue())
115 if (StrLength-1 > CAT->getSize().getZExtValue())
461 if (const ConstantArrayType *CAT =
463 maxElements = static_cast<int>(CAT->getSize().getZExtValue());
    [all...]
SemaDeclObjC.cpp 129 if (ObjCCategoryDecl *Cat = dyn_cast<ObjCCategoryDecl>(DC))
130 CurrentClass = Cat->getClassInterface();
696 void Sema::DiagnoseClassExtensionDupMethods(ObjCCategoryDecl *CAT,
710 for (ObjCCategoryDecl::method_iterator i = CAT->meth_begin(),
711 e = CAT->meth_end(); i != e; ++i) {
    [all...]
SemaStmt.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp     [all...]
  /external/llvm/
configure 521 cat >conf$$.file <<_ASEOF
745 CAT
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 1113 milliseconds