Searched refs:CAT (Results 1 - 25 of 30) sorted by relevance

12

/external/openssh/
H A Dopensshd.init.in8 CAT=@CAT@
43 PID=`${CAT} ${PIDFILE}`
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtz.alias33 CAT Africa/Harare
H A Dicuzones48 Link Africa/Harare CAT
/external/icu4c/tools/tzcode/
H A Dtz.alias33 CAT Africa/Harare
H A Dicuzones48 Link Africa/Harare CAT
/external/eigen/bench/btl/libs/BLAS/
H A Dblas_interface.hh51 #define CAT(A,B) CAT2(A,B) macro
H A Dblas_interface_impl.hh2 #define BLAS_FUNC(NAME) CAT(CAT(SCALAR_PREFIX,NAME),_)
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp857 const ConstantArrayType *CAT = cast<ConstantArrayType>(E->getType()); local
861 Str.resize(CAT->getSize().getZExtValue(), '\0');
1182 const ArrayType *CAT = Context.getAsArrayType(DestType); local
1193 CAT->getElementType(), CGF);
1201 CAT->getElementType(), CGF);
1275 if (const ConstantArrayType *CAT =
1277 QualType ElementTy = CAT->getElementType();
1280 for (uint64_t I = 0, E = CAT->getSize().getZExtValue(); I != E; ++I) {
1468 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(T)) {
1472 QualType ElementTy = CAT
[all...]
H A DCGExprCXX.cpp593 while (const ConstantArrayType *CAT
595 type = CAT->getElementType();
596 arraySizeMultiplier *= CAT->getSize();
H A DCGExpr.cpp589 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());
H A DCodeGenModule.cpp2505 const ConstantArrayType *CAT = Context.getAsConstantArrayType(E->getType()); local
2506 Str.resize(CAT->getSize().getZExtValue());
2545 const ConstantArrayType *CAT = Context.getAsConstantArrayType(S->getType()); local
2546 Str.resize(CAT->getSize().getZExtValue());
H A DCGDebugInfo.cpp1756 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(Ty))
1757 Count = CAT->getSize().getZExtValue();
/external/kernel-headers/original/asm-mips/
H A Dasm.h22 #ifndef CAT
28 #define CAT(str1, str2) __CAT(str1, str2) macro
/external/clang/lib/AST/
H A DExprConstant.cpp122 const ConstantArrayType *CAT = local
124 Type = CAT->getElementType();
125 ArraySize = CAT->getSize().getZExtValue();
223 void addArrayUnchecked(const ConstantArrayType *CAT) { argument
229 MostDerivedType = CAT->getElementType();
230 MostDerivedArraySize = CAT->getSize().getZExtValue();
853 void addArray(EvalInfo &Info, const Expr *E, const ConstantArrayType *CAT) { argument
855 Designator.addArrayUnchecked(CAT);
1876 const ConstantArrayType *CAT = local
1878 assert(CAT
1893 const ConstantArrayType *CAT = local
[all...]
H A DASTContext.cpp1365 const ConstantArrayType *CAT) {
1367 Context.getTypeInfoInChars(CAT->getElementType());
1368 uint64_t Size = CAT->getSize().getZExtValue();
1381 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(T))
1382 return getConstantArrayInfoInChars(*this, CAT);
1439 const ConstantArrayType *CAT = cast<ConstantArrayType>(T); local
1441 std::pair<uint64_t, unsigned> EltInfo = getTypeInfo(CAT->getElementType());
1442 uint64_t Size = CAT->getSize().getZExtValue();
3838 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(AT)) {
3839 return getConstantArrayType(unqualElementType, CAT
1364 getConstantArrayInfoInChars(const ASTContext &Context, const ConstantArrayType *CAT) argument
[all...]
H A DMicrosoftMangle.cpp1489 if (const ConstantArrayType *CAT =
1491 Dimensions.push_back(CAT->getSize());
1492 ElementTy = CAT->getElementType();
/external/clang/lib/Sema/
H A DSemaExprMember.cpp1240 if (ObjCCategoryDecl *CAT = dyn_cast<ObjCCategoryDecl>(D))
1241 D = CAT->getClassInterface();
H A DSemaInit.cpp168 const ConstantArrayType *CAT = cast<ConstantArrayType>(AT); local
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());
1267 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(arrayType)) {
1268 maxElements = CAT->getSize();
H A DSemaDeclObjC.cpp784 void Sema::DiagnoseClassExtensionDupMethods(ObjCCategoryDecl *CAT, argument
798 for (ObjCCategoryDecl::method_iterator i = CAT->meth_begin(),
799 e = CAT->meth_end(); i != e; ++i) {
H A DSemaStmt.cpp2075 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(UnqAT))
2076 BoundExpr = Owned(IntegerLiteral::Create(Context, CAT->getSize(),
H A DSemaChecking.cpp3703 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(Ty)) {
3705 if (CAT->getSize().getSExtValue() <= 1)
H A DSemaExprCXX.cpp3870 if (const ConstantArrayType *CAT = Self.Context.getAsConstantArrayType(T))
3871 return CAT->getSize().getLimitedValue();
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1961 if (const ConstantArrayType* CAT = dyn_cast<ConstantArrayType>(AT))
1962 Size = CAT->getSize().getZExtValue();
/external/llvm/
H A Dconfigure752 CAT
7432 case $CAT in
7434 ac_cv_path_CAT="$CAT" # Let the user override the test with a path.
7455 CAT=$ac_cv_path_CAT
7456 if test -n "$CAT"; then
7457 { echo "$as_me:$LINENO: result: $CAT" >&5
7458 echo "${ECHO_T}$CAT" >&6; }
23267 CAT!$CAT$ac_delim
/external/llvm/projects/sample/
H A Dconfigure742 CAT
7000 case $CAT in
7002 ac_cv_path_CAT="$CAT" # Let the user override the test with a path.
7023 CAT=$ac_cv_path_CAT
7024 if test -n "$CAT"; then
7025 { echo "$as_me:$LINENO: result: $CAT" >&5
7026 echo "${ECHO_T}$CAT" >&6; }
21764 CAT!$CAT$ac_delim

Completed in 909 milliseconds

12