| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/ |
| H A D | FastCalc.xs | 62 AV *av = newAV(); 109 AV* a; 110 AV* a2; 114 a = (AV*)SvRV(x); /* ref to aray, don't check ref */ 116 a2 = (AV*)sv_2mortal((SV*)newAV()); 145 AV* a; 151 a = (AV*)SvRV(x); /* ref to aray, don't check ref */ 190 AV* a; 197 a = (AV*)SvRV(x); /* ref to aray, don't check ref */ 234 AV* a; [all …]
|
| /openbsd-src/usr.bin/ctfconv/ |
| H A D | dw.h | 48 } AV; member 49 #define dav_buf AV._buf 50 #define dav_str AV._V._str 51 #define dav_u64 AV._V._T._u64 52 #define dav_s64 AV._V._T._s64 53 #define dav_u32 AV._V._T._u32 54 #define dav_u16 AV._V._T._u16 55 #define dav_u8 AV._V._T._u8
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/ |
| H A D | multicall.h | 33 multicall_pad_push(pTHX_ AV *padlist, int depth) in multicall_pad_push() 40 AV* const newpad = newAV(); in multicall_pad_push() 42 I32 ix = AvFILLp((AV*)svp[1]); in multicall_pad_push() 43 const I32 names_fill = AvFILLp((AV*)svp[0]); in multicall_pad_push() 45 AV *av; in multicall_pad_push() 128 AV* padlist = CvPADLIST(_nOnclAshIngNamE_); \ 144 PL_comppad = (AV*) (AvARRAY(padlist)[CvDEPTH(multicall_cv)]); \
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IPC-SysV/ |
| H A D | SysV.xs | 132 AV *list = (AV*) SvRV(obj); in pack() 161 AV *list = (AV*) SvRV(obj); in unpack() 195 AV *list = (AV*) SvRV(obj); in pack() 220 AV *list = (AV*) SvRV(obj); in unpack() 250 AV *list = (AV*) SvRV(obj); in pack() 279 AV *list = (AV*) SvRV(obj); in unpack()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineSSAUpdater.cpp | 39 static AvailableValsTy &getAvailableVals(void *AV) { in getAvailableVals() argument 40 return *static_cast<AvailableValsTy*>(AV); in getAvailableVals() 49 delete static_cast<AvailableValsTy*>(AV); in ~MachineSSAUpdater() 55 if (!AV) in Initialize() 56 AV = new AvailableValsTy(); in Initialize() 58 getAvailableVals(AV).clear(); in Initialize() 70 return getAvailableVals(AV).count(BB); in HasValueForBlock() 76 getAvailableVals(AV)[BB] = V; in AddAvailableValue() local 366 AvailableValsTy &AvailableVals = getAvailableVals(AV); in GetValueAtEndOfBlockInternal()
|
| H A D | AssignmentTrackingAnalysis.cpp | 992 const Assignment &AV = Pair.second; in mapsAreEqual() local 998 if (!AV.isSameSourceAssignment(R->second)) in mapsAreEqual() 1105 void addMemDef(BlockInfo *LiveSet, VariableID Var, const Assignment &AV); 1107 void addDbgDef(BlockInfo *LiveSet, VariableID Var, const Assignment &AV); 1116 bool hasVarWithAssignment(VariableID Var, const Assignment &AV, 1153 const Assignment &AV) { in addMemDef() argument 1154 auto AddDef = [](BlockInfo *LiveSet, VariableID Var, Assignment AV) { in addMemDef() argument 1155 LiveSet->StackHomeValue[Var] = AV; in addMemDef() 1162 AddDef(LiveSet, Var, AV); in addMemDef() 1167 Assignment FragAV = AV; in addMemDef() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | mro_core.c | 219 the given stash. The return value is a read-only AV* 232 static AV* 235 AV* retval; in S_mro_get_linear_isa_dfs() 238 AV* av; in S_mro_get_linear_isa_dfs() 310 const AV *const subrv in S_mro_get_linear_isa_dfs() 384 the AV we're about to use for the result. The reference owned by the in S_mro_get_linear_isa_dfs() 403 read-only AV* whose values are string SVs giving class names. 413 AV* 417 AV *isa; in Perl_mro_get_linear_isa() 438 AV * cons in Perl_mro_get_linear_isa() [all...] |
| H A D | intrpvar.h | 170 PERLVAR(I, curstack, AV *) /* THE STACK */ 172 PERLVAR(I, mainstack, AV *) /* the stack when nothing funny is 539 PERLVAR(I, argvout_stack, AV *) 590 PERLVAR(I, dbargs, AV *) /* args to call listed by caller function */ 598 PERLVAR(I, beginav, AV *) /* names of BEGIN subroutines */ 599 PERLVAR(I, endav, AV *) /* names of END subroutines */ 600 PERLVAR(I, unitcheckav, AV *) /* names of UNITCHECK subroutines */ 601 PERLVAR(I, checkav, AV *) /* names of CHECK subroutines */ 602 PERLVAR(I, initav, AV *) /* names of INIT subroutines */ 605 PERLVAR(I, fdpid, AV *) /* kee [all...] |
| H A D | vutil.c | 294 AV * av; in Perl_scan_version2() 467 /* And finally, store the AV in the hash */ 503 AV * const av = newAV(); in Perl_new_version2() 504 AV *sav; in Perl_new_version2() 923 =item * The "version" key has a reference to an AV as its value in Perl_vnumify2() 982 AV *av; in Perl_vnormal2() 1054 AV *av; in Perl_vstringify2() 1157 AV *lav, *rav;
|
| /openbsd-src/gnu/usr.bin/perl/ext/mro/ |
| H A D | mro.xs | 7 static AV* 17 the given stash. The return value is a read-only AV* 31 static AV* 34 AV* retval; in S_mro_get_linear_isa_c3() 37 AV* isa; in S_mro_get_linear_isa_c3() 76 AV *const seqs = newAV_mortal(); in S_mro_get_linear_isa_c3() 92 AV* const isa_lin = newAV_alloc_xz(4); in S_mro_get_linear_isa_c3() 98 AV* const isa_lin in S_mro_get_linear_isa_c3() 157 AV *const seq = MUTABLE_AV(*seqs_ptr++); in S_mro_get_linear_isa_c3() 188 AV * cons in S_mro_get_linear_isa_c3() [all...] |
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SSAUpdater.cpp | 41 static AvailableValsTy &getAvailableVals(void *AV) { in getAvailableVals() argument 42 return *static_cast<AvailableValsTy*>(AV); in getAvailableVals() 49 delete static_cast<AvailableValsTy*>(AV); in ~SSAUpdater() 53 if (!AV) in Initialize() 54 AV = new AvailableValsTy(); in Initialize() 56 getAvailableVals(AV).clear(); in Initialize() 62 return getAvailableVals(AV).count(BB); in HasValueForBlock() 66 return getAvailableVals(AV).lookup(BB); in FindValueForBlock() 73 getAvailableVals(AV)[BB] = V; in AddAvailableValue() local 308 AvailableValsTy &AvailableVals = getAvailableVals(AV); in GetValueAtEndOfBlockInternal()
|
| /openbsd-src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/ |
| H A D | FieldHash.xs | 114 static AV * 118 return (AV*)mg->mg_obj; in HUF_get_trigger_content() 132 AV* cont = HUF_get_trigger_content(aTHX_ trigger); in HUF_destroy_obj() 162 AV* cont = newAV_mortal(); in HUF_new_trigger() 193 AV* cont = HUF_get_trigger_content(aTHX_ trigger); in HUF_mark_field() 286 AV* cont = HUF_get_trigger_content(aTHX_ trigger); in HUF_fix_trigger() 317 AV* oblist = newAV_mortal(); in HUF_fix_objects() 446 AV* cont = HUF_get_trigger_content(aTHX_ trigger);
|
| /openbsd-src/gnu/usr.bin/perl/ext/File-Glob/ |
| H A D | Glob.xs | 69 iterate(pTHX_ bool(*globber)(pTHX_ AV *entries, const char *pat, STRLEN len, bool is_utf8)) in iterate() 76 AV *entries; in iterate() 82 entries = (AV *)*(hv_fetch(MY_CXT.x_GLOB_ENTRIES, cxixpv, cxixlen, 1)); in iterate() 148 csh_glob(pTHX_ AV *entries, const char *pat, STRLEN len, bool is_utf8) in csh_glob() 151 AV *patav = NULL; in csh_glob() 308 doglob_iter_wrapper(pTHX_ AV *entries, const char *pattern, STRLEN len, bool is_utf8) in doglob_iter_wrapper()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Time-Piece/ |
| H A D | Piece.xs | 917 AV* alt_names = (AV *) SvRV( *hv_fetch(locales, "alt_month", 9, 0) ); in _populate_C_time_locale() 918 AV* long_names = (AV *) SvRV( *hv_fetch(locales, "month", 5, 0) ); in _populate_C_time_locale() 919 AV* short_names = (AV *) SvRV( *hv_fetch(locales, "mon", 3, 0) ); in _populate_C_time_locale() 928 long_names = (AV *) SvRV( *hv_fetch(locales, "weekday", 7, 0) ); in _populate_C_time_locale() 929 short_names = (AV *) SvRV( *hv_fetch(locales, "wday", 4, 0) ); in _populate_C_time_locale() 1107 AV* wdays = newAV(); 1108 AV* weekdays = newAV(); 1109 AV* mons = newAV(); 1110 AV* months = newAV();
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-Typemap/ |
| H A D | Typemap.xs | 54 * AV*, HV*, etc typemaps */ 55 typedef AV AV_FIXED; 126 AV *ary = newAV(); in XS_pack_anotherstructPtrPtr() 146 AV *inary; in XS_unpack_anotherstructPtrPtr() 156 inary = (AV*)SvRV(tmp); in XS_unpack_anotherstructPtrPtr() 308 AV * 310 AV * av
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | AssumptionCache.cpp | 147 for (auto &AV : Affected) { in updateAffectedValues() local 148 auto &AVV = getOrInsertAffectedValues(AV.Assume); in updateAffectedValues() 150 return Elem.Assume == CI && Elem.Index == AV.Index; in updateAffectedValues() 152 AVV.push_back({CI, AV.Index}); in updateAffectedValues() 160 for (auto &AV : Affected) { in unregisterAssumption() local 161 auto AVI = AffectedValues.find_as(AV.Assume); in unregisterAssumption()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | ExternalFunctions.cpp | 154 static void *ffiValueFor(Type *Ty, const GenericValue &AV, in ffiValueFor() argument 161 *I8Ptr = (int8_t) AV.IntVal.getZExtValue(); in ffiValueFor() 166 *I16Ptr = (int16_t) AV.IntVal.getZExtValue(); in ffiValueFor() 171 *I32Ptr = (int32_t) AV.IntVal.getZExtValue(); in ffiValueFor() 176 *I64Ptr = (int64_t) AV.IntVal.getZExtValue(); in ffiValueFor() 183 *FloatPtr = AV.FloatVal; in ffiValueFor() 188 *DoublePtr = AV.DoubleVal; in ffiValueFor() 193 *PtrPtr = GVTOP(AV); in ffiValueFor()
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads-shared/ |
| H A D | shared.xs | 73 * IV = 8455000 <<<< pointer to the shared AV 75 * MG_PTR = 0x810358 "" <<<< another pointer to the shared AV 94 * IV = 8455064 <<<< pointer to the shared AV 964 svp = av_fetch((AV*) saggregate, mg->mg_len, 0); in sharedsv_elem_mg_FETCH() 1018 svp = av_fetch((AV*) saggregate, mg->mg_len, 1); in sharedsv_elem_mg_STORE() 1062 av_delete((AV*) saggregate, mg->mg_len, G_DISCARD); in sharedsv_elem_mg_DELETE() 1121 val = av_len((AV*) ssv); in sharedsv_array_mg_FETCHSIZE() 1141 SV **svp = isav ? AvARRAY((AV *)ssv) : NULL; in sharedsv_array_mg_CLEAR() 1142 I32 items = isav ? AvFILLp((AV *)ssv) + 1 : 0; in sharedsv_array_mg_CLEAR() 1159 if (isav) av_clear((AV*) ss in sharedsv_array_mg_CLEAR() [all...] |
| /openbsd-src/gnu/usr.bin/perl/ext/Hash-Util/ |
| H A D | Util.xs | 22 AV *keys 23 AV *placeholder 225 AV *info_av; in bucket_array() 235 AV *key_av= NULL; in bucket_array()
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/ |
| H A D | APItest.xs | 143 AV *cscav; in S_mycopy_copy() 144 AV *bhkav; in S_mycopy_copy() 149 AV *peep_recorder; in S_mycopy_copy() 150 AV *rpeep_recorder; in S_mycopy_copy() 151 AV *xop_record; in S_mycopy_copy() 450 AV *const cur = GvAV(MY_CXT.cscgv); in blockhook_test_start() 457 AV *const new_av = av_count(cur) 487 AV *av; in blockhook_test_eval() 521 AV *av; in my_rpeep() 1452 static AV * in my_ck_rv2cv() [all...] |
| /openbsd-src/gnu/usr.bin/perl/ext/Devel-Peek/ |
| H A D | Peek.xs | 35 AV *argav; in DeadCode() 63 pad = AvARRAY((AV*)svp[i]); in DeadCode() 64 argav = (AV*)pad[0]; in DeadCode() 84 for (j = 1; j < AvFILL((AV*)svp[1]); j++) { /* Vars. */ in DeadCode() 231 AV *av; in _mstats_to_hv() 244 av = (AV*)SvRV(*svp); in _mstats_to_hv()
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| H A D | svpeek.t | 46 is (DPeek (\@ARGV), '\AV()', '\@ARGV'); 47 is (DPeek (\@INC), '\AV()', '\@INC'); 95 is (DPeek (*VAR{ARRAY}), '\AV()', ' *VAR{ARRAY}');
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 285 AvailableValue AV; member 287 static AvailableValueInBlock get(BasicBlock *BB, AvailableValue &&AV) { in get() 290 Res.AV = std::move(AV); in get() 311 return AV.MaterializeAdjustedValue(Load, BB->getTerminator(), gvn); in MaterializeAdjustedValue() 945 assert(!ValuesPerBlock[0].AV.isUndefValue() && in ConstructSSAForLoadSet() 955 for (const AvailableValueInBlock &AV : ValuesPerBlock) { in ConstructSSAForLoadSet() local 956 BasicBlock *BB = AV.BB; in ConstructSSAForLoadSet() 958 if (AV.AV.isUndefValue()) in ConstructSSAForLoadSet() 969 ((AV.AV.isSimpleValue() && AV.AV.getSimpleValue() == Load) || in ConstructSSAForLoadSet() 970 (AV.AV.isCoercedLoadValue() && AV.AV.getCoercedLoadValue() == Load))) in ConstructSSAForLoadSet() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Win32API-File/ |
| H A D | const2perl.h | 86 AV *mAvExportFail; 151 AV *mAvExportFail; \
|
| /openbsd-src/gnu/usr.bin/perl/dist/Data-Dumper/ |
| H A D | Dumper.xs | 75 HV *seenhv, AV *postav, const I32 level, SV *apad, 651 AV *postav, const I32 level, SV *apad, Style *style) in DD_dump() 661 AV *seenentry = NULL; in DD_dump() 721 && (sv = *svp) && SvROK(sv) && (seenentry = (AV*)SvRV(sv))) in DD_dump() 873 const SSize_t ixmax = av_len((AV *)ival); in DD_dump() 915 svp = av_fetch((AV*)ival, ix, FALSE); in DD_dump() 959 AV *keys = NULL; in DD_dump() 1027 keys = (AV*)SvREFCNT_inc(SvRV(sv)); in DD_dump() 1250 (seenentry = (AV*)SvRV(sv))) in DD_dump() 1458 AV *postav, *todumpav, *namesav; [all …]
|