/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/pixrect/ |
H A D | memvar.h | 14 # define CAT(a,b) a##b macro 16 #define CAT(a,b) a/**/b macro
|
/openbsd-src/gnu/gcc/fixincludes/tests/base/pixrect/ |
H A D | memvar.h | 14 # define CAT(a,b) a##b macro 16 #define CAT(a,b) a/**/b macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
H A D | 20000519-1.c | 7 #define CAT(a,b,c,d) __CAT__(a,b,c,d) macro
|
/openbsd-src/usr.bin/at/ |
H A D | at.h | 28 enum { ATQ, ATRM, AT, BATCH, CAT }; /* what are we running as? */ enumerator
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | enum-1.c | 16 CAT, enumerator
|
H A D | 20020108-1.c | 5 #define CAT(A, B) A ## B macro
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaSYCL.cpp | 53 if (const auto *CAT = SemaRef.getASTContext().getAsConstantArrayType(Ty)) in isZeroSizedArray() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ScanfFormatString.cpp | 448 if (const ConstantArrayType *CAT = Ctx.getAsConstantArrayType(RawQT)) { in fixType() local
|
H A D | ExprConstant.cpp | 208 if (auto *CAT = dyn_cast<ConstantArrayType>(AT)) { in findMostDerivedSubobject() local 3396 const ConstantArrayType *CAT = in extractStringLiteralCharacter() local 3416 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType( in expandStringLiteral() local 3716 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(ObjType); in findSubobject() local 6464 if (const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(T)) { in HandleDestructionImpl() local 6976 const auto *CAT = in visitArray() local 8987 if (auto *CAT = dyn_cast<ConstantArrayType>(AT)) in VisitCastExpr() local 9597 auto *CAT = Info.Ctx.getAsConstantArrayType(Init->getType()); in VisitCXXNewExpr() local 10059 if (auto *CAT = Info.Ctx.getAsConstantArrayType(Init->getType())) { in VisitCXXParenListOrInitListExpr() local 10649 const ConstantArrayType *CAT = in ZeroInitialization() local [all …]
|
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Interp.cpp | 417 const ConstantArrayType *CAT) { in CheckArrayInitialized() 458 const auto *CAT = in CheckFieldsInitialized() local
|
H A D | ByteCodeExprGen.cpp | 921 const auto *CAT = cast<ConstantArrayType>(AT); in visitArrayInitializer() local 940 const ConstantArrayType *CAT = in visitArrayInitializer() local
|
H A D | Program.cpp | 326 if (auto CAT = dyn_cast<ConstantArrayType>(ArrayType)) { in createDescriptor() local
|
/openbsd-src/gnu/gcc/gcc/config/pa/ |
H A D | milli64.S | 162 #define CAT(a,b) a##b macro 164 #define CAT(a,b) a/**/b macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/ |
H A D | milli64.S | 143 #define CAT(a,b) a##b macro 145 #define CAT(a,b) a/**/b macro
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 1174 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(AT)) in VisitCluster() local 1624 getConstantArrayExtents(const ConstantArrayType *CAT) { in getConstantArrayExtents() 1765 const ConstantArrayType *CAT = Ctx.getAsConstantArrayType(VD->getType()); in getConstantValFromConstArrayInitializer() local 2444 auto CAT = dyn_cast<ConstantArrayType>(AT); in tryBindSmallArray() local 2483 if (const ConstantArrayType* CAT = dyn_cast<ConstantArrayType>(AT)) in bindArray() local
|
H A D | ExprEngineCallAndReturn.cpp | 1151 if (const auto *CAT = dyn_cast<ConstantArrayType>(CE->getType())) { in shouldInlineArrayConstruction() local 1190 if (const auto *CAT = dyn_cast<ConstantArrayType>(Ty)) { in shouldRepeatCtorCall() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 641 auto CAT = Emitter.CGM.getContext().getAsConstantArrayType(Type); in EmitDesignatedInitUpdater() local 1224 auto *CAT = CGM.getContext().getAsConstantArrayType(ILE->getType()); in EmitArrayInitialization() local 1342 const ConstantArrayType *CAT = CGM.getContext().getAsConstantArrayType(T); in VisitObjCEncodeExpr() local 2351 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(T)) { in EmitNullConstant() local
|
H A D | CodeGenTypes.cpp | 937 if (const auto *CAT = dyn_cast<ConstantArrayType>(AT)) in isZeroInitializable() local
|
H A D | CGExprCXX.cpp | 742 while (const ConstantArrayType *CAT in EmitCXXNewAllocSize() local 1077 if (const ConstantArrayType *CAT = dyn_cast_or_null<ConstantArrayType>( in EmitNewArrayInitializer() local
|
/openbsd-src/sys/arch/macppc/include/ |
H A D | bus.h | 40 #define CAT(a,b) a##b macro 43 #define CAT(a,b) a/**/b macro
|
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/ |
H A D | DeclarationFragments.cpp | 210 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(AT)) { in getFragmentsForType() local
|
/openbsd-src/sys/arch/loongson/include/ |
H A D | bus.h | 31 #define CAT(a,b) a##b macro 34 #define CAT(a,b) a/**/b macro
|
/openbsd-src/sys/arch/octeon/include/ |
H A D | bus.h | 31 #define CAT(a,b) a##b macro 34 #define CAT(a,b) a/**/b macro
|
/openbsd-src/sys/arch/riscv64/include/ |
H A D | bus.h | 31 #define CAT(a,b) a##b macro 34 #define CAT(a,b) a/**/b macro [all...] |
/openbsd-src/sys/arch/arm64/include/ |
H A D | bus.h | 30 #define CAT(a,b) a##b macro 33 #define CAT(a,b) a/**/b macro [all...] |