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

1 2

  /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) {
115 return CAT;
261 const clang::ConstantArrayType *CAT =
264 return ConstantArrayTypeExportableHelper(CAT, SPS, DiagEngine, VD,
379 const clang::ConstantArrayType *CAT =
381 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...]
  /ndk/sources/host-tools/nawk-20071023/
maketab.c 70 { CAT, "cat", " " },
b.c 54 binary (CAT, OR): left and right are children
128 p1 = op2(CAT, op2(STAR, op2(ALL, NIL, NIL), NIL), p);
130 p1 = op2(CAT, p1, op2(FINAL, NIL, NIL));
195 case CAT:
219 case CAT:
371 case CAT:
415 case CAT:
446 case CAT:
683 return (concat(op2(CAT, np, primary())));
awkgram.y 86 %left CAT
214 | ppattern term %prec CAT { $$ = op2(CAT, $1, $2); }
247 | pattern term %prec CAT { $$ = op2(CAT, $1, $2); }
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 835 const ConstantArrayType *CAT = cast<ConstantArrayType>(E->getType());
839 Str.resize(CAT->getSize().getZExtValue(), '\0');
    [all...]
CGExprCXX.cpp 549 while (const ConstantArrayType *CAT
551 type = CAT->getElementType();
552 arraySizeMultiplier *= CAT->getSize();
    [all...]
CodeGenModule.cpp     [all...]
CGDebugInfo.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
ASTContext.cpp 834 const ConstantArrayType *CAT = cast<ConstantArrayType>(T);
836 std::pair<uint64_t, unsigned> EltInfo = getTypeInfo(CAT->getElementType());
837 Width = EltInfo.first*CAT->getSize().getZExtValue();
1745 const ConstantArrayType *cat = cast<ConstantArrayType>(ty); local
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 102 const ConstantArrayType *CAT = cast<ConstantArrayType>(AT);
118 if (StrLength > CAT->getSize().getZExtValue())
124 if (StrLength-1 > CAT->getSize().getZExtValue())
495 if (const ConstantArrayType *CAT =
497 maxElements = static_cast<int>(CAT->getSize().getZExtValue());
    [all...]
SemaStmt.cpp     [all...]
SemaDeclObjC.cpp 129 if (ObjCCategoryDecl *Cat = dyn_cast<ObjCCategoryDecl>(DC))
130 CurrentClass = Cat->getClassInterface();
661 void Sema::DiagnoseClassExtensionDupMethods(ObjCCategoryDecl *CAT,
675 for (ObjCCategoryDecl::method_iterator i = CAT->meth_begin(),
676 e = CAT->meth_end(); i != e; ++i) {
    [all...]
SemaChecking.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
743 CAT
    [all...]
  /external/llvm/projects/sample/
configure 519 cat >conf$$.file <<_ASEOF
742 CAT
1303 cat <<_ACEOF
    [all...]

Completed in 878 milliseconds

1 2