| /freebsd-11-stable/contrib/libarchive/cpio/test/ |
| HD | test_option_L_upper.c | 32 #define CAT "type" macro 35 #define CAT "cat" macro
|
| /freebsd-11-stable/contrib/nvi/catalog/ |
| HD | Makefile | 3 CAT= dutch english french german polish ru_RU.KOI8-R spanish swedish \ macro
|
| /freebsd-11-stable/usr.bin/vi/catalog/ |
| HD | Makefile | 10 CAT= dutch english french german polish ru_RU.KOI8-R spanish swedish \ macro
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ScanfFormatString.cpp | 446 if (const ConstantArrayType *CAT = Ctx.getAsConstantArrayType(RawQT)) { in fixType() local
|
| HD | ExprConstant.cpp | 212 if (auto *CAT = dyn_cast<ConstantArrayType>(AT)) { in findMostDerivedSubobject() local 2944 const ConstantArrayType *CAT = in extractStringLiteralCharacter() local 2964 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType( in expandStringLiteral() local 3260 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(ObjType); in findSubobject() local 5764 if (const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(T)) { in HandleDestructionImpl() local 6274 const auto *CAT = in visitArray() local 8102 if (auto *CAT = dyn_cast<ConstantArrayType>(AT)) in VisitCastExpr() local 8694 auto *CAT = Info.Ctx.getAsConstantArrayType(Init->getType()); in VisitCXXNewExpr() local 9562 const ConstantArrayType *CAT = in ZeroInitialization() local 9639 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType( in VisitInitListExpr() local [all …]
|
| HD | ASTContext.cpp | 1841 const ConstantArrayType *CAT) { in getConstantArrayInfoInChars() 1859 if (const auto *CAT = dyn_cast<ConstantArrayType>(T)) in getTypeInfoInChars() local 1951 const auto *CAT = cast<ConstantArrayType>(T); in getTypeInfoImpl() local 5366 if (const auto *CAT = dyn_cast<ConstantArrayType>(AT)) { in getUnqualifiedArrayType() local 5739 if (const auto *CAT = dyn_cast<ConstantArrayType>(ATy)) in getAsArrayType() local 7083 if (const auto *CAT = dyn_cast<ConstantArrayType>(AT)) in getObjCEncodingForTypeImpl() local 9228 -> std::pair<bool,llvm::APInt> { in mergeTypes()
|
| HD | JSONNodeDumper.cpp | 578 void JSONNodeDumper::VisitConstantArrayType(const ConstantArrayType *CAT) { in VisitConstantArrayType()
|
| HD | MicrosoftMangle.cpp | 2529 const ConstantArrayType *CAT = in mangleArrayType() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGExprConstant.cpp | 618 auto CAT = Emitter.CGM.getContext().getAsConstantArrayType(Type); in EmitDesignatedInitUpdater() local 1181 auto *CAT = CGM.getContext().getAsConstantArrayType(ILE->getType()); in EmitArrayInitialization() local 1311 const ConstantArrayType *CAT = CGM.getContext().getAsConstantArrayType(T); in VisitObjCEncodeExpr() local 2099 const ConstantArrayType *CAT = in tryEmitPrivate() local 2303 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(T)) { in EmitNullConstant() local
|
| HD | CodeGenTypes.cpp | 804 if (const auto *CAT = dyn_cast<ConstantArrayType>(AT)) in isZeroInitializable() local
|
| HD | CGExprCXX.cpp | 733 while (const ConstantArrayType *CAT in EmitCXXNewAllocSize() local 1072 if (const ConstantArrayType *CAT = dyn_cast_or_null<ConstantArrayType>( in EmitNewArrayInitializer() local
|
| HD | CGNonTrivialStruct.cpp | 193 const ConstantArrayType *CAT = cast<ConstantArrayType>(AT); in visitArray() local
|
| HD | CGExpr.cpp | 862 if (const auto *CAT = dyn_cast<ConstantArrayType>(AT)) { in isFlexibleArrayMemberExpr() local 942 if (const auto *CAT = dyn_cast<ConstantArrayType>(AT)) in getArrayIndexingBound() local 3783 auto *CAT = C.getAsConstantArrayType(ArrayTy); in EmitOMPArraySectionExpr() local
|
| HD | CodeGenModule.cpp | 4907 const ConstantArrayType *CAT = Context.getAsConstantArrayType(E->getType()); in GetConstantArrayFromStringLiteral() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/ |
| HD | Program.cpp | 309 if (auto CAT = dyn_cast<ConstantArrayType>(ArrayType)) { in createDescriptor() local
|
| /freebsd-11-stable/usr.bin/at/ |
| HD | at.c | 92 enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */ enumerator
|
| /freebsd-11-stable/gnu/usr.bin/grep/ |
| HD | dfa.h | 131 CAT, /* CAT is an operator of two arguments that enumerator
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | RegionStore.cpp | 1189 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(AT)) in VisitCluster() local 1721 if (auto CAT = Ctx.getAsConstantArrayType(VD->getType())) in getBindingForElement() local 2241 if (const ConstantArrayType* CAT = dyn_cast<ConstantArrayType>(AT)) in bindArray() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Index/ |
| HD | USRGeneration.cpp | 883 if (const auto *const CAT = dyn_cast<ConstantArrayType>(T)) in VisitType() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaExprCXX.cpp | 2152 auto *CAT = Context.getAsConstantArrayType(Initializer->getType()); in BuildCXXNew() local 5349 if (const ConstantArrayType *CAT = Self.Context.getAsConstantArrayType(T)) in EvaluateArrayTypeTrait() local 6328 if (auto *CAT = cast_or_null<ConstantArrayType>(ClassOrBound)) in FindCompositePointerType() local
|
| HD | SemaInit.cpp | 207 const ConstantArrayType *CAT = cast<ConstantArrayType>(AT); in CheckStringInit() local 969 if (const ConstantArrayType *CAT = in numArrayElements() local 1869 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(arrayType)) { in CheckArrayType() local
|
| HD | SemaExprObjC.cpp | 68 const ConstantArrayType *CAT = Context.getAsConstantArrayType(S->getType()); in ParseObjCStringLiteral() local
|
| HD | SemaDeclObjC.cpp | 1744 void Sema::DiagnoseClassExtensionDupMethods(ObjCCategoryDecl *CAT, in DiagnoseClassExtensionDupMethods()
|
| HD | SemaStmt.cpp | 2458 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(UnqAT)) in BuildCXXForRangeStmt() local
|
| HD | SemaDeclCXX.cpp | 916 const ConstantArrayType *CAT) { in checkArrayDecomposition() 1433 if (auto *CAT = Context.getAsConstantArrayType(DecompType)) { in CheckCompleteDecompositionDeclaration() local 7233 if (auto *CAT = dyn_cast_or_null<ConstantArrayType>(AT)) in visitSubobject() local
|