/external/openssh/ |
opensshd.init.in | 8 CAT=@CAT@ 43 PID=`${CAT} ${PIDFILE}`
|
/external/icu4c/tools/tzcode/ |
tz.alias | 33 CAT Africa/Harare
|
icuzones | 48 Link Africa/Harare CAT
|
/frameworks/compile/slang/ |
slang_rs_export_type.cpp | 120 const clang::ConstantArrayType *CAT, 126 const clang::Type *ElementType = GET_CONSTANT_ARRAY_ELEMENT_TYPE(CAT); 143 if (numElements == 3 && CAT->getSize() != 1) { 154 return CAT; 304 const clang::ConstantArrayType *CAT = 307 return ConstantArrayTypeExportableHelper(CAT, SPS, DiagEngine, VD, 469 const clang::ConstantArrayType *CAT = 471 const clang::Type *ElementType = GET_CONSTANT_ARRAY_ELEMENT_TYPE(CAT); [all...] |
slang_rs_export_type.h | 448 // @CAT was normalized by calling RSExportType::NormalizeType() before 451 const clang::ConstantArrayType *CAT);
|
slang_rs_object_ref_count.cpp | 438 const clang::ConstantArrayType *CAT = 440 return static_cast<int>(CAT->getSize().getSExtValue()); [all...] |
slang_rs_reflection.cpp | 185 const RSExportConstantArrayType* CAT = 187 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); }
|
/bionic/libc/kernel/arch-mips/asm/ |
asm.h | 22 #ifndef CAT 30 #define CAT(str1, str2) __CAT(str1, str2)
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
asm.h | 22 #ifndef CAT 30 #define CAT(str1, str2) __CAT(str1, str2)
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/ |
asm.h | 22 #ifndef CAT 30 #define CAT(str1, str2) __CAT(str1, str2)
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/ |
asm.h | 22 #ifndef CAT 30 #define CAT(str1, str2) __CAT(str1, str2)
|
/external/clang/lib/CodeGen/ |
CGExprConstant.cpp | 883 const ConstantArrayType *CAT = cast<ConstantArrayType>(E->getType()); 887 Str.resize(CAT->getSize().getZExtValue(), '\0'); [all...] |
CGExprCXX.cpp | 550 while (const ConstantArrayType *CAT 552 type = CAT->getElementType(); 553 arraySizeMultiplier *= CAT->getSize(); [all...] |
CodeGenModule.cpp | [all...] |
/external/kernel-headers/original/asm-mips/ |
asm.h | 22 #ifndef CAT 28 #define CAT(str1, str2) __CAT(str1, str2)
|
/external/clang/lib/AST/ |
ExprConstant.cpp | 103 const ConstantArrayType *CAT = 105 Type = CAT->getElementType(); 106 ArraySize = CAT->getSize().getZExtValue(); 204 void addArrayUnchecked(const ConstantArrayType *CAT) { 210 MostDerivedType = CAT->getElementType(); 211 MostDerivedArraySize = CAT->getSize().getZExtValue(); 760 void addArray(EvalInfo &Info, const Expr *E, const ConstantArrayType *CAT) { 762 Designator.addArrayUnchecked(CAT); [all...] |
MicrosoftMangle.cpp | [all...] |
ASTContext.cpp | 1805 const ConstantArrayType *cat = cast<ConstantArrayType>(ty); local [all...] |
/external/clang/lib/Sema/ |
SemaInit.cpp | 104 const ConstantArrayType *CAT = cast<ConstantArrayType>(AT); 120 if (StrLength > CAT->getSize().getZExtValue()) 126 if (StrLength-1 > CAT->getSize().getZExtValue()) 498 if (const ConstantArrayType *CAT = 500 maxElements = static_cast<int>(CAT->getSize().getZExtValue()); [all...] |
SemaExprMember.cpp | [all...] |
SemaStmt.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
RegionStore.cpp | [all...] |