| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | time64_config.h | 82 #define SYSTEM_LOCALTIME_MAX CAT2(LOCALTIME_MAX,.0) 83 #define SYSTEM_LOCALTIME_MIN CAT2(LOCALTIME_MIN,.0) 84 #define SYSTEM_GMTIME_MAX CAT2(GMTIME_MAX,.0) 85 #define SYSTEM_GMTIME_MIN CAT2(GMTIME_MIN,.0)
|
| H A D | pp.h | 601 #define dPOPXssrl(X) SV *right = POPs; SV *left = CAT2(X,s) 602 #define dPOPXnnrl(X) NV right = POPn; NV left = CAT2(X,n) 603 #define dPOPXiirl(X) IV right = POPi; IV left = CAT2(X,i) 609 SV *leftsv = CAT2(X,s); \ 682 #define AMG_CALLun(sv,meth) AMG_CALLunary(sv, CAT2(meth,_amg)) 688 sv = amagic_deref_call(*sp, CAT2(meth,_amg)); \
|
| H A D | uconfig.h | |
| H A D | perl.h | 1487 # define PeRl_UINT64_C(c) CAT2(c,U) 1490 # define PeRl_INT64_C(c) CAT2(c,L) 1491 # define PeRl_UINT64_C(c) CAT2(c,UL) 1494 # define PeRl_INT64_C(c) CAT2(c,LL) 1495 # define PeRl_UINT64_C(c) CAT2(c,ULL) 1498 # define PeRl_INT64_C(c) CAT2(c,I64) 1499 # define PeRl_UINT64_C(c) CAT2(c,UI64) 6943 #define StashHANDLER(stash,meth) gv_handler((stash),CAT2(meth,_amg))
|
| /openbsd-src/gnu/usr.bin/perl/os2/ |
| H A D | os2ish.h | 738 static ret (*CAT2(p__Win,name)) at; \ 740 if (!CAT2(p__Win,name)) \ 741 AssignFuncPByORD(CAT2(p__Win,name), o); \ 743 return SaveCroakWinError(CAT2(p__Win,name) args, die, "[Win]", STRINGIFY(name)); } 747 DeclWinFuncByORD_CACHE(ret,name,CAT2(ORD_Win,name),at,args) 749 DeclWinFuncByORD_CACHE_resetError(ret,name,CAT2(ORD_Win,name),at,args) 751 DeclWinFuncByORD_CACHE_survive(ret,name,CAT2(ORD_Win,name),at,args) 753 DeclWinFuncByORD_CACHE_resetError_survive(ret,name,CAT2(ORD_Win,name),at,args)
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/ |
| H A D | core_or_not.inc | 13 CAT2(sv_setsv_cow_hashkey_, SUFFIX) () {
|
| H A D | APItest.xs | 5005 want = (MGVTBL*)CAT2(&PL_vtbl_, name); \ 5006 have = get_vtbl(CAT2(want_vtbl_, name)); \
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 6937 auto *CAT2 = dyn_cast<ConstantArrayType>(Arr2); in FindCompositePointerType() local 6938 if (CAT1 && CAT2 && CAT1->getSize() == CAT2->getSize()) { in FindCompositePointerType() 6948 ((bool)CAT1 != (bool)CAT2) && in FindCompositePointerType() 6956 if (CAT1 || CAT2) in FindCompositePointerType()
|
| H A D | SemaOverload.cpp | 3952 if (auto *CAT2 = S.Context.getAsConstantArrayType( in CompareImplicitConversionSequences() local 3955 CAT2->getElementType())) { in CompareImplicitConversionSequences() 3957 if (CAT1->getSize() != CAT2->getSize()) in CompareImplicitConversionSequences() 3959 return CAT1->getSize().ult(CAT2->getSize()) in CompareImplicitConversionSequences()
|
| /openbsd-src/gnu/usr.bin/perl/ext/POSIX/ |
| H A D | POSIX.xs | 112 # define FLOAT_C(c) CAT2(c,L)
|
| /openbsd-src/gnu/usr.bin/perl/plan9/ |
| H A D | config_h.sample | 920 /* CAT2: 927 #define CAT2(a,b) a/**/b 936 #define CAT2(a,b) PeRl_CaTiFy(a,b)
|
| H A D | config.plan9 | 36 /* CAT2: 41 #define CAT2(a,b) a/**/b 50 #define CAT2(a,b) PeRl_CaTiFy(a,b)
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| H A D | apidoc.fnc | 37 Amud|token|CAT2|token x|token y
|
| /openbsd-src/gnu/usr.bin/perl/win32/ |
| H A D | config_H.gc | 1374 /* CAT2: 1381 #define CAT2(a,b) a/**/b 1387 #define CAT2(a,b) PeRl_CaTiFy(a,b)
|
| H A D | config_H.vc | 1374 /* CAT2: 1381 #define CAT2(a,b) a/**/b 1387 #define CAT2(a,b) PeRl_CaTiFy(a,b)
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTContext.cpp | 6061 auto *CAT2 = dyn_cast<ConstantArrayType>(AT2); in UnwrapSimilarArrayTypes() local 6062 if (!((CAT2 && CAT1->getSize() == CAT2->getSize()) || in UnwrapSimilarArrayTypes()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| H A D | 5003007 | 75 CAT2 # K added by devel/scanprov
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| H A D | ppport.h | 11533 #define DPPP_CAT2(x,y) CAT2(x,y)
|
| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ |
| H A D | perlxs.pod | 1500 CvXSUBANY(cv).any_i32 = CAT2( f, _off )
|