SYMBOL INDEX (3421 symbols across 142 files) FILE: pass/IntrinsicLibcalls.h function InitLibcalls (line 21) | void InitLibcalls() { function isAlwaysInlined (line 113) | bool isAlwaysInlined(StringRef intrinsic) { function StringRef (line 117) | StringRef GetLibcall(StringRef intrinsic) { FILE: pass/LowerIntrinsics.cpp type LowerIntrinsics (line 17) | struct LowerIntrinsics: public ModulePass { method LowerIntrinsics (line 20) | LowerIntrinsics() : ModulePass(ID) { method runOnModule (line 23) | virtual bool runOnModule(Module &m) { FILE: pass/Stabilizer.cpp type StabilizerPass (line 33) | struct StabilizerPass : public ModulePass { method StabilizerPass (line 40) | StabilizerPass() : ModulePass(ID) {} type Platform (line 42) | enum Platform { method Platform (line 54) | Platform getPlatform(Module& m) { method Type (line 83) | Type* getIntptrType(Module& m) { method getIntptrSize (line 91) | size_t getIntptrSize(Module& m) { method Constant (line 99) | Constant* getInt(Module& m, size_t bits, uint64_t value, bool is_signe... method Constant (line 103) | Constant* getIntptr(Module& m, uint64_t value, bool is_signed) { method isDataPCRelative (line 112) | bool isDataPCRelative(Module& m) { method runOnModule (line 131) | virtual bool runOnModule(Module &m) { method getConstructors (line 234) | vector getConstructors(Module& m) { method Function (line 268) | Function* makeConstructor(Module& m, StringRef name) { method randomizeStack (line 340) | void randomizeStack(Module& m, llvm::Function& f, GlobalVariable* stac... method randomizeCode (line 403) | vector randomizeCode(Module& m, Function& f) { method containsGlobal (line 577) | bool containsGlobal(Value* v) { method findPCRelativeUsesIn (line 609) | map > findPCRelativeUsesIn(Function& f) { method extractFloatOperations (line 663) | void extractFloatOperations(Function& f) { method containsConstantFloat (line 729) | bool containsConstantFloat(Constant* c) { method Function (line 759) | Function* getFloatConversion(Module& m, unsigned opcode, Type* in, Typ... method randomizeHeap (line 847) | void randomizeHeap(Module& m) { method declareRuntimeFunctions (line 902) | void declareRuntimeFunctions(Module& m) { FILE: process.py function where (line 58) | def where(results, key, *values): function distinct (line 61) | def distinct(results, key): function keymap (line 68) | def keymap(results, key, f): function get (line 76) | def get(results, *keys): function group (line 86) | def group(results, *keys): function pad (line 108) | def pad(s, length=20): FILE: run.py function runspec (line 40) | def runspec(bench, size, tune, ext, n, rebuild=False): FILE: runtime/Context.h type Stack (line 22) | struct Stack { function Stack (line 102) | inline Stack stack() { FILE: runtime/Debug.cpp function panic (line 12) | void panic() { FILE: runtime/Function.cpp function FunctionLocation (line 57) | FunctionLocation* Function::relocate() { FILE: runtime/Function.h type Function (line 13) | struct Function type FunctionLocation (line 14) | struct FunctionLocation function trap (line 16) | struct FunctionHeader { function Function (line 36) | Function* getFunction() { type Function (line 41) | struct Function { function delete (line 80) | void operator delete(void* p) { function setTrap (line 121) | inline void setTrap() { function getCodeSize (line 129) | inline size_t getCodeSize() { function getAllocationSize (line 133) | inline size_t getAllocationSize() { function FunctionLocation (line 141) | inline FunctionLocation* getCurrentLocation() { FILE: runtime/FunctionLocation.h type FunctionLocation (line 11) | struct FunctionLocation { function delete (line 67) | void operator delete(void* p) { function activate (line 71) | void activate() { function release (line 75) | void release() { function mark (line 83) | static void mark(void* p) { function sweep (line 90) | static void sweep() { FILE: runtime/Heap.cpp function DataHeapType (line 3) | DataHeapType* getDataHeap() { function CodeHeapType (line 9) | CodeHeapType* getCodeHeap() { FILE: runtime/Heap.h type ANSIWrapper (line 25) | typedef ANSIWrapper, D... type ANSIWrapper (line 26) | typedef ANSIWrapper, C... FILE: runtime/Intrinsics.cpp function powif (line 7) | float powif(float b, int e) { function memset_i32 (line 11) | void memset_i32(void* p, uint8_t val, uint32_t len, uint32_t align, bool... function memset_i64 (line 15) | void memset_i64(void* p, uint8_t val, uint64_t len, uint32_t align, bool... FILE: runtime/Jump.h type X86Jump32 (line 10) | struct X86Jump32 { type X86Jump64 (line 21) | struct X86Jump64 { function else (line 44) | struct X86_64Jump { type X86Jump32 (line 98) | typedef X86Jump32 Jump; type X86_64Jump (line 100) | typedef X86_64Jump Jump; type PPCJump (line 102) | typedef PPCJump Jump; FILE: runtime/MemRange.h function MemRange (line 6) | struct MemRange { function pageSize (line 35) | inline size_t pageSize() { function size (line 43) | inline size_t size() { function offsetOf (line 47) | inline size_t offsetOf(void* p) { function contains (line 55) | inline bool contains(void* p) { FILE: runtime/Trap.h type X86Trap (line 8) | struct X86Trap { type PPCTrap (line 20) | struct PPCTrap { type X86Trap (line 33) | typedef X86Trap Trap; type X86Trap (line 35) | typedef X86Trap Trap; type PPCTrap (line 37) | typedef PPCTrap Trap; FILE: runtime/Util.h function flush_icache (line 26) | static void flush_icache(void* begin, size_t size) { function getRandomByte (line 37) | static inline uint8_t getRandomByte() { FILE: runtime/libstabilizer.cpp function main (line 50) | int main(int argc, char **argv) { function stabilizer_register_function (line 87) | void stabilizer_register_function(void* codeBase, void* codeLimit, void*... function stabilizer_register_constructor (line 92) | void stabilizer_register_constructor(ctor_t ctor) { function stabilizer_register_stack_pad (line 96) | void stabilizer_register_stack_pad(uint8_t* pad) { function stabilizer_free (line 112) | void stabilizer_free(void *p) { function reportDoubleFreeError (line 120) | void reportDoubleFreeError() { function onTrap (line 125) | void onTrap(int sig, siginfo_t* info, void* p) { function onTimer (line 171) | void onTimer(int sig, siginfo_t* info, void* p) { function onFault (line 202) | void onFault(int sig, siginfo_t* info, void* p) { function setTimer (line 207) | void setTimer(int msec) { function setHandler (line 218) | void setHandler(int sig, void(*fn)(int, siginfo_t*, void*)) { FILE: tests/Context/hello.cpp function foo (line 18) | void foo(int x, int y, int z) { function bar (line 23) | void bar(int x, int y, int z) { function placeStub (line 28) | void placeStub(void* p) { function placeTrap (line 53) | void placeTrap(void* p) { function doStuff (line 75) | void doStuff(void* source, void* restore) { function trap (line 103) | void trap(int sig, siginfo_t *info, void *c) { function main (line 111) | int main(int argc, char** argv) { FILE: tests/HelloWorld/hello.cpp function ctor (line 5) | void ctor() { function main (line 9) | int main(int argc, char** argv) { FILE: tests/bzip2/blocksort.c function fallbackSimpleSort (line 77) | static function fallbackQSort3 (line 139) | static function fallbackSort (line 258) | static function Bool (line 392) | static function mainSimpleSort (line 531) | static function UChar (line 628) | static function mainQSort3 (line 667) | static function mainSort (line 797) | static function BZ2_blockSort (line 1078) | void BZ2_blockSort ( EState* s ) FILE: tests/bzip2/bzip2.c type Char (line 260) | typedef char Char; type Bool (line 261) | typedef unsigned char Bool; type UChar (line 262) | typedef unsigned char UChar; type Int32 (line 263) | typedef int Int32; type UInt32 (line 264) | typedef unsigned int UInt32; type Int16 (line 265) | typedef short Int16; type UInt16 (line 266) | typedef unsigned short UInt16; type IntNative (line 275) | typedef int IntNative; function cleanUpAndFail (line 321) | static void cleanUpAndFail ( Int32 ) NORETURN; function uInt64_from_UInt32s (line 339) | static function uInt64_to_double (line 353) | static function Bool (line 367) | static function Int32 (line 378) | static function uInt64_toAscii (line 396) | static function Bool (line 421) | Bool myfeof ( int f ) function Bool (line 674) | Bool testStream ( int zStream ) function setExit (line 777) | static function cadvise (line 789) | static function showFileNames (line 804) | static function cleanUpAndFail (line 817) | static function panic (line 878) | static function crcError (line 898) | static function compressedStreamEOF (line 911) | static function ioError (line 928) | static function mySignalCatcher (line 942) | static function mySIGSEGVorSIGBUScatcher (line 953) | static function outOfMemory (line 1013) | static function configError (line 1025) | static function pad (line 1050) | static function copyFileName (line 1061) | static function Bool (line 1082) | static function FILE (line 1102) | FILE* fopen_output_safely ( Char* name, const char* mode ) function Bool (line 1122) | static function Int32 (line 1139) | static type MY_STAT (line 1176) | struct MY_STAT function saveInputFileMetaInfo (line 1179) | static function applySavedMetaInfoToOutputFile (line 1191) | static function Bool (line 1216) | static function Bool (line 1243) | static function Bool (line 1253) | static function compress (line 1265) | static function uncompress (line 1446) | static function testf (line 1644) | static function license (line 1733) | static function usage (line 1758) | static function redundant (line 1802) | static type Cell (line 1827) | typedef function Cell (line 1848) | static function Cell (line 1861) | static function addFlagsFromEnvVar (line 1879) | static function IntNative (line 1909) | IntNative main ( IntNative argc, Char *argv[] ) FILE: tests/bzip2/bzlib.c function BZ2_bz__AssertH__fail (line 87) | void BZ2_bz__AssertH__fail ( int errcode ) function bz_config_ok (line 147) | static function default_bzfree (line 165) | static function prepare_new_block (line 173) | static function init_RL (line 187) | static function Bool (line 195) | static function add_pair_to_block (line 272) | static function flush_RL (line 308) | static function Bool (line 345) | static function Bool (line 390) | static function Bool (line 417) | static function Bool (line 592) | static function Int32 (line 743) | __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) function Bool (line 761) | static type bzFile (line 948) | typedef function Bool (line 969) | static Bool myfeof ( FILE* f ) function BZFILE (line 1457) | static function BZFILE (line 1551) | BZFILE * BZ_API(BZ2_bzopen) function BZFILE (line 1560) | BZFILE * BZ_API(BZ2_bzdopen) FILE: tests/bzip2/bzlib.h type bz_stream (line 203) | typedef type BZFILE (line 292) | typedef void BZFILE; FILE: tests/bzip2/bzlib_private.h type Char (line 81) | typedef char Char; type Bool (line 82) | typedef unsigned char Bool; type UChar (line 83) | typedef unsigned char UChar; type Int32 (line 84) | typedef int Int32; type UInt32 (line 85) | typedef unsigned int UInt32; type Int16 (line 86) | typedef short Int16; type UInt16 (line 87) | typedef unsigned short UInt16; type EState (line 230) | typedef type DState (line 381) | typedef FILE: tests/bzip2/compress.c function BZ2_bsInitWrite (line 81) | void BZ2_bsInitWrite ( EState* s ) function bsFinishWrite (line 89) | static function bsW (line 115) | static function bsPutUInt32 (line 126) | static function bsPutUChar (line 137) | static function makeMaps_e (line 149) | static function generateMTFValues (line 163) | static function sendMTFValues (line 282) | static function BZ2_compressBlock (line 646) | void BZ2_compressBlock ( EState* s, Bool is_last_block ) FILE: tests/bzip2/decompress.c function makeMaps_d (line 66) | static function Int32 (line 146) | Int32 BZ2_decompress ( DState* s ) FILE: tests/bzip2/huffman.c function BZ2_hbMakeCodeLengths (line 103) | void BZ2_hbMakeCodeLengths ( UChar *len, function BZ2_hbAssignCodes (line 192) | void BZ2_hbAssignCodes ( Int32 *code, function BZ2_hbCreateDecodeTables (line 210) | void BZ2_hbCreateDecodeTables ( Int32 *limit, FILE: tests/bzip2/spec.c type spec_fd_t (line 45) | struct spec_fd_t { function spec_init (line 80) | int spec_init () { function spec_random_load (line 103) | int spec_random_load (int fd) { function spec_load (line 132) | int spec_load (int num, char *filename, int size) { function spec_read (line 164) | int spec_read (int fd, unsigned char *buf, int size) { function spec_fread (line 185) | int spec_fread (unsigned char *buf, int size, int num, int fd) { function spec_getc (line 206) | int spec_getc (int fd) { function spec_ungetc (line 221) | int spec_ungetc (unsigned char ch, int fd) { function spec_rewind (line 239) | int spec_rewind(int fd) { function spec_reset (line 243) | int spec_reset(int fd) { function spec_write (line 249) | int spec_write(int fd, unsigned char *buf, int size) { function spec_fwrite (line 261) | int spec_fwrite(unsigned char *buf, int size, int num, int fd) { function spec_putc (line 273) | int spec_putc(unsigned char ch, int fd) { function main (line 286) | int main (int argc, char *argv[]) { function spec_initbufs (line 388) | void spec_initbufs() { function spec_compress (line 396) | void spec_compress(int in, int out, int lev) { function spec_uncompress (line 400) | void spec_uncompress(int in, int out, int lev) { function debug_time (line 408) | int debug_time () { FILE: tests/libquantum/classic.c function quantum_ipow (line 36) | int function quantum_gcd (line 50) | int function quantum_frac_approx (line 66) | void function quantum_getwidth (line 103) | int function quantum_inverse_mod (line 115) | int FILE: tests/libquantum/complex.c function COMPLEX_FLOAT (line 34) | COMPLEX_FLOAT function quantum_prob (line 47) | float function COMPLEX_FLOAT (line 55) | COMPLEX_FLOAT quantum_cexp(float phi) FILE: tests/libquantum/decoherence.c function quantum_get_decoherence (line 47) | float function quantum_set_decoherence (line 56) | void function quantum_decohere (line 72) | void FILE: tests/libquantum/expn.c function quantum_exp_mod_n (line 36) | void FILE: tests/libquantum/gates.c function quantum_cnot (line 46) | void function quantum_toffoli (line 74) | void function quantum_unbounded_toffoli (line 111) | void function quantum_sigma_x (line 155) | void function quantum_sigma_y (line 182) | void function quantum_sigma_z (line 208) | void function quantum_swaptheleads (line 229) | void function quantum_swaptheleads_omuln_controlled (line 280) | void function quantum_gate1 (line 295) | void function quantum_gate2 (line 482) | void function quantum_hadamard (line 652) | void function quantum_walsh (line 673) | void function quantum_r_x (line 685) | void function quantum_r_y (line 706) | void function quantum_r_z (line 727) | void function quantum_phase_scale (line 751) | void function quantum_phase_kick (line 773) | void function quantum_cond_phase (line 795) | void function quantum_cond_phase_inv (line 819) | void function quantum_cond_phase_kick (line 840) | void function quantum_gate_counter (line 866) | int FILE: tests/libquantum/lq_complex.h function quantum_real (line 37) | static inline float function quantum_imag (line 46) | static inline float function quantum_prob_inline (line 55) | static inline float FILE: tests/libquantum/matrix.c function quantum_memman (line 33) | unsigned long quantum_memman(long change) function quantum_matrix (line 47) | quantum_matrix function quantum_delete_matrix (line 73) | void function quantum_print_matrix (line 89) | void FILE: tests/libquantum/matrix.h type quantum_matrix_struct (line 32) | struct quantum_matrix_struct { type quantum_matrix (line 38) | typedef struct quantum_matrix_struct quantum_matrix; FILE: tests/libquantum/measure.c function quantum_frand (line 49) | double function MAX_UNSIGNED (line 61) | MAX_UNSIGNED function quantum_bmeasure (line 98) | int function quantum_bmeasure_bitpreserve (line 139) | int FILE: tests/libquantum/oaddn.c function test_sum (line 43) | void function muxfa (line 120) | void muxfa(int a, int b_in, int c_in, int c_out, int xlt_l,int L, int t... function muxfa_inv (line 161) | void muxfa_inv(int a,int b_in,int c_in,int c_out, int xlt_l,int L,int t... function muxha (line 204) | void muxha(int a,int b_in,int c_in, int xlt_l, int L,int total,quantum_... function muxha_inv (line 232) | void muxha_inv(int a,int b_in,int c_in, int xlt_l, int L, int total,qua... function madd (line 259) | void madd(int a,int a_inv,int width,quantum_reg *reg){ function madd_inv (line 275) | void madd_inv(int a,int a_inv,int width,quantum_reg *reg){ function addn (line 293) | void addn(int N,int a,int width, quantum_reg *reg){//add a to register r... function addn_inv (line 300) | void addn_inv(int N,int a,int width, quantum_reg *reg){//inverse of add ... function add_mod_n (line 310) | void add_mod_n(int N,int a,int width, quantum_reg *reg){//add a to regis... FILE: tests/libquantum/objcode.c function quantum_mu2char (line 58) | void function quantum_int2char (line 74) | void function quantum_double2char (line 90) | void function MAX_UNSIGNED (line 100) | MAX_UNSIGNED quantum_char2mu(unsigned char *buf) function quantum_char2int (line 113) | int quantum_char2int(unsigned char *buf) function quantum_char2double (line 126) | double quantum_char2double(unsigned char *buf) function quantum_objcode_start (line 136) | void function quantum_objcode_stop (line 152) | void function quantum_objcode_put (line 164) | int function quantum_objcode_write (line 267) | int function quantum_objcode_file (line 295) | void function quantum_objcode_exit (line 304) | void function quantum_objcode_run (line 313) | void FILE: tests/libquantum/omuln.c function emul (line 30) | void emul(int a, int L, int width, quantum_reg *reg){ function muln (line 38) | void muln(int N, int a, int ctl, int width, quantum_reg *reg){//ctl tell... function muln_inv (line 57) | void muln_inv(int N, int a, int ctl, int width, quantum_reg *reg){//ctl ... function mul_mod_n (line 75) | void mul_mod_n(int N, int a, int ctl, int width, quantum_reg *reg) FILE: tests/libquantum/qec.c function quantum_qec_set_status (line 46) | void function quantum_qec_get_status (line 55) | void function quantum_qec_encode (line 67) | void function quantum_qec_decode (line 105) | void function quantum_qec_counter (line 151) | int function quantum_sigma_x_ft (line 177) | void function quantum_cnot_ft (line 203) | void function quantum_toffoli_ft (line 230) | void FILE: tests/libquantum/qft.c function quantum_qft (line 31) | void quantum_qft(int width, quantum_reg *reg) function quantum_qft_inv (line 46) | void quantum_qft_inv(int width, quantum_reg *reg) FILE: tests/libquantum/quantum.h type quantum_matrix_struct (line 34) | struct quantum_matrix_struct { type quantum_matrix (line 40) | typedef struct quantum_matrix_struct quantum_matrix; type quantum_reg_node_struct (line 42) | struct quantum_reg_node_struct type quantum_reg_node (line 48) | typedef struct quantum_reg_node_struct quantum_reg_node; type quantum_reg_struct (line 52) | struct quantum_reg_struct type quantum_reg (line 61) | typedef struct quantum_reg_struct quantum_reg; FILE: tests/libquantum/qureg.c function quantum_reg (line 44) | quantum_reg function quantum_reg (line 107) | quantum_reg function quantum_matrix (line 162) | quantum_matrix function quantum_destroy_hash (line 178) | void function quantum_delete_qureg (line 188) | void function quantum_delete_qureg_hashpreserve (line 199) | void function quantum_print_qureg (line 209) | void function quantum_print_expn (line 234) | void function quantum_addscratch (line 248) | void function quantum_print_hash (line 268) | void function quantum_reg (line 284) | quantum_reg function quantum_reg (line 334) | quantum_reg function COMPLEX_FLOAT (line 403) | COMPLEX_FLOAT FILE: tests/libquantum/qureg.h type quantum_reg_node_struct (line 35) | struct quantum_reg_node_struct type quantum_reg_node (line 41) | typedef struct quantum_reg_node_struct quantum_reg_node; type quantum_reg_struct (line 45) | struct quantum_reg_struct type quantum_reg (line 54) | typedef struct quantum_reg_struct quantum_reg; function quantum_hash64 (line 79) | static inline unsigned int function quantum_get_state (line 94) | static inline int function quantum_add_hash (line 116) | static inline void FILE: tests/libquantum/shor.c function main (line 44) | int main(int argc, char **argv) { FILE: tests/libquantum/specrand.c function spec_srand (line 16) | void spec_srand(int seed) { FILE: tests/perlbench/Base64.c function XS (line 123) | XS(XS_MIME__Base64_encode_base64) function XS (line 212) | XS(XS_MIME__Base64_decode_base64) function XS (line 286) | XS(XS_MIME__QuotedPrint_encode_qp) function XS (line 410) | XS(XS_MIME__QuotedPrint_decode_qp) function XS (line 496) | XS(boot_MIME__Base64) FILE: tests/perlbench/Cwd.c type stat (line 141) | struct stat function Perl_getcwd_sv (line 255) | int Perl_getcwd_sv(pTHX_ register SV *sv) function XS (line 406) | XS(XS_Cwd_fastcwd) function XS (line 430) | XS(XS_Cwd_abs_path) function XS (line 475) | XS(XS_Cwd_getdcwd) function XS (line 523) | XS(boot_Cwd) FILE: tests/perlbench/Dumper.c function UV (line 34) | UV function I32 (line 60) | static I32 function I32 (line 87) | static I32 function I32 (line 105) | static I32 function I32 (line 125) | static I32 function SV (line 215) | static SV * function I32 (line 246) | static I32 function XS (line 919) | XS(XS_Data__Dumper_Dumpxs) function XS (line 1154) | XS(boot_Data__Dumper) FILE: tests/perlbench/DynaLoader.c function XS (line 21) | XS(XS_DynaLoader_dl_error) function XS (line 41) | XS(boot_DynaLoader) FILE: tests/perlbench/HiRes.c type FT_t (line 82) | typedef union { type my_cxt_t (line 89) | typedef struct { function _gettimeofday (line 125) | static int function sleep (line 167) | static unsigned int type dsc$descriptor_s (line 220) | struct dsc$descriptor_s type dsc$descriptor_s (line 222) | struct dsc$descriptor_s function time_t (line 224) | static time_t toutc_dst(time_t loc) { function time_t (line 233) | static time_t toloc_dst(time_t utc) { function timezone_setup (line 252) | static int type timeval (line 292) | struct timeval function hrt_unanosleep (line 369) | void function hrt_usleep (line 385) | void function hrt_usleep (line 401) | void function hrt_ualarm (line 415) | int function us_to_VMS (line 441) | static void function VMS_to_us (line 463) | static int type word (line 475) | typedef unsigned short word; type Alarm (line 476) | typedef struct _ualarm { function vms_ualarm (line 493) | static int function ualarm_AST (line 561) | static void function myU2time (line 626) | static int function NV (line 637) | static NV function XS (line 656) | XS(XS_Time__HiRes_CLONE) function XS (line 672) | XS(XS_Time__HiRes_constant) function XS (line 778) | XS(XS_Time__HiRes_usleep) function XS (line 823) | XS(XS_Time__HiRes_nanosleep) function XS (line 863) | XS(XS_Time__HiRes_sleep) function XS (line 915) | XS(XS_Time__HiRes_ualarm) function XS (line 943) | XS(XS_Time__HiRes_alarm) function XS (line 977) | XS(XS_Time__HiRes_gettimeofday) function XS (line 1010) | XS(XS_Time__HiRes_time) function XS (line 1037) | XS(XS_Time__HiRes_gettimeofday) function XS (line 1066) | XS(XS_Time__HiRes_time) function XS (line 1094) | XS(XS_Time__HiRes_setitimer) function XS (line 1138) | XS(XS_Time__HiRes_getitimer) function XS (line 1169) | XS(boot_Time__HiRes) FILE: tests/perlbench/Hostname.c function XS (line 36) | XS(XS_Sys__Hostname_ghname) function XS (line 105) | XS(boot_Sys__Hostname) FILE: tests/perlbench/IO.c type SysRet (line 45) | typedef int SysRet; type PerlIO (line 46) | typedef PerlIO * InputStream; type PerlIO (line 47) | typedef PerlIO * OutputStream; type SysRet (line 50) | typedef int SysRet; type FILE (line 51) | typedef FILE * InputStream; type FILE (line 52) | typedef FILE * OutputStream; function not_here (line 61) | static int function io_blocking (line 73) | static int function XS (line 131) | XS(XS_IO__Seekable_getpos) function XS (line 163) | XS(XS_IO__Seekable_setpos) function XS (line 205) | XS(XS_IO__File_new_tmpfile) function XS (line 245) | XS(XS_IO__Poll__poll) function XS (line 286) | XS(XS_IO__Handle_blocking) function XS (line 314) | XS(XS_IO__Handle_ungetc) function XS (line 342) | XS(XS_IO__Handle_error) function XS (line 369) | XS(XS_IO__Handle_clearerr) function XS (line 398) | XS(XS_IO__Handle_untaint) function XS (line 429) | XS(XS_IO__Handle_flush) function XS (line 461) | XS(XS_IO__Handle_setbuf) function XS (line 485) | XS(XS_IO__Handle_setvbuf) function XS (line 531) | XS(XS_IO__Handle_sync) function XS (line 563) | XS(XS_IO__Socket_sockatmark) function XS (line 612) | XS(boot_IO) FILE: tests/perlbench/MD5.c function u2s (line 133) | static void u2s(U32 u, U8* s) type MD5_CTX (line 151) | typedef struct { function MD5Init (line 233) | static void function MD5Transform (line 247) | static void function MD5Update (line 397) | static void function MD5Final (line 434) | static void function MD5_CTX (line 478) | static MD5_CTX* get_md5_ctx(pTHX_ SV* sv) function SV (line 539) | static SV* make_mortal_sv(pTHX_ const unsigned char *src, int type) type PerlIO (line 568) | typedef PerlIO* InputStream; function XS (line 572) | XS(XS_Digest__MD5_new) function XS (line 604) | XS(XS_Digest__MD5_clone) function XS (line 632) | XS(XS_Digest__MD5_DESTROY) function XS (line 647) | XS(XS_Digest__MD5_add) function XS (line 674) | XS(XS_Digest__MD5_addfile) function XS (line 721) | XS(XS_Digest__MD5_digest) function XS (line 745) | XS(XS_Digest__MD5_md5) function XS (line 803) | XS(boot_Digest__MD5) FILE: tests/perlbench/Opcode.c type my_cxt_t (line 21) | typedef struct { function op_names_init (line 50) | static void function put_op_bitspec (line 86) | static void function SV (line 109) | static SV * function SV (line 134) | static SV * function verify_opset (line 155) | static int function set_opset_bits (line 171) | static void function opmask_add (line 207) | static void function opmask_addlocal (line 235) | static void function XS (line 259) | XS(XS_Opcode__safe_pkg_prep) function XS (line 287) | XS(XS_Opcode__safe_call_sv) function XS (line 339) | XS(XS_Opcode_verify_opset) function XS (line 364) | XS(XS_Opcode_invert_opset) function XS (line 392) | XS(XS_Opcode_opset_to_ops) function XS (line 431) | XS(XS_Opcode_opset) function XS (line 466) | XS(XS_Opcode_permit_only) function XS (line 510) | XS(XS_Opcode_opdesc) function XS (line 558) | XS(XS_Opcode_define_optag) function XS (line 578) | XS(XS_Opcode_empty_opset) function XS (line 592) | XS(XS_Opcode_full_opset) function XS (line 607) | XS(XS_Opcode_opmask_add) function XS (line 626) | XS(XS_Opcode_opcodes) function XS (line 648) | XS(XS_Opcode_opmask) function XS (line 673) | XS(boot_Opcode) FILE: tests/perlbench/Parser.c function SV (line 58) | static SV * function SV (line 132) | static SV* function PSTATE (line 147) | static PSTATE* function PSTATE (line 157) | static PSTATE* function free_pstate (line 179) | static void function magic_free_pstate (line 207) | static int function XS (line 225) | XS(XS_HTML__Parser__alloc_pstate) function XS (line 264) | XS(XS_HTML__Parser_parse) function XS (line 327) | XS(XS_HTML__Parser_eof) function XS (line 354) | XS(XS_HTML__Parser_strict_comment) function XS (line 401) | XS(XS_HTML__Parser_boolean_attribute_value) function XS (line 424) | XS(XS_HTML__Parser_ignore_tags) function XS (line 487) | XS(XS_HTML__Parser_handler) function XS (line 544) | XS(XS_HTML__Entities_decode_entities) function XS (line 572) | XS(XS_HTML__Entities__decode_entities) function XS (line 605) | XS(XS_HTML__Entities__probably_utf8_chunk) function XS (line 633) | XS(XS_HTML__Entities_UNICODE_SUPPORT) function XS (line 657) | XS(boot_HTML__Parser) FILE: tests/perlbench/Peek.c function _runops_debug (line 15) | bool function SV (line 27) | SV * type mstats_buffer (line 153) | struct mstats_buffer function _fill_mstats (line 159) | void function fill_mstats (line 171) | void function _mstats_to_hv (line 185) | void function mstats_fillhash (line 283) | void function mstats2hash (line 293) | void function fill_mstats (line 305) | void function mstats_fillhash (line 310) | void function mstats2hash (line 315) | void function XS (line 328) | XS(XS_Devel__Peek_mstat) function XS (line 348) | XS(XS_Devel__Peek_fill_mstats) function XS (line 369) | XS(XS_Devel__Peek_mstats_fillhash) function XS (line 390) | XS(XS_Devel__Peek_mstats2hash) function XS (line 412) | XS(XS_Devel__Peek_Dump) function XS (line 445) | XS(XS_Devel__Peek_DumpArray) function XS (line 476) | XS(XS_Devel__Peek_DumpProg) function XS (line 497) | XS(XS_Devel__Peek_SvREFCNT) function XS (line 514) | XS(XS_Devel__Peek_SvREFCNT_inc) function XS (line 535) | XS(XS_Devel__Peek_SvREFCNT_dec) function XS (line 555) | XS(XS_Devel__Peek_DeadCode) function XS (line 572) | XS(XS_Devel__Peek_CvGV) function XS (line 589) | XS(XS_Devel__Peek_runops_debug) function XS (line 615) | XS(boot_Devel__Peek) FILE: tests/perlbench/Storable.c type NV (line 88) | typedef double NV; type extendable (line 220) | struct extendable { type stag_t (line 243) | typedef unsigned long stag_t; type stcxt_t (line 301) | typedef struct stcxt { function init_perinterp (line 1164) | static void init_perinterp(pTHX) function reset_context (line 1178) | static void reset_context(stcxt_t *cxt) function init_store_context (line 1190) | static void init_store_context( function clean_store_context (line 1286) | static void clean_store_context(pTHX_ stcxt_t *cxt) function init_retrieve_context (line 1364) | static void init_retrieve_context(pTHX_ stcxt_t *cxt, int optype, int is... function clean_retrieve_context (line 1411) | static void clean_retrieve_context(pTHX_ stcxt_t *cxt) function clean_context (line 1462) | static void clean_context(pTHX_ stcxt_t *cxt) function stcxt_t (line 1490) | static stcxt_t *allocate_context(pTHX_ stcxt_t *parent_cxt) function free_context (line 1513) | static void free_context(pTHX_ stcxt_t *cxt) function is_storing (line 1537) | int is_storing(pTHX) function is_retrieving (line 1549) | int is_retrieving(pTHX) function last_op_in_netorder (line 1564) | int last_op_in_netorder(pTHX) function SV (line 1583) | static SV *pkg_fetchmeth( function pkg_hide (line 1621) | static void pkg_hide( function pkg_uncache (line 1636) | static void pkg_uncache( function SV (line 1653) | static SV *pkg_can( function SV (line 1695) | static SV *scalar_call( function AV (line 1752) | static AV *array_call( function known_class (line 1798) | static int known_class( function store_ref (line 1843) | static int store_ref(pTHX_ stcxt_t *cxt, SV *sv) function store_scalar (line 1877) | static int store_scalar(pTHX_ stcxt_t *cxt, SV *sv) function store_array (line 2083) | static int store_array(pTHX_ stcxt_t *cxt, AV *av) function sortcmp (line 2130) | static int function store_hash (line 2163) | static int store_hash(pTHX_ stcxt_t *cxt, HV *hv) function store_code (line 2490) | static int store_code(pTHX_ stcxt_t *cxt, CV *cv) function store_tied (line 2594) | static int store_tied(pTHX_ stcxt_t *cxt, SV *sv) function store_tied_item (line 2665) | static int store_tied_item(pTHX_ stcxt_t *cxt, SV *sv) function store_hook (line 2756) | static int store_hook( function store_blessed (line 3154) | static int store_blessed( function store_other (line 3236) | static int store_other(pTHX_ stcxt_t *cxt, SV *sv) function sv_type (line 3283) | static int sv_type(pTHX_ SV *sv) function store (line 3343) | static int store(pTHX_ stcxt_t *cxt, SV *sv) function magic_write (line 3458) | static int magic_write(pTHX_ stcxt_t *cxt) function do_store (line 3554) | static int do_store( function pstore (line 3672) | int pstore(pTHX_ PerlIO *f, SV *sv) function net_pstore (line 3685) | int net_pstore(pTHX_ PerlIO *f, SV *sv) function SV (line 3700) | static SV *mbuf2sv(pTHX) function SV (line 3713) | SV *mstore(pTHX_ SV *sv) function SV (line 3731) | SV *net_mstore(pTHX_ SV *sv) function SV (line 3753) | static SV *retrieve_other(pTHX_ stcxt_t *cxt, char *cname) function SV (line 3778) | static SV *retrieve_idx_blessed(pTHX_ stcxt_t *cxt, char *cname) function SV (line 3819) | static SV *retrieve_blessed(pTHX_ stcxt_t *cxt, char *cname) function SV (line 3885) | static SV *retrieve_hook(pTHX_ stcxt_t *cxt, char *cname) function SV (line 4261) | static SV *retrieve_ref(pTHX_ stcxt_t *cxt, char *cname) function SV (line 4321) | static SV *retrieve_overloaded(pTHX_ stcxt_t *cxt, char *cname) function SV (line 4390) | static SV *retrieve_tied_array(pTHX_ stcxt_t *cxt, char *cname) function SV (line 4419) | static SV *retrieve_tied_hash(pTHX_ stcxt_t *cxt, char *cname) function SV (line 4447) | static SV *retrieve_tied_scalar(pTHX_ stcxt_t *cxt, char *cname) function SV (line 4483) | static SV *retrieve_tied_key(pTHX_ stcxt_t *cxt, char *cname) function SV (line 4515) | static SV *retrieve_tied_idx(pTHX_ stcxt_t *cxt, char *cname) function SV (line 4548) | static SV *retrieve_lscalar(pTHX_ stcxt_t *cxt, char *cname) function SV (line 4594) | static SV *retrieve_scalar(pTHX_ stcxt_t *cxt, char *cname) function SV (line 4653) | static SV *retrieve_utf8str(pTHX_ stcxt_t *cxt, char *cname) function SV (line 4682) | static SV *retrieve_lutf8str(pTHX_ stcxt_t *cxt, char *cname) function SV (line 4710) | static SV *retrieve_integer(pTHX_ stcxt_t *cxt, char *cname) function SV (line 4733) | static SV *retrieve_netint(pTHX_ stcxt_t *cxt, char *cname) function SV (line 4761) | static SV *retrieve_double(pTHX_ stcxt_t *cxt, char *cname) function SV (line 4784) | static SV *retrieve_byte(pTHX_ stcxt_t *cxt, char *cname) function SV (line 4809) | static SV *retrieve_undef(pTHX_ stcxt_t *cxt, char *cname) function SV (line 4826) | static SV *retrieve_sv_undef(pTHX_ stcxt_t *cxt, char *cname) function SV (line 4847) | static SV *retrieve_sv_yes(pTHX_ stcxt_t *cxt, char *cname) function SV (line 4862) | static SV *retrieve_sv_no(pTHX_ stcxt_t *cxt, char *cname) function SV (line 4881) | static SV *retrieve_array(pTHX_ stcxt_t *cxt, char *cname) function SV (line 4932) | static SV *retrieve_hash(pTHX_ stcxt_t *cxt, char *cname) function SV (line 5006) | static SV *retrieve_flag_hash(pTHX_ stcxt_t *cxt, char *cname) function SV (line 5142) | static SV *retrieve_code(pTHX_ stcxt_t *cxt, char *cname) function SV (line 5263) | static SV *old_retrieve_array(pTHX_ stcxt_t *cxt, char *cname) function SV (line 5323) | static SV *old_retrieve_hash(pTHX_ stcxt_t *cxt, char *cname) function SV (line 5420) | static SV *magic_check(pTHX_ stcxt_t *cxt) function SV (line 5595) | static SV *retrieve(pTHX_ stcxt_t *cxt, char *cname) function SV (line 5754) | static SV *do_retrieve( function SV (line 5987) | SV *pretrieve(pTHX_ PerlIO *f) function SV (line 5998) | SV *mretrieve(pTHX_ SV *sv) function SV (line 6017) | SV *dclone(pTHX_ SV *sv) function XS (line 6098) | XS(XS_Storable__Cxt_DESTROY) function XS (line 6123) | XS(XS_Storable_init_perinterp) function XS (line 6137) | XS(XS_Storable_pstore) function XS (line 6156) | XS(XS_Storable_net_pstore) function XS (line 6175) | XS(XS_Storable_mstore) function XS (line 6193) | XS(XS_Storable_net_mstore) function XS (line 6211) | XS(XS_Storable_pretrieve) function XS (line 6229) | XS(XS_Storable_mretrieve) function XS (line 6247) | XS(XS_Storable_dclone) function XS (line 6265) | XS(XS_Storable_last_op_in_netorder) function XS (line 6282) | XS(XS_Storable_is_storing) function XS (line 6299) | XS(XS_Storable_is_retrieving) function XS (line 6319) | XS(boot_Storable) FILE: tests/perlbench/attrs.c function cv_flags_t (line 15) | static cv_flags_t function XS (line 28) | XS(XS_attrs_import) function XS (line 65) | XS(XS_attrs_get) function XS (line 100) | XS(boot_attrs) FILE: tests/perlbench/av.c function Perl_av_reify (line 24) | void function Perl_av_extend (line 61) | void function SV (line 187) | SV** function SV (line 273) | SV** function AV (line 355) | AV * function AV (line 379) | AV * function AV (line 405) | AV * function Perl_av_clear (line 437) | void function Perl_av_undef (line 489) | void function Perl_av_push (line 526) | void function SV (line 561) | SV * function Perl_av_unshift (line 606) | void function SV (line 677) | SV * function I32 (line 725) | I32 function Perl_av_fill (line 739) | void function SV (line 795) | SV * function Perl_av_exists (line 882) | bool function STATIC (line 943) | STATIC I32 function STATIC (line 952) | STATIC I32 function HV (line 966) | HV* function SV (line 987) | SV** function SV (line 993) | SV** function SV (line 999) | SV * function Perl_avhv_exists_ent (line 1015) | bool function HE (line 1028) | HE * function SV (line 1035) | SV * FILE: tests/perlbench/av.h type xpvav (line 11) | struct xpvav { FILE: tests/perlbench/cop.h type cop (line 16) | struct cop { type block_sub (line 112) | struct block_sub { type block_eval (line 211) | struct block_eval { type block_loop (line 240) | struct block_loop { type block (line 304) | struct block { type subst (line 366) | struct subst { type context (line 418) | struct context { type stackinfo (line 524) | struct stackinfo { type PERL_SI (line 537) | typedef struct stackinfo PERL_SI; FILE: tests/perlbench/cv.h type xpvcv (line 14) | struct xpvcv { FILE: tests/perlbench/deb.c function Perl_deb_nocontext (line 26) | void function Perl_deb (line 39) | void function Perl_vdeb (line 50) | void function I32 (line 69) | I32 function STATIC (line 97) | STATIC void function I32 (line 138) | I32 function Perl_deb_stack_all (line 177) | void FILE: tests/perlbench/doio.c function Perl_do_open (line 61) | bool function Perl_do_open9 (line 69) | bool function Perl_do_openn (line 78) | bool function PerlIO (line 743) | PerlIO * function Perl_do_pipe (line 960) | void function Perl_do_close (line 1006) | bool function Perl_io_close (line 1038) | bool function Perl_do_eof (line 1077) | bool function Off_t (line 1121) | Off_t function Perl_do_seek (line 1140) | bool function Off_t (line 1159) | Off_t function Perl_mode_from_discipline (line 1173) | int function Perl_do_binmode (line 1229) | int function I32 (line 1244) | I32 my_chsize(fd, length) function Perl_do_print (line 1299) | bool function I32 (line 1364) | I32 function I32 (line 1418) | I32 function Perl_do_aexec (line 1455) | bool function PERL_FPU_POST_EXEC (line 1493) | PERL_FPU_POST_EXEC function Perl_do_exec3 (line 1530) | bool function I32 (line 1661) | I32 function Perl_cando (line 1874) | bool function Perl_ingroup (line 1928) | bool function I32 (line 1957) | I32 function I32 (line 1989) | I32 function I32 (line 2112) | I32 function I32 (line 2134) | I32 function I32 (line 2171) | I32 function I32 (line 2224) | I32 function PerlIO (line 2295) | PerlIO * FILE: tests/perlbench/doop.c function STATIC (line 28) | STATIC I32 function STATIC (line 98) | STATIC I32 function STATIC (line 136) | STATIC I32 function STATIC (line 298) | STATIC I32 function STATIC (line 397) | STATIC I32 function STATIC (line 437) | STATIC I32 function I32 (line 599) | I32 function Perl_do_join (line 647) | void function Perl_do_sprintf (line 703) | void function UV (line 720) | UV function Perl_do_vecset (line 858) | void function Perl_do_chop (line 939) | void function I32 (line 1008) | I32 function Perl_do_vop (line 1145) | void function OP (line 1336) | OP * FILE: tests/perlbench/dump.c function Perl_dump_indent (line 28) | void function Perl_dump_vindent (line 37) | void function Perl_dump_all (line 44) | void function Perl_dump_packsubs (line 53) | void function Perl_dump_sub (line 78) | void function Perl_dump_form (line 95) | void function Perl_dump_eval (line 108) | void function Perl_do_pmop_dump (line 334) | void function Perl_pmop_dump (line 394) | void function Perl_do_op_dump (line 400) | void function Perl_op_dump (line 743) | void function Perl_gv_dump (line 749) | void function Perl_do_magic_dump (line 819) | void function Perl_magic_dump (line 937) | void function Perl_do_hv_dump (line 943) | void function Perl_do_gv_dump (line 953) | void function Perl_do_gvgv_dump (line 963) | void function Perl_do_sv_dump (line 977) | void function Perl_sv_dump (line 1416) | void function Perl_runops_debug (line 1422) | int function I32 (line 1458) | I32 function STATIC (line 1507) | STATIC CV* function Perl_watch (line 1523) | void function STATIC (line 1532) | STATIC void function Perl_debprofdump (line 1542) | void FILE: tests/perlbench/fakethr.h type perl_mutex (line 10) | typedef int perl_mutex; type perl_key (line 11) | typedef int perl_key; type perl_thread (line 13) | struct perl_thread type perl_wait_queue (line 17) | struct perl_wait_queue { type perl_wait_queue (line 21) | struct perl_wait_queue type thread_intern (line 25) | struct thread_intern { FILE: tests/perlbench/globals.c function Perl_fprintf_nocontext (line 37) | int function Perl_printf_nocontext (line 46) | int FILE: tests/perlbench/gv.c function GV (line 37) | GV * function GV (line 47) | GV * function GV (line 57) | GV * function GV (line 73) | GV * function Perl_gv_init (line 105) | void function STATIC (line 160) | STATIC void function GV (line 197) | GV * function GV (line 339) | GV * function GV (line 378) | GV * function GV (line 412) | GV * function GV (line 487) | GV* function STATIC (line 570) | STATIC void function HV (line 601) | HV* function HV (line 619) | HV* function HV (line 657) | HV* function GV (line 667) | GV * function Perl_gv_fullname4 (line 1118) | void function Perl_gv_fullname3 (line 1140) | void function Perl_gv_efullname4 (line 1146) | void function Perl_gv_efullname3 (line 1155) | void function Perl_gv_fullname (line 1162) | void function Perl_gv_efullname (line 1169) | void function IO (line 1175) | IO * function Perl_gv_check (line 1196) | void function GV (line 1247) | GV * function GP (line 1256) | GP* function Perl_gp_free (line 1277) | void function Perl_magic_freeovrld (line 1318) | int function Perl_Gv_AMupdate (line 1337) | bool function CV (line 1456) | CV* function SV (line 1494) | SV* function Perl_is_gv_magical (line 1853) | bool FILE: tests/perlbench/gv.h type gp (line 11) | struct gp { FILE: tests/perlbench/handy.h type bool (line 74) | enum bool { FALSE = 0, TRUE = 1 } type I8TYPE (line 132) | typedef I8TYPE I8; type U8TYPE (line 133) | typedef U8TYPE U8; type I16TYPE (line 134) | typedef I16TYPE I16; type U16TYPE (line 135) | typedef U16TYPE U16; type I32TYPE (line 136) | typedef I32TYPE I32; type U32TYPE (line 137) | typedef U32TYPE U32; type I64TYPE (line 140) | typedef I64TYPE I64; type U64TYPE (line 141) | typedef U64TYPE U64; type U32 (line 521) | typedef U32 line_t; FILE: tests/perlbench/hctype.h type hctype_t (line 19) | typedef unsigned char hctype_t; FILE: tests/perlbench/hparser.c type literal_tag (line 19) | struct literal_tag { type argcode (line 35) | enum argcode { function report_event (line 112) | static void function EXTERN (line 656) | EXTERN SV* function flush_pending_text (line 775) | static void function marked_section_update (line 940) | static void function EXTERN (line 1692) | EXTERN void FILE: tests/perlbench/hparser.h type marked_section_t (line 18) | enum marked_section_t { type event_id (line 31) | enum event_id { type event_id_t (line 45) | typedef enum event_id event_id_t; type p_handler (line 60) | struct p_handler { type p_state (line 65) | struct p_state { type PSTATE (line 128) | typedef struct p_state PSTATE; FILE: tests/perlbench/hv.c function STATIC (line 36) | STATIC HE* function STATIC (line 49) | STATIC void function STATIC (line 58) | STATIC void function STATIC (line 90) | STATIC HEK * function Perl_free_tied_hv_pool (line 113) | void function HE (line 128) | HE * function S_hv_notallowed (line 162) | static void function SV (line 216) | SV** function SV (line 235) | SV** function HE (line 273) | HE * function Perl_hv_exists (line 288) | bool function SV (line 319) | SV** function Perl_hv_exists_ent (line 349) | bool function HE (line 375) | HE * function STATIC (line 382) | STATIC HE * function STATIC (line 796) | STATIC void function SV (line 823) | SV * function SV (line 855) | SV * function SV (line 881) | SV * function STATIC (line 887) | STATIC SV * function STATIC (line 1062) | STATIC void function Perl_hv_ksplit (line 1216) | void function HV (line 1303) | HV * function HV (line 1325) | HV * function Perl_hv_free_ent (line 1403) | void function Perl_hv_delayfree_ent (line 1425) | void function Perl_hv_clear (line 1452) | void function Perl_hv_clear_placeholders (line 1514) | void function STATIC (line 1561) | STATIC void function Perl_hv_undef (line 1609) | void function I32 (line 1647) | I32 function HE (line 1682) | HE * function HE (line 1703) | HE * function SV (line 1840) | SV * function SV (line 1887) | SV * function SV (line 1911) | SV * function Perl_hv_magic (line 1929) | void function Perl_unsharepvn (line 1948) | void function Perl_unshare_hek (line 1955) | void function STATIC (line 1965) | STATIC void function HEK (line 2050) | HEK * function STATIC (line 2077) | STATIC HEK * FILE: tests/perlbench/hv.h type HE (line 12) | typedef struct he HE; type HEK (line 13) | typedef struct hek HEK; type he (line 16) | struct he { type hek (line 23) | struct hek { type xpvhv (line 34) | struct xpvhv { FILE: tests/perlbench/iperlsys.h type Signal_t (line 54) | typedef Signal_t (*Sighandler_t) (int); type IPerlStdIO (line 60) | struct IPerlStdIO type IPerlStdIOInfo (line 61) | struct IPerlStdIOInfo type FILE (line 62) | typedef FILE* (*LPStdin)(struct IPerlStdIO*); type FILE (line 63) | typedef FILE* (*LPStdout)(struct IPerlStdIO*); type FILE (line 64) | typedef FILE* (*LPStderr)(struct IPerlStdIO*); type FILE (line 65) | typedef FILE* (*LPOpen)(struct IPerlStdIO*, const char*, type IPerlStdIO (line 67) | struct IPerlStdIO type IPerlStdIO (line 68) | struct IPerlStdIO type IPerlStdIO (line 69) | struct IPerlStdIO type IPerlStdIO (line 70) | struct IPerlStdIO type IPerlStdIO (line 71) | struct IPerlStdIO type IPerlStdIO (line 72) | struct IPerlStdIO type IPerlStdIO (line 73) | struct IPerlStdIO type IPerlStdIO (line 74) | struct IPerlStdIO type IPerlStdIO (line 75) | struct IPerlStdIO type IPerlStdIO (line 76) | struct IPerlStdIO type IPerlStdIO (line 77) | struct IPerlStdIO type IPerlStdIO (line 78) | struct IPerlStdIO type IPerlStdIO (line 79) | struct IPerlStdIO type IPerlStdIO (line 80) | struct IPerlStdIO type IPerlStdIO (line 81) | struct IPerlStdIO type FILE (line 82) | typedef FILE* (*LPFdopen)(struct IPerlStdIO*, int, const char*); type FILE (line 83) | typedef FILE* (*LPReopen)(struct IPerlStdIO*, const char*, type SSize_t (line 85) | typedef SSize_t (*LPRead)(struct IPerlStdIO*, void*, Size_t, Size_t, FI... type SSize_t (line 86) | typedef SSize_t (*LPWrite)(struct IPerlStdIO*, const void*, Size_t, Siz... type IPerlStdIO (line 87) | struct IPerlStdIO type IPerlStdIO (line 88) | struct IPerlStdIO type IPerlStdIO (line 90) | struct IPerlStdIO type IPerlStdIO (line 93) | struct IPerlStdIO type IPerlStdIO (line 95) | struct IPerlStdIO type IPerlStdIO (line 98) | struct IPerlStdIO type IPerlStdIO (line 99) | struct IPerlStdIO type IPerlStdIO (line 101) | struct IPerlStdIO type Off_t (line 103) | typedef Off_t (*LPTell)(struct IPerlStdIO*, FILE*); type IPerlStdIO (line 104) | struct IPerlStdIO type IPerlStdIO (line 105) | struct IPerlStdIO type FILE (line 106) | typedef FILE* (*LPTmpfile)(struct IPerlStdIO*); type IPerlStdIO (line 107) | struct IPerlStdIO type IPerlStdIO (line 108) | struct IPerlStdIO type IPerlStdIO (line 110) | struct IPerlStdIO type IPerlStdIO (line 111) | struct IPerlStdIO type FILE (line 112) | typedef FILE* (*LPFdupopen)(struct IPerlStdIO*, FILE*); type IPerlStdIO (line 114) | struct IPerlStdIO type IPerlStdIOInfo (line 157) | struct IPerlStdIOInfo type IPerlDir (line 363) | struct IPerlDir type IPerlDirInfo (line 364) | struct IPerlDirInfo type IPerlDir (line 365) | struct IPerlDir type IPerlDir (line 366) | struct IPerlDir type IPerlDir (line 367) | struct IPerlDir type IPerlDir (line 368) | struct IPerlDir type DIR (line 369) | typedef DIR* (*LPDirOpen)(struct IPerlDir*, char*); type direct (line 370) | struct direct type IPerlDir (line 370) | struct IPerlDir type IPerlDir (line 371) | struct IPerlDir type IPerlDir (line 372) | struct IPerlDir type IPerlDir (line 373) | struct IPerlDir type IPerlDir (line 375) | struct IPerlDir type WCHAR (line 376) | typedef WCHAR* (*LPDirMapPathW)(struct IPerlDir*, const WCHAR*); type IPerlDir (line 379) | struct IPerlDir type IPerlDirInfo (line 396) | struct IPerlDirInfo type IPerlEnv (line 456) | struct IPerlEnv type IPerlEnvInfo (line 457) | struct IPerlEnvInfo type IPerlEnv (line 458) | struct IPerlEnv type IPerlEnv (line 459) | struct IPerlEnv type IPerlEnv (line 460) | struct IPerlEnv type IPerlEnv (line 462) | struct IPerlEnv type utsname (line 462) | struct utsname type IPerlEnv (line 463) | struct IPerlEnv type IPerlEnv (line 464) | struct IPerlEnv type IPerlEnv (line 465) | struct IPerlEnv type IPerlEnv (line 466) | struct IPerlEnv type IPerlEnv (line 467) | struct IPerlEnv type IPerlEnv (line 469) | struct IPerlEnv type IPerlEnv (line 470) | struct IPerlEnv type IPerlEnv (line 474) | struct IPerlEnv type IPerlEnv (line 475) | struct IPerlEnv type IPerlEnv (line 476) | struct IPerlEnv type IPerlEnv (line 477) | struct IPerlEnv type IPerlEnv (line 478) | struct IPerlEnv type IPerlEnv (line 481) | struct IPerlEnv type IPerlEnvInfo (line 505) | struct IPerlEnvInfo type IPerlLIO (line 595) | struct IPerlLIO type IPerlLIOInfo (line 596) | struct IPerlLIOInfo type IPerlLIO (line 597) | struct IPerlLIO type IPerlLIO (line 598) | struct IPerlLIO type IPerlLIO (line 599) | struct IPerlLIO type IPerlLIO (line 601) | struct IPerlLIO type IPerlLIO (line 602) | struct IPerlLIO type IPerlLIO (line 603) | struct IPerlLIO type IPerlLIO (line 604) | struct IPerlLIO type IPerlLIO (line 605) | struct IPerlLIO type IPerlLIO (line 606) | struct IPerlLIO type IPerlLIO (line 607) | struct IPerlLIO type IPerlLIO (line 609) | struct IPerlLIO type IPerlLIO (line 610) | struct IPerlLIO type Off_t (line 612) | typedef Off_t (*LPLIOLseek)(struct IPerlLIO*, int, Off_t, int); type IPerlLIO (line 613) | struct IPerlLIO type IPerlLIO (line 615) | struct IPerlLIO type IPerlLIO (line 616) | struct IPerlLIO type IPerlLIO (line 617) | struct IPerlLIO type IPerlLIO (line 618) | struct IPerlLIO type IPerlLIO (line 619) | struct IPerlLIO type IPerlLIO (line 622) | struct IPerlLIO type IPerlLIO (line 624) | struct IPerlLIO type IPerlLIO (line 626) | struct IPerlLIO type IPerlLIO (line 628) | struct IPerlLIO type IPerlLIO (line 629) | struct IPerlLIO type IPerlLIO (line 630) | struct IPerlLIO type IPerlLIO (line 631) | struct IPerlLIO type utimbuf (line 631) | struct utimbuf type IPerlLIO (line 632) | struct IPerlLIO type IPerlLIO (line 635) | struct IPerlLIO type IPerlLIOInfo (line 665) | struct IPerlLIOInfo type IPerlMem (line 773) | struct IPerlMem type IPerlMemInfo (line 774) | struct IPerlMemInfo type IPerlMem (line 775) | struct IPerlMem type IPerlMem (line 776) | struct IPerlMem type IPerlMem (line 777) | struct IPerlMem type IPerlMem (line 778) | struct IPerlMem type IPerlMem (line 779) | struct IPerlMem type IPerlMem (line 780) | struct IPerlMem type IPerlMem (line 781) | struct IPerlMem type IPerlMem (line 783) | struct IPerlMem type IPerlMemInfo (line 794) | struct IPerlMemInfo type IPerlProc (line 913) | struct IPerlProc type IPerlProcInfo (line 914) | struct IPerlProcInfo type IPerlProc (line 915) | struct IPerlProc type IPerlProc (line 916) | struct IPerlProc type IPerlProc (line 918) | struct IPerlProc type IPerlProc (line 919) | struct IPerlProc type IPerlProc (line 920) | struct IPerlProc type IPerlProc (line 923) | struct IPerlProc type IPerlProc (line 925) | struct IPerlProc type uid_t (line 927) | typedef uid_t (*LPProcGetuid)(struct IPerlProc*); type uid_t (line 928) | typedef uid_t (*LPProcGeteuid)(struct IPerlProc*); type gid_t (line 929) | typedef gid_t (*LPProcGetgid)(struct IPerlProc*); type gid_t (line 930) | typedef gid_t (*LPProcGetegid)(struct IPerlProc*); type IPerlProc (line 931) | struct IPerlProc type IPerlProc (line 932) | struct IPerlProc type IPerlProc (line 933) | struct IPerlProc type IPerlProc (line 934) | struct IPerlProc type PerlIO (line 935) | typedef PerlIO* (*LPProcPopen)(struct IPerlProc*, const char*, type PerlIO (line 937) | typedef PerlIO* (*LPProcPopenList)(struct IPerlProc*, const char*, type IPerlProc (line 939) | struct IPerlProc type IPerlProc (line 940) | struct IPerlProc type IPerlProc (line 941) | struct IPerlProc type IPerlProc (line 942) | struct IPerlProc type IPerlProc (line 943) | struct IPerlProc type IPerlProc (line 944) | struct IPerlProc type tms (line 944) | struct tms type IPerlProc (line 945) | struct IPerlProc type IPerlProc (line 946) | struct IPerlProc type Sighandler_t (line 947) | typedef Sighandler_t (*LPProcSignal)(struct IPerlProc*, int, Sighandler_t); type IPerlProc (line 948) | struct IPerlProc type IPerlProc (line 949) | struct IPerlProc type IPerlProc (line 951) | struct IPerlProc type IPerlProc (line 952) | struct IPerlProc type IPerlProc (line 954) | struct IPerlProc type IPerlProc (line 957) | struct IPerlProc type IPerlProc (line 958) | struct IPerlProc type timeval (line 959) | struct timeval type IPerlProc (line 961) | struct IPerlProc type IPerlProcInfo (line 1000) | struct IPerlProcInfo type IPerlSock (line 1132) | struct IPerlSock type IPerlSockInfo (line 1133) | struct IPerlSockInfo type u_long (line 1134) | typedef u_long (*LPHtonl)(struct IPerlSock*, u_long); type u_short (line 1135) | typedef u_short (*LPHtons)(struct IPerlSock*, u_short); type u_long (line 1136) | typedef u_long (*LPNtohl)(struct IPerlSock*, u_long); type u_short (line 1137) | typedef u_short (*LPNtohs)(struct IPerlSock*, u_short); type SOCKET (line 1138) | typedef SOCKET (*LPAccept)(struct IPerlSock*, SOCKET, type IPerlSock (line 1140) | struct IPerlSock type sockaddr (line 1141) | struct sockaddr type IPerlSock (line 1142) | struct IPerlSock type sockaddr (line 1143) | struct sockaddr type IPerlSock (line 1144) | struct IPerlSock type IPerlSock (line 1145) | struct IPerlSock type IPerlSock (line 1146) | struct IPerlSock type IPerlSock (line 1147) | struct IPerlSock type IPerlSock (line 1148) | struct IPerlSock type IPerlSock (line 1149) | struct IPerlSock type sockaddr (line 1150) | struct sockaddr type hostent (line 1151) | struct hostent type IPerlSock (line 1151) | struct IPerlSock type hostent (line 1153) | struct hostent type IPerlSock (line 1153) | struct IPerlSock type hostent (line 1154) | struct hostent type IPerlSock (line 1154) | struct IPerlSock type netent (line 1155) | struct netent type IPerlSock (line 1155) | struct IPerlSock type netent (line 1156) | struct netent type IPerlSock (line 1156) | struct IPerlSock type netent (line 1157) | struct netent type IPerlSock (line 1157) | struct IPerlSock type protoent (line 1158) | struct protoent type IPerlSock (line 1158) | struct IPerlSock type protoent (line 1159) | struct protoent type IPerlSock (line 1159) | struct IPerlSock type protoent (line 1160) | struct protoent type IPerlSock (line 1160) | struct IPerlSock type servent (line 1161) | struct servent type IPerlSock (line 1161) | struct IPerlSock type servent (line 1163) | struct servent type IPerlSock (line 1163) | struct IPerlSock type servent (line 1165) | struct servent type IPerlSock (line 1165) | struct IPerlSock type IPerlSock (line 1166) | struct IPerlSock type sockaddr (line 1167) | struct sockaddr type IPerlSock (line 1168) | struct IPerlSock type IPerlSock (line 1170) | struct IPerlSock type IPerlSock (line 1171) | struct IPerlSock type in_addr (line 1171) | struct in_addr type IPerlSock (line 1172) | struct IPerlSock type IPerlSock (line 1173) | struct IPerlSock type IPerlSock (line 1174) | struct IPerlSock type sockaddr (line 1175) | struct sockaddr type IPerlSock (line 1176) | struct IPerlSock type timeval (line 1177) | struct timeval type IPerlSock (line 1178) | struct IPerlSock type IPerlSock (line 1180) | struct IPerlSock type sockaddr (line 1181) | struct sockaddr type IPerlSock (line 1182) | struct IPerlSock type IPerlSock (line 1183) | struct IPerlSock type IPerlSock (line 1184) | struct IPerlSock type IPerlSock (line 1185) | struct IPerlSock type IPerlSock (line 1186) | struct IPerlSock type IPerlSock (line 1188) | struct IPerlSock type SOCKET (line 1189) | typedef SOCKET (*LPSocket)(struct IPerlSock*, int, int, int); type IPerlSock (line 1190) | struct IPerlSock type IPerlSock (line 1193) | struct IPerlSock type IPerlSock (line 1196) | struct IPerlSock type IPerlSockInfo (line 1246) | struct IPerlSockInfo FILE: tests/perlbench/locale.c function STATIC (line 53) | STATIC char * function Perl_set_numeric_radix (line 85) | void function Perl_new_numeric (line 114) | void function Perl_set_numeric_standard (line 141) | void function Perl_set_numeric_local (line 156) | void function Perl_new_ctype (line 174) | void function Perl_new_collate (line 196) | void function Perl_init_i18nl10n (line 241) | int function Perl_init_i18nl14n (line 556) | int FILE: tests/perlbench/mg.c type magic_state (line 81) | struct magic_state { function STATIC (line 88) | STATIC void function Perl_mg_magical (line 114) | void function Perl_mg_get (line 139) | int function Perl_mg_set (line 219) | int function U32 (line 252) | U32 function I32 (line 282) | I32 function Perl_mg_clear (line 323) | int function MAGIC (line 352) | MAGIC* function Perl_mg_copy (line 373) | int function Perl_mg_free (line 403) | int function U32 (line 429) | U32 function Perl_magic_regdatum_get (line 444) | int function Perl_magic_regdatum_set (line 478) | int function U32 (line 486) | U32 function Perl_magic_get (line 578) | int function Perl_magic_getuvar (line 960) | int function Perl_magic_setenv (line 970) | int function Perl_magic_clearenv (line 1046) | int function Perl_magic_set_all_env (line 1054) | int function Perl_magic_clear_all_env (line 1075) | int function restore_sigmask (line 1124) | static void function Perl_magic_getsig (line 1131) | int function Perl_magic_clearsig (line 1161) | int function Perl_raise_signal (line 1229) | void function Signal_t (line 1238) | Signal_t function Perl_csighandler_init (line 1267) | void function Perl_despatch_signals (line 1287) | void function Perl_magic_setsig (line 1303) | int function Perl_magic_setisa (line 1426) | int function Perl_magic_setamagic (line 1433) | int function Perl_magic_getnkeys (line 1442) | int function Perl_magic_setnkeys (line 1462) | int function STATIC (line 1472) | STATIC int function STATIC (line 1499) | STATIC int function Perl_magic_getpack (line 1518) | int function Perl_magic_setpack (line 1527) | int function Perl_magic_clearpack (line 1539) | int function U32 (line 1546) | U32 function Perl_magic_wipepack (line 1565) | int function Perl_magic_nextpack (line 1582) | int function Perl_magic_existspack (line 1607) | int function SV (line 1613) | SV * function Perl_magic_setdbline (line 1648) | int function Perl_magic_getarylen (line 1671) | int function Perl_magic_setarylen (line 1678) | int function Perl_magic_getpos (line 1685) | int function Perl_magic_setpos (line 1704) | int function Perl_magic_getglob (line 1756) | int function Perl_magic_setglob (line 1769) | int function Perl_magic_getsubstr (line 1790) | int function Perl_magic_setsubstr (line 1811) | int function Perl_magic_gettaint (line 1838) | int function Perl_magic_settaint (line 1846) | int function Perl_magic_getvec (line 1862) | int function Perl_magic_setvec (line 1876) | int function Perl_magic_getdefelem (line 1883) | int function Perl_magic_setdefelem (line 1922) | int function Perl_vivify_defelem (line 1934) | void function Perl_magic_killbackrefs (line 1977) | int function Perl_magic_setmglob (line 1999) | int function Perl_magic_setbm (line 2007) | int function Perl_magic_setfm (line 2015) | int function Perl_magic_setuvar (line 2023) | int function Perl_magic_setregexp (line 2033) | int function Perl_magic_freeregexp (line 2040) | int function Perl_magic_setcollxfrm (line 2049) | int function Perl_magic_setutf8 (line 2066) | int function Perl_magic_set (line 2075) | int function Perl_magic_mutexfree (line 2532) | int function I32 (line 2546) | I32 function Signal_t (line 2569) | Signal_t function restore_magic (line 2687) | static void function unwind_handler_stack (line 2728) | static void FILE: tests/perlbench/mg.h type mgvtbl (line 14) | struct mgvtbl { type magic (line 26) | struct magic { FILE: tests/perlbench/nostdio.h type _FILE (line 24) | struct _FILE FILE: tests/perlbench/numeric.c function U32 (line 30) | U32 function I32 (line 48) | I32 function IV (line 66) | IV function UV (line 85) | UV function NV (line 109) | NV function UV (line 146) | UV function UV (line 262) | UV function UV (line 377) | UV function NV (line 473) | NV function NV (line 484) | NV function NV (line 495) | NV function Perl_grok_numeric_radix (line 513) | bool function Perl_grok_number (line 558) | int function STATIC (line 749) | STATIC NV function NV (line 817) | NV function Perl_my_modfl (line 1005) | long double function Perl_my_frexpl (line 1014) | long double FILE: tests/perlbench/op.c function Perl_Slab_Free (line 128) | void function STATIC (line 161) | STATIC char* function STATIC (line 170) | STATIC OP * function STATIC (line 178) | STATIC OP * function STATIC (line 185) | STATIC OP * function STATIC (line 192) | STATIC void function STATIC (line 199) | STATIC void function PADOFFSET (line 209) | PADOFFSET function PADOFFSET (line 269) | PADOFFSET function Perl_op_free (line 336) | void function Perl_op_clear (line 384) | void function STATIC (line 521) | STATIC void function Perl_op_null (line 542) | void function Perl_op_refcnt_lock (line 553) | void function Perl_op_refcnt_unlock (line 559) | void function OP (line 569) | OP * function OP (line 593) | OP * function STATIC (line 604) | STATIC OP * function OP (line 620) | OP * function OP (line 690) | OP * function OP (line 908) | OP * function OP (line 919) | OP * function OP (line 994) | OP * function STATIC (line 1021) | STATIC OP * function OP (line 1032) | OP * function STATIC (line 1360) | STATIC bool function STATIC (line 1407) | STATIC bool function OP (line 1430) | OP * function OP (line 1441) | OP * function STATIC (line 1530) | STATIC OP * function STATIC (line 1553) | STATIC void function STATIC (line 1595) | STATIC void function Perl_apply_attrs_string (line 1660) | void function STATIC (line 1691) | STATIC OP * function OP (line 1752) | OP * function OP (line 1784) | OP * function OP (line 1790) | OP * function OP (line 1798) | OP * function OP (line 1848) | OP * function OP (line 1857) | OP * function Perl_save_hints (line 1881) | void function Perl_block_start (line 1887) | int function OP (line 1910) | OP* function STATIC (line 1925) | STATIC OP * function Perl_newPROG (line 1937) | void function OP (line 1982) | OP * function OP (line 2034) | OP * function OP (line 2050) | OP * function OP (line 2129) | OP * function OP (line 2160) | OP * function OP (line 2184) | OP * function OP (line 2209) | OP * function OP (line 2233) | OP * function OP (line 2266) | OP * function OP (line 2272) | OP * function OP (line 2281) | OP * function OP (line 2315) | OP * function OP (line 2333) | OP * function OP (line 2356) | OP * function uvcompare (line 2387) | static int function OP (line 2401) | OP * function OP (line 2708) | OP * function OP (line 2752) | OP * function OP (line 2903) | OP * function OP (line 2920) | OP * function OP (line 2941) | OP * function OP (line 2953) | OP * function Perl_package (line 2970) | void function Perl_utilize (line 2996) | void function Perl_load_module (line 3109) | void function Perl_load_module_nocontext (line 3119) | void function Perl_vload_module (line 3130) | void function OP (line 3170) | OP * function OP (line 3193) | OP * function STATIC (line 3201) | STATIC I32 function OP (line 3240) | OP * function OP (line 3422) | OP * function OP (line 3486) | OP * function STATIC (line 3492) | STATIC OP * function OP (line 3605) | OP * function OP (line 3660) | OP * function OP (line 3706) | OP * function OP (line 3765) | OP * function OP (line 3858) | OP * function OP (line 3957) | OP* function Perl_cv_undef (line 3996) | void function Perl_cv_ckproto (line 4053) | void function SV (line 4094) | SV * function SV (line 4102) | SV * function Perl_newMYSUB (line 4153) | void function CV (line 4167) | CV * function CV (line 4173) | CV * function CV (line 4534) | CV * function CV (line 4575) | CV * function Perl_newFORM (line 4677) | void function OP (line 4724) | OP * function OP (line 4731) | OP * function OP (line 4738) | OP * function OP (line 4744) | OP * function OP (line 4752) | OP * function OP (line 4775) | OP * function OP (line 4800) | OP * function OP (line 4816) | OP * function OP (line 4824) | OP * function OP (line 4840) | OP * function OP (line 4848) | OP * function OP (line 4854) | OP * function OP (line 4872) | OP * function OP (line 4880) | OP * function OP (line 4913) | OP * function OP (line 4923) | OP * function OP (line 4948) | OP * function OP (line 4976) | OP * function OP (line 4985) | OP * function OP (line 5000) | OP * function OP (line 5042) | OP * function OP (line 5057) | OP * function OP (line 5072) | OP * function OP (line 5096) | OP * function OP (line 5106) | OP * function OP (line 5216) | OP * function OP (line 5250) | OP * function OP (line 5507) | OP * function OP (line 5561) | OP * function OP (line 5614) | OP * function OP (line 5627) | OP * function OP (line 5634) | OP * function OP (line 5641) | OP * function OP (line 5679) | OP * function OP (line 5686) | OP * function OP (line 5716) | OP * function OP (line 5759) | OP * function OP (line 5766) | OP * function OP (line 5788) | OP * function OP (line 5794) | OP * function OP (line 5843) | OP * function OP (line 5855) | OP * function OP (line 5901) | OP * function OP (line 5913) | OP * function OP (line 5922) | OP * function OP (line 5942) | OP * function OP (line 5970) | OP * function STATIC (line 6033) | STATIC void function OP (line 6102) | OP * function OP (line 6157) | OP * function OP (line 6174) | OP * function OP (line 6389) | OP * function OP (line 6396) | OP * function OP (line 6414) | OP * function Perl_peep (line 6434) | void function const_sv_xsub (line 7059) | static void FILE: tests/perlbench/op.h type unop (line 230) | struct unop { type binop (line 235) | struct binop { type logop (line 241) | struct logop { type listop (line 247) | struct listop { type pmop (line 253) | struct pmop { type svop (line 332) | struct svop { type padop (line 337) | struct padop { type pvop (line 342) | struct pvop { type loop (line 347) | struct loop { FILE: tests/perlbench/opnames.h type opcode (line 15) | typedef enum opcode { FILE: tests/perlbench/pad.c function PADLIST (line 124) | PADLIST * function Perl_pad_undef (line 225) | void function PADOFFSET (line 330) | PADOFFSET function PADOFFSET (line 397) | PADOFFSET function PADOFFSET (line 453) | PADOFFSET function Perl_pad_check_dup (line 496) | void function PADOFFSET (line 563) | PADOFFSET function STATIC (line 640) | STATIC PADOFFSET function SV (line 828) | SV * function Perl_pad_setsv (line 855) | void function Perl_pad_block_start (line 884) | void function U32 (line 912) | U32 function Perl_pad_leavemy (line 954) | void function Perl_pad_swipe (line 1000) | void function Perl_pad_reset (line 1041) | void function Perl_pad_tidy (line 1085) | void function Perl_pad_free (line 1154) | void function Perl_do_dump_pad (line 1193) | void function STATIC (line 1262) | STATIC void function CV (line 1303) | CV * function STATIC (line 1319) | STATIC CV * function Perl_pad_fixup_inner_anons (line 1466) | void function Perl_pad_push (line 1501) | void FILE: tests/perlbench/pad.h type AV (line 19) | typedef AV PADLIST; type AV (line 20) | typedef AV PAD; type U32TYPE (line 26) | typedef U32TYPE PADOFFSET; type U64TYPE (line 29) | typedef U64TYPE PADOFFSET; type padtidy_type (line 43) | typedef enum { FILE: tests/perlbench/parser-util.c function EXTERN (line 14) | EXTERN SV* function EXTERN (line 24) | EXTERN int function grow_gap (line 42) | static void function EXTERN (line 65) | EXTERN SV* function has_hibit (line 274) | static bool function EXTERN (line 287) | EXTERN bool FILE: tests/perlbench/perl.c function PerlInterpreter (line 162) | PerlInterpreter * function PerlInterpreter (line 198) | PerlInterpreter * function perl_construct (line 222) | void function Perl_nothreadhook (line 404) | int function perl_destruct (line 418) | int function perl_free (line 1081) | void function perl_fini (line 1121) | static void __attribute__((destructor)) function Perl_call_atexit (line 1132) | void function perl_parse (line 1149) | int function STATIC (line 1341) | STATIC void * function perl_run (line 1906) | int function STATIC (line 1969) | STATIC void * function STATIC (line 1979) | STATIC void * function SV (line 2037) | SV* function AV (line 2066) | AV* function HV (line 2089) | HV* function CV (line 2113) | CV* function I32 (line 2144) | I32 function I32 (line 2171) | I32 function I32 (line 2188) | I32 function I32 (line 2206) | I32 function STATIC (line 2360) | STATIC void * function STATIC (line 2371) | STATIC void function I32 (line 2394) | I32 function SV (line 2498) | SV* function Perl_require_pv (line 2532) | void function Perl_magicname (line 2548) | void function STATIC (line 2557) | STATIC void function Perl_get_debug_opts (line 2610) | int function Perl_get_debug_opts_flags (line 2616) | int function Perl_my_unexec (line 3089) | void function STATIC (line 3119) | STATIC void function STATIC (line 3163) | STATIC void function STATIC (line 3197) | STATIC void function STATIC (line 3374) | STATIC int function STATIC (line 3501) | STATIC void function STATIC (line 3898) | STATIC void function STATIC (line 4531) | STATIC SV * function STATIC (line 4543) | STATIC void function perl_thread (line 4662) | perl_thread * function Perl_call_list (line 4741) | void function STATIC (line 4836) | STATIC void * function STATIC (line 4844) | STATIC void * function Perl_my_exit (line 4852) | void function Perl_my_failure_exit (line 4871) | void function STATIC (line 4900) | STATIC void function I32 (line 4923) | static I32 FILE: tests/perlbench/perl.h type perl_thread (line 105) | struct perl_thread type op (line 225) | struct op type IVTYPE (line 1323) | typedef IVTYPE IV; type UVTYPE (line 1324) | typedef UVTYPE UV; type NVTYPE (line 1523) | typedef NVTYPE NV; type RExC_state_t (line 2001) | struct RExC_state_t type MEM_SIZE (line 2003) | typedef MEM_SIZE STRLEN; type OP (line 2005) | typedef struct op OP; type COP (line 2006) | typedef struct cop COP; type UNOP (line 2007) | typedef struct unop UNOP; type BINOP (line 2008) | typedef struct binop BINOP; type LISTOP (line 2009) | typedef struct listop LISTOP; type LOGOP (line 2010) | typedef struct logop LOGOP; type PMOP (line 2011) | typedef struct pmop PMOP; type SVOP (line 2012) | typedef struct svop SVOP; type PADOP (line 2013) | typedef struct padop PADOP; type PVOP (line 2014) | typedef struct pvop PVOP; type LOOP (line 2015) | typedef struct loop LOOP; type PerlInterpreter (line 2017) | typedef struct interpreter PerlInterpreter; type SV (line 2026) | typedef struct STRUCT_SV SV; type AV (line 2027) | typedef struct av AV; type HV (line 2028) | typedef struct hv HV; type CV (line 2029) | typedef struct cv CV; type REGEXP (line 2030) | typedef struct regexp REGEXP; type GP (line 2031) | typedef struct gp GP; type GV (line 2032) | typedef struct gv GV; type IO (line 2033) | typedef struct io IO; type PERL_CONTEXT (line 2034) | typedef struct context PERL_CONTEXT; type BLOCK (line 2035) | typedef struct block BLOCK; type MAGIC (line 2037) | typedef struct magic MAGIC; type XRV (line 2038) | typedef struct xrv XRV; type XPV (line 2039) | typedef struct xpv XPV; type XPVIV (line 2040) | typedef struct xpviv XPVIV; type XPVUV (line 2041) | typedef struct xpvuv XPVUV; type XPVNV (line 2042) | typedef struct xpvnv XPVNV; type XPVMG (line 2043) | typedef struct xpvmg XPVMG; type XPVLV (line 2044) | typedef struct xpvlv XPVLV; type XPVAV (line 2045) | typedef struct xpvav XPVAV; type XPVHV (line 2046) | typedef struct xpvhv XPVHV; type XPVGV (line 2047) | typedef struct xpvgv XPVGV; type XPVCV (line 2048) | typedef struct xpvcv XPVCV; type XPVBM (line 2049) | typedef struct xpvbm XPVBM; type XPVFM (line 2050) | typedef struct xpvfm XPVFM; type XPVIO (line 2051) | typedef struct xpvio XPVIO; type MGVTBL (line 2052) | typedef struct mgvtbl MGVTBL; type ANY (line 2053) | typedef union any ANY; type PTR_TBL_ENT_t (line 2054) | typedef struct ptr_tbl_ent PTR_TBL_ENT_t; type PTR_TBL_t (line 2055) | typedef struct ptr_tbl PTR_TBL_t; type CLONE_PARAMS (line 2056) | typedef struct clone_params CLONE_PARAMS; type cthread_t (line 2322) | typedef cthread_t perl_os_thread; type mutex_t (line 2323) | typedef mutex_t perl_mutex; type condition_t (line 2324) | typedef condition_t perl_cond; type pthread_t (line 2330) | typedef pthread_t perl_os_thread; type pthread_mutex_t (line 2331) | typedef pthread_mutex_t perl_mutex; type pthread_cond_t (line 2332) | typedef pthread_cond_t perl_cond; type pthread_key_t (line 2333) | typedef pthread_key_t perl_key; type I32 (line 2562) | typedef I32 (*filter_t) (pTHX_ int, SV *, int); type CRYPTD (line 2572) | typedef struct crypt_data { /* straight from /usr/include/cry... type CURCUR (line 2616) | typedef struct curcur CURCUR; type curcur (line 2617) | struct curcur { type SUBLEXINFO (line 2629) | typedef struct _sublex_info SUBLEXINFO; type _sublex_info (line 2630) | struct _sublex_info { type MGS (line 2638) | typedef struct magic_state MGS; type scan_data_t (line 2640) | struct scan_data_t type regnode_charclass_class (line 2641) | struct regnode_charclass_class type I32 (line 2643) | typedef I32 CHECKPOINT; type ptr_tbl_ent (line 2645) | struct ptr_tbl_ent { type ptr_tbl (line 2651) | struct ptr_tbl { type ufuncs (line 3048) | struct ufuncs { type tm (line 3087) | struct tm type Sigsave_t (line 3224) | typedef struct sigaction Sigsave_t; type Sighandler_t (line 3226) | typedef Sighandler_t Sigsave_t; type OP (line 3268) | typedef OP* (CPERLscope(*PPADDR_t)[]) (pTHX); type expectation (line 3581) | typedef enum { type perl_debug_pad (line 3673) | struct perl_debug_pad { type regexp (line 3682) | typedef regexp*(CPERLscope(*regcomp_t)) (pTHX_ char* exp, char* xend, PM... type re_scream_pos_data_s (line 3689) | struct re_scream_pos_data_s type SV (line 3690) | typedef SV* (CPERLscope(*re_intuit_string_t)) (pTHX_ regexp *prog); type I32 (line 3696) | typedef I32 (*SVCOMPARE_t) (pTHX_ SV*, SV*); type PerlExitListEntry (line 3708) | typedef struct exitlistentry { type perl_vars (line 3714) | struct perl_vars { type perl_vars (line 3725) | struct perl_vars type interpreter (line 3738) | struct interpreter { type interpreter (line 3751) | struct interpreter { type perl_thread (line 3762) | struct perl_thread { type perl_thread (line 3766) | struct perl_thread type howlen_t (line 3779) | typedef enum { type tempsym_t (line 3785) | typedef struct { function END_EXTERN_C (line 4103) | END_EXTERN_C type am_table_short (line 4112) | struct am_table_short { type AMT (line 4117) | typedef struct am_table AMT; type AMTS (line 4118) | typedef struct am_table_short AMTS; type semid_ds (line 4379) | struct semid_ds type semid_ds (line 4387) | struct semid_ds FILE: tests/perlbench/perlio.c function PerlIO_intmode2str (line 172) | int function PerlIO_apply_layers (line 218) | int function PerlIO_destruct (line 235) | void function PerlIO_binmode (line 240) | int function PerlIO (line 250) | PerlIO * function PerlIO (line 290) | PerlIO * function XS (line 321) | XS(XS_PerlIO__Layer__find) function Perl_boot_core_PerlIO (line 335) | void function PerlIO_init (line 346) | void function PerlIO (line 358) | PerlIO * function PerlIO (line 377) | PerlIO * function PerlIO_init (line 383) | void function PerlIO (line 401) | PerlIO * function FILE (line 411) | FILE * function PerlIO_debug (line 450) | void function PerlIO (line 510) | PerlIO * function PerlIO (line 537) | PerlIO * function PerlIO_cleantable (line 555) | void function PerlIO_list_t (line 574) | PerlIO_list_t * function PerlIO_list_free (line 583) | void function PerlIO_list_push (line 601) | void function PerlIO_list_t (line 619) | PerlIO_list_t * function PerlIO_clone (line 636) | void function PerlIO_destruct (line 660) | void function PerlIO_pop (line 689) | void function AV (line 715) | AV * function PerlIO_funcs (line 743) | PerlIO_funcs * function perlio_mg_set (line 787) | static int function perlio_mg_get (line 799) | static int function perlio_mg_clear (line 811) | static int function perlio_mg_free (line 818) | static int function XS (line 833) | XS(XS_io_MODIFY_SCALAR_ATTRIBUTES) function SV (line 865) | SV * function XS (line 873) | XS(XS_PerlIO__Layer__NoWarnings) function XS (line 884) | XS(XS_PerlIO__Layer__find) function PerlIO_define_layer (line 901) | void function PerlIO_parse_layers (line 910) | int function PerlIO_default_buffer (line 1004) | void function SV (line 1019) | SV * function PerlIO_funcs (line 1025) | PerlIO_funcs * function IV (line 1038) | IV function PerlIO_list_t (line 1078) | PerlIO_list_t * function Perl_boot_core_PerlIO (line 1122) | void function PerlIO_funcs (line 1133) | PerlIO_funcs * function PerlIO_stdstreams (line 1145) | void function PerlIO (line 1156) | PerlIO * function IV (line 1196) | IV function IV (line 1214) | IV function PerlIO_apply_layera (line 1252) | int function PerlIO_apply_layers (line 1270) | int function PerlIO_binmode (line 1291) | int function PerlIO__close (line 1346) | int function Perl_PerlIO_close (line 1362) | int function Perl_PerlIO_fileno (line 1372) | int function PerlIO_funcs (line 1404) | static PerlIO_funcs * function PerlIO_list_t (line 1429) | PerlIO_list_t * function PerlIO (line 1487) | PerlIO * function SSize_t (line 1573) | SSize_t function SSize_t (line 1579) | SSize_t function SSize_t (line 1585) | SSize_t function Perl_PerlIO_seek (line 1591) | int function Off_t (line 1597) | Off_t function Perl_PerlIO_flush (line 1603) | int function PerlIOBase_flush_linebuf (line 1644) | void function Perl_PerlIO_fill (line 1663) | int function PerlIO_isutf8 (line 1669) | int function Perl_PerlIO_eof (line 1680) | int function Perl_PerlIO_error (line 1686) | int function Perl_PerlIO_clearerr (line 1692) | void function Perl_PerlIO_setlinebuf (line 1698) | void function PerlIO_has_base (line 1704) | int function PerlIO_fast_gets (line 1720) | int function PerlIO_has_cntptr (line 1736) | int function PerlIO_canset_cnt (line 1752) | int function STDCHAR (line 1768) | STDCHAR * function Perl_PerlIO_get_bufsiz (line 1774) | int function STDCHAR (line 1780) | STDCHAR * function Perl_PerlIO_get_cnt (line 1786) | int function Perl_PerlIO_set_cnt (line 1792) | void function Perl_PerlIO_set_ptrcnt (line 1798) | void function IV (line 1810) | IV function PerlIO (line 1881) | PerlIO * function IV (line 1928) | IV function IV (line 1967) | IV function IV (line 2028) | IV function SSize_t (line 2034) | SSize_t function SSize_t (line 2048) | SSize_t function IV (line 2080) | IV function IV (line 2086) | IV function IV (line 2092) | IV function IV (line 2121) | IV function IV (line 2130) | IV function PerlIOBase_clearerr (line 2139) | void function PerlIOBase_setlinebuf (line 2150) | void function SV (line 2158) | SV * function PerlIO (line 2175) | PerlIO * function PerlIO_init (line 2211) | void function PerlIOUnix_refcnt_inc (line 2220) | void function PerlIOUnix_refcnt_dec (line 2235) | int function PerlIO_cleanup (line 2252) | void type PerlIOUnix (line 2286) | typedef struct { function PerlIOUnix_oflags (line 2292) | int function IV (line 2348) | IV function PerlIOUnix_setfd (line 2354) | static void function IV (line 2375) | IV function IV (line 2395) | IV function PerlIO (line 2417) | PerlIO * function PerlIO (line 2465) | PerlIO * function SSize_t (line 2485) | SSize_t function SSize_t (line 2511) | SSize_t function Off_t (line 2529) | Off_t function IV (line 2536) | IV type PerlIOStdio (line 2608) | typedef struct { function IV (line 2613) | IV function IV (line 2640) | IV function PerlIO (line 2669) | PerlIO * function PerlIO (line 2707) | PerlIO * function PerlIO (line 2803) | PerlIO * function PerlIOStdio_invalidate_fileno (line 2833) | static int function IV (line 2934) | IV function SSize_t (line 3007) | SSize_t function SSize_t (line 3037) | SSize_t function SSize_t (line 3095) | SSize_t function IV (line 3110) | IV function Off_t (line 3117) | Off_t function IV (line 3124) | IV function IV (line 3150) | IV function IV (line 3156) | IV function PerlIOStdio_clearerr (line 3162) | void function PerlIOStdio_setlinebuf (line 3168) | void function STDCHAR (line 3179) | STDCHAR * function Size_t (line 3186) | Size_t function STDCHAR (line 3195) | STDCHAR * function SSize_t (line 3202) | SSize_t function PerlIOStdio_set_ptrcnt (line 3209) | void function IV (line 3252) | IV function FILE (line 3363) | FILE * function FILE (line 3396) | FILE * function PerlIO_releaseFILE (line 3412) | void function IV (line 3435) | IV function PerlIO (line 3452) | PerlIO * function IV (line 3519) | IV function IV (line 3576) | IV function SSize_t (line 3642) | SSize_t function SSize_t (line 3654) | SSize_t function SSize_t (line 3714) | SSize_t function IV (line 3759) | IV function Off_t (line 3774) | Off_t function IV (line 3804) | IV function IV (line 3818) | IV function STDCHAR (line 3832) | STDCHAR * function SSize_t (line 3841) | SSize_t function STDCHAR (line 3852) | STDCHAR * function Size_t (line 3871) | Size_t function PerlIOBuf_set_ptrcnt (line 3880) | void function PerlIO (line 3894) | PerlIO * function IV (line 3938) | IV function IV (line 3948) | IV function IV (line 3958) | IV function IV (line 3969) | IV function PerlIOPending_set_ptrcnt (line 3981) | void function IV (line 3992) | IV function SSize_t (line 4007) | SSize_t type PerlIOCrlf (line 4065) | typedef struct { function IV (line 4071) | IV function SSize_t (line 4103) | SSize_t function SSize_t (line 4152) | SSize_t function PerlIOCrlf_set_ptrcnt (line 4224) | void function SSize_t (line 4278) | SSize_t function IV (line 4329) | IV function IV (line 4340) | IV type PerlIOMmap (line 4394) | typedef struct { function IV (line 4403) | IV function IV (line 4497) | IV function STDCHAR (line 4518) | STDCHAR * function SSize_t (line 4551) | SSize_t function SSize_t (line 4582) | SSize_t function IV (line 4608) | IV function IV (line 4636) | IV function IV (line 4650) | IV function PerlIO (line 4666) | PerlIO * function PerlIO (line 4706) | PerlIO * function PerlIO (line 4715) | PerlIO * function PerlIO (line 4724) | PerlIO * function PerlIO (line 4765) | PerlIO * function PerlIO (line 4773) | PerlIO * function PerlIO (line 4782) | PerlIO * function PerlIO_getc (line 4791) | int function PerlIO_ungetc (line 4804) | int function PerlIO_putc (line 4817) | int function PerlIO_puts (line 4826) | int function PerlIO_rewind (line 4835) | void function PerlIO_vprintf (line 4844) | int function PerlIO_printf (line 4866) | int function PerlIO_stdoutf (line 4878) | int function PerlIO (line 4891) | PerlIO * function PerlIO_setpos (line 4947) | int function PerlIO_setpos (line 4962) | int function PerlIO_getpos (line 4984) | int function PerlIO_getpos (line 4994) | int function vprintf (line 5012) | int function vfprintf (line 5020) | int function PerlIO_vsprintf (line 5031) | int function PerlIO_sprintf (line 5048) | int FILE: tests/perlbench/perlio.h type PerlIOl (line 99) | typedef struct _PerlIO PerlIOl; type PerlIO_funcs (line 100) | typedef struct _PerlIO_funcs PerlIO_funcs; type PerlIOl (line 101) | typedef PerlIOl *PerlIO; type PerlIO_list_t (line 373) | typedef struct PerlIO_list_s PerlIO_list_t; FILE: tests/perlbench/perliol.h type PerlIO_pair_t (line 4) | typedef struct { type PerlIO_list_s (line 9) | struct PerlIO_list_s { type _PerlIO_funcs (line 16) | struct _PerlIO_funcs { type _PerlIO (line 66) | struct _PerlIO { type PerlIOBuf (line 151) | typedef struct { FILE: tests/perlbench/perlmain.c function main (line 47) | int function xs_init (line 128) | static void FILE: tests/perlbench/perly.c type ysv (line 23) | struct ysv { type YYSTYPE (line 39) | typedef union { function yyparse (line 1412) | int function yydestruct (line 2533) | static void FILE: tests/perlbench/perly.h type YYSTYPE (line 65) | typedef union { FILE: tests/perlbench/poll.c function poll (line 45) | int FILE: tests/perlbench/poll.h type pollfd_t (line 28) | typedef struct pollfd { type pollfd (line 49) | struct pollfd FILE: tests/perlbench/pp.c function PP (line 44) | PP(pp_stub) function PP (line 52) | PP(pp_scalar) function PP (line 59) | PP(pp_padav) function PP (line 100) | PP(pp_padhv) function PP (line 126) | PP(pp_padany) function PP (line 133) | PP(pp_rv2gv) function PP (line 227) | PP(pp_rv2sv) function PP (line 299) | PP(pp_av2arylen) function PP (line 313) | PP(pp_pos) function PP (line 349) | PP(pp_rv2cv) function PP (line 374) | PP(pp_prototype) function PP (line 444) | PP(pp_anoncode) function PP (line 455) | PP(pp_srefgen) function PP (line 462) | PP(pp_refgen) function STATIC (line 480) | STATIC SV* function PP (line 512) | PP(pp_ref) function PP (line 532) | PP(pp_bless) function PP (line 557) | PP(pp_gelem) function PP (line 633) | PP(pp_study) function PP (line 696) | PP(pp_trans) function PP (line 714) | PP(pp_schop) function PP (line 722) | PP(pp_chop) function PP (line 732) | PP(pp_schomp) function PP (line 739) | PP(pp_chomp) function PP (line 750) | PP(pp_defined) function PP (line 782) | PP(pp_undef) function PP (line 849) | PP(pp_predec) function PP (line 866) | PP(pp_postinc) function PP (line 888) | PP(pp_postdec) function PP (line 909) | PP(pp_pow) function PP (line 1042) | PP(pp_multiply) function PP (line 1160) | PP(pp_divide) function PP (line 1275) | PP(pp_modulo) function PP (line 1403) | PP(pp_repeat) function PP (line 1531) | PP(pp_subtract) function PP (line 1648) | PP(pp_left_shift) function PP (line 1665) | PP(pp_right_shift) function PP (line 1682) | PP(pp_lt) function PP (line 1760) | PP(pp_gt) function PP (line 1838) | PP(pp_le) function PP (line 1916) | PP(pp_ge) function PP (line 1994) | PP(pp_ne) function PP (line 2063) | PP(pp_ncmp) function PP (line 2173) | PP(pp_slt) function PP (line 2186) | PP(pp_sgt) function PP (line 2199) | PP(pp_sle) function PP (line 2212) | PP(pp_sge) function PP (line 2225) | PP(pp_seq) function PP (line 2235) | PP(pp_sne) function PP (line 2245) | PP(pp_scmp) function PP (line 2258) | PP(pp_bit_and) function PP (line 2281) | PP(pp_bit_xor) function PP (line 2304) | PP(pp_bit_or) function PP (line 2327) | PP(pp_negate) function PP (line 2398) | PP(pp_not) function PP (line 2405) | PP(pp_complement) function PP (line 2501) | PP(pp_i_multiply) function PP (line 2511) | PP(pp_i_divide) function STATIC (line 2524) | STATIC function STATIC (line 2539) | STATIC function PP (line 2556) | PP(pp_i_modulo) function PP (line 2596) | PP(pp_i_add) function PP (line 2606) | PP(pp_i_subtract) function PP (line 2616) | PP(pp_i_lt) function PP (line 2626) | PP(pp_i_gt) function PP (line 2636) | PP(pp_i_le) function PP (line 2646) | PP(pp_i_ge) function PP (line 2656) | PP(pp_i_eq) function PP (line 2666) | PP(pp_i_ne) function PP (line 2676) | PP(pp_i_ncmp) function PP (line 2694) | PP(pp_i_negate) function PP (line 2703) | PP(pp_atan2) function PP (line 2713) | PP(pp_sin) function PP (line 2725) | PP(pp_cos) function PP (line 2752) | PP(pp_rand) function PP (line 2771) | PP(pp_srand) function PP (line 2785) | PP(pp_exp) function PP (line 2797) | PP(pp_log) function PP (line 2813) | PP(pp_sqrt) function PP (line 2829) | PP(pp_int) function PP (line 2869) | PP(pp_abs) function PP (line 2906) | PP(pp_hex) function PP (line 2936) | PP(pp_oct) function PP (line 2978) | PP(pp_length) function PP (line 2990) | PP(pp_substr) function PP (line 3159) | PP(pp_vec) function PP (line 3190) | PP(pp_index) function PP (line 3253) | PP(pp_rindex) function PP (line 3322) | PP(pp_sprintf) function PP (line 3334) | PP(pp_ord) function PP (line 3355) | PP(pp_chr) function PP (line 3398) | PP(pp_crypt) function PP (line 3448) | PP(pp_ucfirst) function PP (line 3510) | PP(pp_lcfirst) function PP (line 3566) | PP(pp_uc) function PP (line 3649) | PP(pp_lc) function PP (line 3752) | PP(pp_quotemeta) function PP (line 3805) | PP(pp_aslice) function PP (line 3850) | PP(pp_each) function PP (line 3883) | PP(pp_values) function PP (line 3888) | PP(pp_keys) function PP (line 3893) | PP(pp_delete) function PP (line 3960) | PP(pp_exists) function PP (line 3997) | PP(pp_hslice) function PP (line 4070) | PP(pp_list) function PP (line 4083) | PP(pp_lslice) function PP (line 4138) | PP(pp_anonlist) function PP (line 4148) | PP(pp_anonhash) function PP (line 4167) | PP(pp_splice) function PP (line 4374) | PP(pp_push) function PP (line 4404) | PP(pp_pop) function PP (line 4415) | PP(pp_shift) function PP (line 4429) | PP(pp_unshift) function PP (line 4458) | PP(pp_reverse) function PP (line 4526) | PP(pp_split) function Perl_unlock_condpair (line 4832) | void function PP (line 4850) | PP(pp_lock) function PP (line 4864) | PP(pp_threadsv) FILE: tests/perlbench/pp_ctl.c function PP (line 43) | PP(pp_wantarray) function PP (line 63) | PP(pp_regcmaybe) function PP (line 68) | PP(pp_regcreset) function PP (line 77) | PP(pp_regcomp) function PP (line 162) | PP(pp_substcont) function Perl_rxres_save (line 273) | void function Perl_rxres_restore (line 301) | void function Perl_rxres_free (line 322) | void function PP (line 334) | PP(pp_formline) function PP (line 837) | PP(pp_grepstart) function PP (line 869) | PP(pp_mapstart) function PP (line 874) | PP(pp_mapwhile) function PP (line 975) | PP(pp_range) function PP (line 985) | PP(pp_flip) function PP (line 1038) | PP(pp_flop) function STATIC (line 1128) | STATIC I32 function I32 (line 1162) | I32 function I32 (line 1169) | I32 function I32 (line 1192) | I32 function STATIC (line 1206) | STATIC I32 function STATIC (line 1212) | STATIC I32 function STATIC (line 1232) | STATIC I32 function STATIC (line 1250) | STATIC I32 function Perl_dounwind (line 1277) | void function Perl_qerror (line 1313) | void function OP (line 1325) | OP * function PP (line 1416) | PP(pp_xor) function PP (line 1425) | PP(pp_andassign) function PP (line 1434) | PP(pp_orassign) function PP (line 1443) | PP(pp_caller) function PP (line 1610) | PP(pp_reset) function PP (line 1625) | PP(pp_lineseq) function PP (line 1632) | PP(pp_dbstate) function PP (line 1678) | PP(pp_scope) function PP (line 1683) | PP(pp_enteriter) function PP (line 1773) | PP(pp_enterloop) function PP (line 1789) | PP(pp_leaveloop) function PP (line 1829) | PP(pp_return) function PP (line 1940) | PP(pp_last) function PP (line 2028) | PP(pp_next) function PP (line 2056) | PP(pp_redo) function STATIC (line 2082) | STATIC OP * function PP (line 2129) | PP(pp_dump) function PP (line 2135) | PP(pp_goto) function PP (line 2507) | PP(pp_exit) function PP (line 2529) | PP(pp_nswitch) function PP (line 2548) | PP(pp_cswitch) function STATIC (line 2571) | STATIC void function STATIC (line 2596) | STATIC void * function STATIC (line 2603) | STATIC void * function STATIC (line 2610) | STATIC OP * function OP (line 2667) | OP * function CV (line 2767) | CV* function STATIC (line 2803) | STATIC OP * function STATIC (line 2956) | STATIC PerlIO * function PP (line 3364) | PP(pp_dofile) function PP (line 3369) | PP(pp_entereval) function PP (line 3461) | PP(pp_leaveeval) function PP (line 3529) | PP(pp_entertry) function PP (line 3548) | PP(pp_leavetry) function STATIC (line 3596) | STATIC OP * function STATIC (line 3818) | STATIC bool function I32 (line 3845) | static I32 function S_path_is_absolute (line 3917) | static bool FILE: tests/perlbench/pp_hot.c function PP (line 42) | PP(pp_const) function PP (line 49) | PP(pp_nextstate) function PP (line 58) | PP(pp_gvsv) function PP (line 69) | PP(pp_null) function PP (line 74) | PP(pp_setstate) function PP (line 80) | PP(pp_pushmark) function PP (line 86) | PP(pp_stringify) function PP (line 94) | PP(pp_gv) function PP (line 101) | PP(pp_and) function PP (line 112) | PP(pp_sassign) function PP (line 127) | PP(pp_cond_expr) function PP (line 136) | PP(pp_unstack) function PP (line 147) | PP(pp_concat) function PP (line 213) | PP(pp_padsv) function PP (line 229) | PP(pp_readline) function PP (line 247) | PP(pp_eq) function PP (line 314) | PP(pp_preinc) function PP (line 331) | PP(pp_or) function PP (line 342) | PP(pp_add) function PP (line 504) | PP(pp_aelemfast) function PP (line 519) | PP(pp_join) function PP (line 529) | PP(pp_pushre) function PP (line 550) | PP(pp_print) function PP (line 651) | PP(pp_rv2av) function PP (line 781) | PP(pp_rv2hv) function STATIC (line 901) | STATIC int function STATIC (line 946) | STATIC void function PP (line 987) | PP(pp_aassign) function PP (line 1220) | PP(pp_qr) function PP (line 1232) | PP(pp_match) function OP (line 1485) | OP * function PP (line 1687) | PP(pp_enter) function PP (line 1708) | PP(pp_helem) function PP (line 1798) | PP(pp_leave) function PP (line 1854) | PP(pp_iter) function PP (line 1992) | PP(pp_subst) function PP (line 2299) | PP(pp_grepwhile) function PP (line 2340) | PP(pp_leavesub) function PP (line 2400) | PP(pp_leavesublv) function STATIC (line 2557) | STATIC CV * function PP (line 2594) | PP(pp_entersub) function Perl_sub_crush_depth (line 2998) | void function PP (line 3011) | PP(pp_aelem) function Perl_vivify_ref (line 3068) | void function PP (line 3099) | PP(pp_method) function PP (line 3116) | PP(pp_method_named) function STATIC (line 3126) | STATIC SV * function unset_cvowner (line 3273) | static void FILE: tests/perlbench/pp_pack.c function STATIC (line 98) | STATIC SV * type packsize_t (line 279) | struct packsize_t { type packsize_t (line 381) | struct packsize_t type packsize_t (line 480) | struct packsize_t function STATIC (line 488) | STATIC I32 function STATIC (line 606) | STATIC char * function STATIC (line 635) | STATIC char * function STATIC (line 651) | STATIC bool function I32 (line 832) | I32 function I32 (line 852) | I32 function STATIC (line 863) | STATIC function PP (line 1771) | PP(pp_unpack) function STATIC (line 1802) | STATIC void function STATIC (line 1830) | STATIC SV * function STATIC (line 1880) | STATIC int function Perl_pack_cat (line 1917) | void function Perl_packlist (line 1937) | void function STATIC (line 1949) | STATIC function PP (line 2741) | PP(pp_pack) FILE: tests/perlbench/pp_sort.c type SV (line 77) | typedef SV * gptr; function IV (line 195) | static IV type off_runs (line 348) | typedef struct { function I32 (line 354) | static I32 function STATIC (line 360) | STATIC void type partition_stack_entry (line 664) | struct partition_stack_entry { function break_here (line 722) | static void function doqsort_all_asserts (line 730) | static void function STATIC (line 768) | STATIC void /* the standard unstable (u) quicksort (qsort) */ function I32 (line 1324) | static I32 function I32 (line 1336) | static I32 function STATIC (line 1351) | STATIC void function Perl_sortsv (line 1444) | void function S_sortsv_desc (line 1470) | void function PP (line 1495) | PP(pp_sort) function I32 (line 1724) | static I32 function I32 (line 1747) | static I32 function I32 (line 1792) | static I32 function I32 (line 1821) | static I32 function I32 (line 1829) | static I32 function I32 (line 1847) | static I32 function I32 (line 1869) | static I32 function I32 (line 1891) | static I32 function I32 (line 1913) | static I32 FILE: tests/perlbench/pp_sys.c type passwd (line 86) | struct passwd type passwd (line 87) | struct passwd type passwd (line 92) | struct passwd type passwd (line 94) | struct passwd type group (line 103) | struct group type group (line 104) | struct group type group (line 108) | struct group function STATIC (line 239) | STATIC int function STATIC (line 307) | STATIC int function PP (line 316) | PP(pp_backtick) function PP (line 386) | PP(pp_glob) function PP (line 424) | PP(pp_rcatline) function PP (line 430) | PP(pp_warn) function PP (line 461) | PP(pp_die) function PP (line 523) | PP(pp_open) function PP (line 574) | PP(pp_close) function PP (line 603) | PP(pp_pipe_op) function PP (line 659) | PP(pp_fileno) function PP (line 697) | PP(pp_umask) function PP (line 722) | PP(pp_binmode) function PP (line 782) | PP(pp_tie) function PP (line 872) | PP(pp_untie) function PP (line 911) | PP(pp_tied) function PP (line 932) | PP(pp_dbmopen) function PP (line 989) | PP(pp_dbmclose) function PP (line 994) | PP(pp_sselect) function Perl_setdefout (line 1149) | void function PP (line 1159) | PP(pp_select) function PP (line 1193) | PP(pp_getc) function PP (line 1244) | PP(pp_read) function STATIC (line 1249) | STATIC OP * function PP (line 1267) | PP(pp_enterwrite) function PP (line 1311) | PP(pp_leavewrite) function PP (line 1439) | PP(pp_prtf) function PP (line 1513) | PP(pp_sysopen) function PP (line 1543) | PP(pp_sysread) function PP (line 1797) | PP(pp_syswrite) function PP (line 1811) | PP(pp_send) function PP (line 1948) | PP(pp_recv) function PP (line 1953) | PP(pp_eof) function PP (line 2000) | PP(pp_tell) function PP (line 2033) | PP(pp_seek) function PP (line 2038) | PP(pp_sysseek) function PP (line 2092) | PP(pp_truncate) function PP (line 2187) | PP(pp_fcntl) function PP (line 2192) | PP(pp_ioctl) function PP (line 2267) | PP(pp_flock) function PP (line 2307) | PP(pp_socket) function PP (line 2360) | PP(pp_sockpair) function PP (line 2425) | PP(pp_bind) function PP (line 2484) | PP(pp_connect) function PP (line 2514) | PP(pp_listen) function PP (line 2540) | PP(pp_accept) function PP (line 2611) | PP(pp_shutdown) function PP (line 2635) | PP(pp_gsockopt) function PP (line 2644) | PP(pp_ssockopt) function PP (line 2716) | PP(pp_getsockname) function PP (line 2725) | PP(pp_getpeername) function PP (line 2791) | PP(pp_lstat) function PP (line 2796) | PP(pp_stat) function PP (line 2917) | PP(pp_ftrread) function PP (line 2944) | PP(pp_ftrwrite) function PP (line 2971) | PP(pp_ftrexec) function PP (line 2998) | PP(pp_fteread) function PP (line 3025) | PP(pp_ftewrite) function PP (line 3052) | PP(pp_fteexec) function PP (line 3079) | PP(pp_ftis) function PP (line 3088) | PP(pp_fteowned) function PP (line 3093) | PP(pp_ftrowned) function PP (line 3105) | PP(pp_ftzero) function PP (line 3116) | PP(pp_ftsize) function PP (line 3130) | PP(pp_ftmtime) function PP (line 3140) | PP(pp_ftatime) function PP (line 3150) | PP(pp_ftctime) function PP (line 3160) | PP(pp_ftsock) function PP (line 3171) | PP(pp_ftchr) function PP (line 3182) | PP(pp_ftblk) function PP (line 3193) | PP(pp_ftfile) function PP (line 3204) | PP(pp_ftdir) function PP (line 3215) | PP(pp_ftpipe) function PP (line 3226) | PP(pp_ftlink) function PP (line 3237) | PP(pp_ftsuid) function PP (line 3251) | PP(pp_ftsgid) function PP (line 3265) | PP(pp_ftsvtx) function PP (line 3279) | PP(pp_fttty) function PP (line 3315) | PP(pp_fttext) function PP (line 3469) | PP(pp_ftbinary) function PP (line 3476) | PP(pp_chdir) function PP (line 3517) | PP(pp_chown) function PP (line 3531) | PP(pp_chroot) function PP (line 3545) | PP(pp_unlink) function PP (line 3555) | PP(pp_chmod) function PP (line 3565) | PP(pp_utime) function PP (line 3575) | PP(pp_rename) function PP (line 3602) | PP(pp_link) function PP (line 3617) | PP(pp_symlink) function PP (line 3632) | PP(pp_readlink) function STATIC (line 3659) | STATIC int function PP (line 3765) | PP(pp_mkdir) function PP (line 3797) | PP(pp_rmdir) function PP (line 3818) | PP(pp_open_dir) function PP (line 3845) | PP(pp_readdir) function PP (line 3896) | PP(pp_telldir) function PP (line 3924) | PP(pp_seekdir) function PP (line 3947) | PP(pp_rewinddir) function PP (line 3968) | PP(pp_closedir) function PP (line 4000) | PP(pp_fork) function PP (line 4044) | PP(pp_wait) function PP (line 4072) | PP(pp_waitpid) function PP (line 4104) | PP(pp_system) function PP (line 4238) | PP(pp_exec) function PP (line 4290) | PP(pp_kill) function PP (line 4304) | PP(pp_getppid) function PP (line 4319) | PP(pp_getpgrp) function PP (line 4344) | PP(pp_setpgrp) function PP (line 4376) | PP(pp_getpriority) function PP (line 4389) | PP(pp_setpriority) function PP (line 4406) | PP(pp_time) function PP (line 4417) | PP(pp_tms) function PP (line 4454) | PP(pp_localtime) function PP (line 4459) | PP(pp_gmtime) function PP (line 4514) | PP(pp_alarm) function PP (line 4531) | PP(pp_sleep) function PP (line 4552) | PP(pp_shmget) function PP (line 4557) | PP(pp_shmctl) function PP (line 4562) | PP(pp_shmread) function PP (line 4567) | PP(pp_shmwrite) function PP (line 4582) | PP(pp_msgget) function PP (line 4587) | PP(pp_msgctl) function PP (line 4592) | PP(pp_msgsnd) function PP (line 4605) | PP(pp_msgrcv) function PP (line 4620) | PP(pp_semget) function PP (line 4635) | PP(pp_semctl) function PP (line 4655) | PP(pp_semop) function PP (line 4670) | PP(pp_ghbyname) function PP (line 4679) | PP(pp_ghbyaddr) function PP (line 4688) | PP(pp_ghostent) function PP (line 4787) | PP(pp_gnbyname) function PP (line 4796) | PP(pp_gnbyaddr) function PP (line 4805) | PP(pp_gnetent) function PP (line 4888) | PP(pp_gpbyname) function PP (line 4897) | PP(pp_gpbynumber) function PP (line 4906) | PP(pp_gprotoent) function PP (line 4975) | PP(pp_gsbyname) function PP (line 4984) | PP(pp_gsbyport) function PP (line 4993) | PP(pp_gservent) function PP (line 5086) | PP(pp_shostent) function PP (line 5097) | PP(pp_snetent) function PP (line 5108) | PP(pp_sprotoent) function PP (line 5119) | PP(pp_sservent) function PP (line 5130) | PP(pp_ehostent) function PP (line 5142) | PP(pp_enetent) function PP (line 5154) | PP(pp_eprotoent) function PP (line 5166) | PP(pp_eservent) function PP (line 5178) | PP(pp_gpwnam) function PP (line 5187) | PP(pp_gpwuid) function PP (line 5196) | PP(pp_gpwent) function PP (line 5433) | PP(pp_spwent) function PP (line 5444) | PP(pp_epwent) function PP (line 5455) | PP(pp_ggrnam) function PP (line 5464) | PP(pp_ggrgid) function PP (line 5473) | PP(pp_ggrent) function PP (line 5546) | PP(pp_sgrent) function PP (line 5557) | PP(pp_egrent) function PP (line 5568) | PP(pp_getlogin) function PP (line 5585) | PP(pp_syscall) function fcntl_emulate_flock (line 5688) | static int function lockf_emulate_flock (line 5745) | static int FILE: tests/perlbench/ppport.h type NVTYPE (line 3058) | typedef NVTYPE NV; function SV (line 3342) | SV* function SV (line 3383) | SV * function SV (line 3711) | SV * type lconv (line 4341) | struct lconv function UV (line 4594) | UV function UV (line 4696) | UV function UV (line 4798) | UV FILE: tests/perlbench/proto.h type IPerlMem (line 21) | struct IPerlMem type IPerlMem (line 21) | struct IPerlMem type IPerlMem (line 21) | struct IPerlMem type IPerlEnv (line 21) | struct IPerlEnv type IPerlStdIO (line 21) | struct IPerlStdIO type IPerlLIO (line 21) | struct IPerlLIO type IPerlDir (line 21) | struct IPerlDir type IPerlSock (line 21) | struct IPerlSock type IPerlProc (line 21) | struct IPerlProc type IPerlMem (line 33) | struct IPerlMem type IPerlMem (line 33) | struct IPerlMem type IPerlMem (line 33) | struct IPerlMem type IPerlEnv (line 33) | struct IPerlEnv type IPerlStdIO (line 33) | struct IPerlStdIO type IPerlLIO (line 33) | struct IPerlLIO type IPerlDir (line 33) | struct IPerlDir type IPerlSock (line 33) | struct IPerlSock type IPerlProc (line 33) | struct IPerlProc type re_scream_pos_data_s (line 598) | struct re_scream_pos_data_s type interp_intern (line 921) | struct interp_intern type scan_data_t (line 1116) | struct scan_data_t type regnode_charclass_class (line 1117) | struct regnode_charclass_class type regnode_charclass_class (line 1119) | struct regnode_charclass_class type regnode_charclass_class (line 1120) | struct regnode_charclass_class type regnode_charclass_class (line 1121) | struct regnode_charclass_class type regnode_charclass_class (line 1122) | struct regnode_charclass_class type regnode_charclass_class (line 1122) | struct regnode_charclass_class type scan_data_t (line 1123) | struct scan_data_t FILE: tests/perlbench/reentr.h type REENTR (line 602) | typedef struct { FILE: tests/perlbench/regcomp.c type RExC_state_t (line 121) | typedef struct RExC_state_t { type scan_data_t (line 184) | typedef struct scan_data_t { function FAIL2 (line 282) | int)len, RExC_precomp, ellipses); \ function STATIC (line 478) | STATIC void function STATIC (line 521) | STATIC void function STATIC (line 532) | STATIC int function STATIC (line 548) | STATIC void function STATIC (line 556) | STATIC void function STATIC (line 568) | STATIC void function STATIC (line 605) | STATIC void function STATIC (line 682) | STATIC I32 function STATIC (line 1686) | STATIC I32 function Perl_reginitcolors (line 1706) | void function regexp (line 1746) | regexp * function STATIC (line 2145) | STATIC regnode * function STATIC (line 2556) | STATIC regnode * function STATIC (line 2623) | STATIC regnode * function STATIC (line 2800) | STATIC regnode * function STATIC (line 3359) | STATIC char * function STATIC (line 3386) | STATIC I32 function STATIC (line 3545) | STATIC void function STATIC (line 3572) | STATIC regnode * function STATIC (line 4348) | STATIC char* function STATIC (line 4382) | STATIC regnode * /* Location. */ function STATIC (line 4418) | STATIC regnode * /* Location. */ function STATIC (line 4455) | STATIC void function STATIC (line 4466) | STATIC void function STATIC (line 4524) | STATIC void function STATIC (line 4553) | STATIC void function STATIC (line 4572) | STATIC I32 function STATIC (line 4593) | STATIC regnode * function Perl_regdump (line 4669) | void function STATIC (line 4767) | STATIC void function Perl_regprop (line 4783) | void function SV (line 4966) | SV * function Perl_pregfree (line 4988) | void function regnode (line 5088) | regnode * function STATIC (line 5103) | STATIC void function Perl_save_re_context (line 5139) | void function clear_re (line 5209) | static void FILE: tests/perlbench/regcomp.h type OP (line 11) | typedef OP OP_4tree; type regnode_string (line 75) | struct regnode_string { type regnode_1 (line 82) | struct regnode_1 { type regnode_2 (line 89) | struct regnode_2 { type regnode_charclass (line 100) | struct regnode_charclass { type regnode_charclass_class (line 108) | struct regnode_charclass_class { /* has [[:blah:]] classes */ type re_scream_pos_data_s (line 363) | struct re_scream_pos_data_s type reg_data (line 381) | struct reg_data { type reg_substr_datum (line 387) | struct reg_substr_datum { type reg_substr_data (line 394) | struct reg_substr_data { FILE: tests/perlbench/regexec.c function STATIC (line 174) | STATIC CHECKPOINT function STATIC (line 218) | STATIC char * function STATIC (line 280) | STATIC char * type re_cc_state (line 291) | typedef struct re_cc_state function I32 (line 325) | I32 function STATIC (line 338) | STATIC void function STATIC (line 960) | STATIC char * function I32 (line 1615) | I32 function STATIC (line 2077) | STATIC I32 /* 0 failure, 1 success */ type re_unwind_generic_t (line 2209) | typedef struct { /* XX: makes sense to enlarge it... */ type re_unwind_branch_t (line 2215) | typedef struct { type re_unwind_t (line 2228) | typedef union re_unwind_t { function STATIC (line 2295) | STATIC I32 /* 0 failure, 1 success */ function STATIC (line 4042) | STATIC I32 function STATIC (line 4285) | STATIC I32 function SV (line 4335) | SV * function STATIC (line 4387) | STATIC bool function STATIC (line 4506) | STATIC U8 * function STATIC (line 4512) | STATIC U8 * function STATIC (line 4536) | STATIC U8 * function STATIC (line 4542) | STATIC U8 * function restore_pos (line 4572) | static void function STATIC (line 4587) | STATIC void function STATIC (line 4609) | STATIC void FILE: tests/perlbench/regexp.h type regnode (line 19) | struct regnode { type regnode (line 25) | typedef struct regnode regnode; type reg_substr_data (line 27) | struct reg_substr_data type reg_data (line 29) | struct reg_data type regexp (line 31) | typedef struct regexp { type re_scream_pos_data_s (line 129) | struct re_scream_pos_data_s FILE: tests/perlbench/run.c function Perl_runops_standard (line 34) | int FILE: tests/perlbench/scope.c function SV (line 58) | SV** function PERL_SI (line 76) | PERL_SI * function I32 (line 98) | I32 function Perl_push_return (line 110) | void function OP (line 120) | OP * function Perl_push_scope (line 129) | void function Perl_pop_scope (line 140) | void function Perl_markstack_grow (line 147) | void function Perl_savestack_grow (line 158) | void function Perl_savestack_grow_cnt (line 165) | void function Perl_tmps_grow (line 174) | void function Perl_free_tmps (line 186) | void function STATIC (line 201) | STATIC SV * function SV (line 235) | SV * function SV (line 246) | SV* function Perl_save_generic_svref (line 258) | void function Perl_save_generic_pvref (line 270) | void function Perl_save_shared_pvref (line 282) | void function Perl_save_gp (line 291) | void function AV (line 327) | AV * function HV (line 354) | HV * function Perl_save_item (line 378) | void function Perl_save_int (line 389) | void function Perl_save_long (line 398) | void function Perl_save_bool (line 407) | void function Perl_save_I32 (line 416) | void function Perl_save_I16 (line 425) | void function Perl_save_I8 (line 434) | void function Perl_save_iv (line 443) | void function Perl_save_pptr (line 455) | void function Perl_save_vptr (line 464) | void function Perl_save_sptr (line 473) | void function Perl_save_padsv (line 482) | void function SV (line 493) | SV ** function Perl_save_nogv (line 508) | void function Perl_save_hptr (line 516) | void function Perl_save_aptr (line 525) | void function Perl_save_freesv (line 534) | void function Perl_save_mortalizesv (line 542) | void function Perl_save_freeop (line 550) | void function Perl_save_freepv (line 558) | void function Perl_save_clearsv (line 566) | void function Perl_save_delete (line 575) | void function Perl_save_list (line 585) | void function Perl_save_destructor (line 601) | void function Perl_save_destructor_x (line 610) | void function Perl_save_aelem (line 619) | void function Perl_save_helem (line 641) | void function Perl_save_op (line 660) | void function I32 (line 668) | I32 function Perl_leave_scope (line 685) | void function Perl_cx_dump (line 1063) | void FILE: tests/perlbench/scope.h type jmpenv (line 230) | struct jmpenv { type JMPENV (line 253) | typedef struct jmpenv JMPENV; FILE: tests/perlbench/specrand.c function spec_srand (line 16) | void spec_srand(int seed) { FILE: tests/perlbench/stdio.c function FILE (line 14) | FILE * xsfopen ( const char * path ) { function xsfclose (line 20) | int xsfclose ( FILE * stream ) { function xsfprintf (line 25) | int xsfprintf ( FILE * stream, const char * text ) { FILE: tests/perlbench/sv.c function STATIC (line 182) | STATIC SV* function STATIC (line 230) | STATIC void function Perl_sv_add_arena (line 273) | void function STATIC (line 303) | STATIC SV* function STATIC (line 325) | STATIC I32 function do_report_used (line 352) | static void function Perl_sv_report_used (line 370) | void function do_clean_objs (line 380) | static void function do_clean_named_objs (line 404) | static void function Perl_sv_clean_objs (line 430) | void function do_clean_all (line 444) | static void function I32 (line 462) | I32 function Perl_sv_free_arenas (line 481) | void function Perl_report_uninit (line 616) | void function STATIC (line 628) | STATIC XPVIV* function STATIC (line 646) | STATIC void function STATIC (line 658) | STATIC void function STATIC (line 681) | STATIC XPVNV* function STATIC (line 696) | STATIC void function STATIC (line 708) | STATIC void function STATIC (line 731) | STATIC XRV* function STATIC (line 746) | STATIC void function STATIC (line 757) | STATIC void function STATIC (line 780) | STATIC XPV* function STATIC (line 795) | STATIC void function STATIC (line 806) | STATIC void function STATIC (line 826) | STATIC XPVIV* function STATIC (line 841) | STATIC void function STATIC (line 852) | STATIC void function STATIC (line 872) | STATIC XPVNV* function STATIC (line 887) | STATIC void function STATIC (line 898) | STATIC void function STATIC (line 918) | STATIC XPVCV* function STATIC (line 933) | STATIC void function STATIC (line 944) | STATIC void function STATIC (line 964) | STATIC XPVAV* function STATIC (line 979) | STATIC void function STATIC (line 990) | STATIC void function STATIC (line 1010) | STATIC XPVHV* function STATIC (line 1025) | STATIC void function STATIC (line 1036) | STATIC void function STATIC (line 1056) | STATIC XPVMG* function STATIC (line 1071) | STATIC void function STATIC (line 1082) | STATIC void function STATIC (line 1102) | STATIC XPVLV* function STATIC (line 1117) | STATIC void function STATIC (line 1128) | STATIC void function STATIC (line 1148) | STATIC XPVBM* function STATIC (line 1163) | STATIC void function STATIC (line 1174) | STATIC void function Perl_sv_upgrade (line 1292) | bool function Perl_sv_backoff (line 1553) | int function Perl_sv_setiv (line 1649) | void function Perl_sv_setiv_mg (line 1687) | void function Perl_sv_setuv (line 1703) | void function Perl_sv_setuv_mg (line 1731) | void function Perl_sv_setnv (line 1761) | void function Perl_sv_setnv_mg (line 1798) | void function STATIC (line 1809) | STATIC void function I32 (line 1888) | I32 function STATIC (line 1989) | STATIC int function IV (line 2045) | IV function UV (line 2343) | UV function NV (line 2623) | NV function STATIC (line 2825) | STATIC IV function STATIC (line 2852) | STATIC UV function Perl_sv_copypv (line 3252) | void function Perl_sv_2bool (line 3347) | bool function STRLEN (line 3389) | STRLEN function STRLEN (line 3421) | STRLEN function Perl_sv_utf8_downgrade (line 3494) | bool function Perl_sv_utf8_encode (line 3532) | void function Perl_sv_utf8_decode (line 3557) | bool function Perl_sv_setsv (line 3592) | void function Perl_sv_setsv_flags (line 3633) | void function Perl_sv_setsv_mg (line 4090) | void function Perl_sv_setpvn (line 4107) | void function Perl_sv_setpvn_mg (line 4142) | void function Perl_sv_setpv (line 4158) | void function Perl_sv_setpv_mg (line 4186) | void function Perl_sv_usepvn (line 4207) | void function Perl_sv_usepvn_mg (line 4236) | void function Perl_sv_force_normal_flags (line 4254) | void function Perl_sv_force_normal (line 4288) | void function Perl_sv_chop (line 4307) | void function Perl_sv_catpvn (line 4343) | void function Perl_sv_catpvn_flags (line 4369) | void function Perl_sv_catpvn_mg (line 4394) | void function Perl_sv_catsv (line 4405) | void function Perl_sv_catsv_flags (line 4427) | void function Perl_sv_catsv_mg (line 4472) | void function Perl_sv_catpv (line 4488) | void function Perl_sv_catpv_mg (line 4516) | void function SV (line 4533) | SV * function MAGIC (line 4564) | MAGIC * function Perl_sv_magic (line 4648) | void function Perl_sv_unmagic (line 4817) | int function SV (line 4865) | SV * function STATIC (line 4889) | STATIC void function STATIC (line 4920) | STATIC void function Perl_sv_insert (line 4945) | void function Perl_sv_replace (line 5043) | void function Perl_sv_clear (line 5084) | void function SV (line 5295) | SV * function Perl_sv_free (line 5314) | void function STRLEN (line 5370) | STRLEN function STRLEN (line 5401) | STRLEN function STATIC (line 5445) | STATIC bool function STATIC (line 5478) | STATIC bool function Perl_sv_pos_u2b (line 5608) | void function Perl_sv_pos_b2u (line 5684) | void function I32 (line 5808) | I32 function I32 (line 5902) | I32 function I32 (line 5984) | I32 function Perl_sv_inc (line 6468) | void function Perl_sv_dec (line 6625) | void function SV (line 6742) | SV * function SV (line 6766) | SV * function SV (line 6790) | SV * function SV (line 6813) | SV * function SV (line 6836) | SV * function SV (line 6860) | SV * function SV (line 6896) | SV * function SV (line 6918) | SV * function SV (line 6931) | SV * function SV (line 6949) | SV * function SV (line 6968) | SV * function SV (line 6987) | SV * function SV (line 7006) | SV * function SV (line 7023) | SV * function SV (line 7038) | SV * function Perl_sv_reset (line 7067) | void function IO (line 7157) | IO* function CV (line 7200) | CV * function I32 (line 7283) | I32 function IV (line 7318) | IV function UV (line 7338) | UV function NV (line 7358) | NV function Perl_sv_isobject (line 7642) | int function Perl_sv_isa (line 7667) | int function SV (line 7696) | SV* function SV (line 7753) | SV* function SV (line 7777) | SV* function SV (line 7796) | SV* function SV (line 7815) | SV* function SV (line 7837) | SV* function SV (line 7854) | SV* function STATIC (line 7893) | STATIC void function Perl_sv_unref_flags (line 7934) | void function Perl_sv_unref (line 7966) | void function Perl_sv_taint (line 7979) | void function Perl_sv_untaint (line 7992) | void function Perl_sv_tainted (line 8009) | bool function Perl_sv_setpviv (line 8029) | void function Perl_sv_setpviv_mg (line 8047) | void function Perl_sv_setpvf_nocontext (line 8065) | void function Perl_sv_setpvf_mg_nocontext (line 8080) | void function Perl_sv_setpvf (line 8100) | void function Perl_sv_vsetpvf (line 8120) | void function Perl_sv_setpvf_mg (line 8134) | void function Perl_sv_vsetpvf_mg (line 8153) | void function Perl_sv_catpvf_nocontext (line 8167) | void function Perl_sv_catpvf_mg_nocontext (line 8182) | void function Perl_sv_catpvf (line 8206) | void function Perl_sv_vcatpvf (line 8226) | void function Perl_sv_catpvf_mg (line 8240) | void function Perl_sv_vcatpvf_mg (line 8259) | void function Perl_sv_vsetpvfn (line 8277) | void function STATIC (line 8286) | STATIC I32 function Perl_sv_vcatpvfn (line 8342) | void function REGEXP (line 9397) | REGEXP * function PerlIO (line 9498) | PerlIO * function DIR (line 9518) | DIR * function GP (line 9529) | GP * function MAGIC (line 9562) | MAGIC * function PTR_TBL_t (line 9633) | PTR_TBL_t * function STATIC (line 9652) | STATIC void function ptr_tbl_ent (line 9672) | ptr_tbl_ent* function STATIC (line 9683) | STATIC void function Perl_ptr_table_store (line 9708) | void function Perl_ptr_table_split (line 9738) | void function Perl_ptr_table_clear (line 9770) | void function Perl_ptr_table_free (line 9806) | void function STATIC (line 9823) | STATIC SV * function Perl_rvpv_dup (line 9880) | void function SV (line 9925) | SV * function PERL_CONTEXT (line 10250) | PERL_CONTEXT * function PERL_SI (line 10338) | PERL_SI * function ANY (line 10416) | ANY * function do_mark_cloneable_stash (line 10681) | static void function PerlInterpreter (line 10774) | PerlInterpreter * function Perl_sv_cat_decode (line 11658) | bool FILE: tests/perlbench/sv.h type svtype (line 46) | typedef enum { type STRUCT_SV (line 67) | struct STRUCT_SV { /* struct sv { */ type gv (line 73) | struct gv { type cv (line 79) | struct cv { type av (line 85) | struct av { type hv (line 91) | struct hv { type io (line 97) | struct io { type xrv (line 245) | struct xrv { type xpv (line 249) | struct xpv { type xpviv (line 255) | struct xpviv { type xpvuv (line 262) | struct xpvuv { type xpvnv (line 269) | struct xpvnv { type xpvmg (line 278) | struct xpvmg { type xpvlv (line 288) | struct xpvlv { type xpvgv (line 304) | struct xpvgv { type xpvbm (line 320) | struct xpvbm { type U16 (line 336) | typedef U16 cv_flags_t; type xpvfm (line 338) | struct xpvfm { type xpvio (line 368) | struct xpvio { type clone_params (line 1261) | struct clone_params { FILE: tests/perlbench/taint.c function Perl_taint_proper (line 24) | void function Perl_taint_env (line 72) | void FILE: tests/perlbench/thread.h type condpair_t (line 408) | typedef struct condpair { FILE: tests/perlbench/toke.c function STATIC (line 188) | STATIC void function STATIC (line 215) | STATIC int function STATIC (line 242) | STATIC void function STATIC (line 283) | STATIC void function Perl_deprecate (line 318) | void function Perl_deprecate_old (line 325) | void function STATIC (line 346) | STATIC void function strip_return (line 358) | static void function STATIC (line 380) | STATIC I32 function Perl_lex_start (line 396) | void function Perl_lex_end (line 474) | void function STATIC (line 490) | STATIC void function STATIC (line 547) | STATIC char * function STATIC (line 668) | STATIC void function STATIC (line 706) | STATIC I32 function STATIC (line 736) | STATIC void function STATIC (line 764) | STATIC char * function STATIC (line 805) | STATIC void function NV (line 827) | NV function STATIC (line 860) | STATIC char * function STATIC (line 904) | STATIC SV * function STATIC (line 977) | STATIC I32 function STATIC (line 1031) | STATIC I32 function STATIC (line 1089) | STATIC I32 function STATIC (line 1216) | STATIC char * function STATIC (line 1733) | STATIC int function STATIC (line 1887) | STATIC int function STATIC (line 1958) | STATIC char* function SV (line 1990) | SV * function Perl_filter_del (line 2013) | void function I32 (line 2036) | I32 function STATIC (line 2092) | STATIC char * function STATIC (line 2112) | STATIC HV * function Perl_yylex_r (line 2171) | int function S_pending_ident (line 5284) | static int function I32 (line 5420) | I32 function STATIC (line 8710) | STATIC void function STATIC (line 8760) | STATIC SV * function STATIC (line 8856) | STATIC char * function STATIC (line 8893) | STATIC char * function Perl_pmflag (line 9050) | void function STATIC (line 9069) | STATIC char * function STATIC (line 9104) | STATIC char * function STATIC (line 9174) | STATIC char * function STATIC (line 9231) | STATIC char * function STATIC (line 9450) | STATIC char * function STATIC (line 9637) | STATIC char * function STATIC (line 10315) | STATIC char * function STATIC (line 10410) | STATIC void function I32 (line 10419) | I32 function Perl_yywarn (line 10452) | int function else (line 10507) | else if (yychar == -2) { function STATIC (line 10562) | STATIC char* function restore_rsfp (line 10662) | static void function I32 (line 10675) | static I32 function I32 (line 10696) | static I32 FILE: tests/perlbench/tokenpos.h type token_pos (line 1) | struct token_pos type token_pos_t (line 6) | typedef struct token_pos token_pos_t; function tokens_grow (line 29) | static void FILE: tests/perlbench/universal.c function STATIC (line 34) | STATIC SV * function Perl_sv_derived_from (line 137) | bool function Perl_boot_core_UNIVERSAL (line 191) | void function XS (line 220) | XS(XS_UNIVERSAL_isa) function XS (line 245) | XS(XS_UNIVERSAL_can) function XS (line 288) | XS(XS_UNIVERSAL_VERSION) function XS (line 383) | XS(XS_utf8_is_utf8) function XS (line 400) | XS(XS_utf8_valid) function XS (line 419) | XS(XS_utf8_encode) function XS (line 432) | XS(XS_utf8_decode) function XS (line 448) | XS(XS_utf8_upgrade) function XS (line 464) | XS(XS_utf8_downgrade) function XS (line 487) | XS(XS_utf8_native_to_unicode) function XS (line 499) | XS(XS_utf8_unicode_to_native) function XS (line 511) | XS(XS_Internals_SvREADONLY) /* This is dangerous stuff. */ function XS (line 535) | XS(XS_Internals_SvREFCNT) /* This is dangerous stuff. */ function XS (line 549) | XS(XS_Internals_hv_clear_placehold) function XS (line 559) | XS(XS_Regexp_DESTROY) function XS (line 564) | XS(XS_PerlIO_get_layers) function XS (line 689) | XS(XS_Internals_hash_seed) function XS (line 697) | XS(XS_Internals_rehash_seed) function XS (line 705) | XS(XS_Internals_HvREHASH) /* Subject to change */ FILE: tests/perlbench/utf8.c function U8 (line 169) | U8 * function STRLEN (line 185) | STRLEN function Perl_is_utf8_string (line 235) | bool function Perl_is_utf8_string_loc (line 275) | bool function UV (line 339) | UV function UV (line 552) | UV function UV (line 575) | UV function STRLEN (line 593) | STRLEN function IV (line 644) | IV function U8 (line 706) | U8 * function U8 (line 738) | U8 * function U8 (line 781) | U8 * function U8 (line 835) | U8* function U8 (line 866) | U8* function U8 (line 922) | U8* function Perl_is_uni_alnum (line 938) | bool function Perl_is_uni_alnumc (line 946) | bool function Perl_is_uni_idfirst (line 954) | bool function Perl_is_uni_alpha (line 962) | bool function Perl_is_uni_ascii (line 970) | bool function Perl_is_uni_space (line 978) | bool function Perl_is_uni_digit (line 986) | bool function Perl_is_uni_upper (line 994) | bool function Perl_is_uni_lower (line 1002) | bool function Perl_is_uni_cntrl (line 1010) | bool function Perl_is_uni_graph (line 1018) | bool function Perl_is_uni_print (line 1026) | bool function Perl_is_uni_punct (line 1034) | bool function Perl_is_uni_xdigit (line 1042) | bool function UV (line 1050) | UV function UV (line 1057) | UV function UV (line 1064) | UV function UV (line 1071) | UV function Perl_is_uni_alnum_lc (line 1080) | bool function Perl_is_uni_alnumc_lc (line 1086) | bool function Perl_is_uni_idfirst_lc (line 1092) | bool function Perl_is_uni_alpha_lc (line 1098) | bool function Perl_is_uni_ascii_lc (line 1104) | bool function Perl_is_uni_space_lc (line 1110) | bool function Perl_is_uni_digit_lc (line 1116) | bool function Perl_is_uni_upper_lc (line 1122) | bool function Perl_is_uni_lower_lc (line 1128) | bool function Perl_is_uni_cntrl_lc (line 1134) | bool function Perl_is_uni_graph_lc (line 1140) | bool function Perl_is_uni_print_lc (line 1146) | bool function Perl_is_uni_punct_lc (line 1152) | bool function Perl_is_uni_xdigit_lc (line 1158) | bool function U32 (line 1164) | U32 function U32 (line 1174) | U32 function U32 (line 1184) | U32 function Perl_is_utf8_alnum (line 1194) | bool function Perl_is_utf8_alnumc (line 1214) | bool function Perl_is_utf8_idfirst (line 1231) | bool function Perl_is_utf8_idcont (line 1243) | bool function Perl_is_utf8_alpha (line 1255) | bool function Perl_is_utf8_ascii (line 1265) | bool function Perl_is_utf8_space (line 1275) | bool function Perl_is_utf8_digit (line 1285) | bool function Perl_is_utf8_upper (line 1295) | bool function Perl_is_utf8_lower (line 1305) | bool function Perl_is_utf8_cntrl (line 1315) | bool function Perl_is_utf8_graph (line 1325) | bool function Perl_is_utf8_print (line 1335) | bool function Perl_is_utf8_punct (line 1345) | bool function Perl_is_utf8_xdigit (line 1355) | bool function Perl_is_utf8_mark (line 1365) | bool function UV (line 1400) | UV function UV (line 1501) | UV function UV (line 1521) | UV function UV (line 1541) | UV function UV (line 1562) | UV function SV (line 1571) | SV* function UV (line 1644) | UV function U8 (line 1796) | U8 * function U8 (line 1802) | U8 * function UV (line 1823) | UV function I32 (line 1947) | I32 FILE: tests/perlbench/util.c function Malloc_t (line 70) | Malloc_t function Malloc_t (line 105) | Malloc_t function Free_t (line 154) | Free_t function Malloc_t (line 169) | Malloc_t function Malloc_t (line 211) | Malloc_t Perl_malloc (MEM_SIZE nbytes) function Malloc_t (line 217) | Malloc_t Perl_calloc (MEM_SIZE elements, MEM_SIZE size) function Malloc_t (line 223) | Malloc_t Perl_realloc (Malloc_t where, MEM_SIZE nbytes) function Free_t (line 229) | Free_t Perl_mfree (Malloc_t where) function Perl_fbm_compile (line 373) | void function I32 (line 729) | I32 function I32 (line 742) | I32 function STATIC (line 867) | STATIC SV * function SV (line 943) | SV * function SV (line 956) | SV * function STATIC (line 967) | STATIC COP* function SV (line 998) | SV * function Perl_write_to_stderr (line 1039) | void function S_vdie_common (line 1119) | void function OP (line 1160) | OP * function OP (line 1185) | OP * function OP (line 1198) | OP * function Perl_vcroak (line 1209) | void function Perl_croak_nocontext (line 1231) | void function Perl_croak (line 1263) | void function Perl_vwarn (line 1273) | void function Perl_warn_nocontext (line 1322) | void function Perl_warn (line 1342) | void function Perl_warner_nocontext (line 1352) | void function Perl_warner (line 1363) | void function Perl_vwarner (line 1372) | void function Perl_my_setenv (line 1488) | void function I32 (line 1507) | I32 function I32 (line 1529) | I32 function I32 (line 1588) | I32 function vsprintf (line 1608) | int function Perl_my_swap (line 1633) | short function Perl_my_htonl (line 1646) | long function Perl_my_ntohl (line 1675) | long function Perl_my_swabn (line 1941) | void function PerlIO (line 1955) | PerlIO * function PerlIO (line 2089) | PerlIO * function PerlIO (line 2237) | PerlIO * function PerlIO (line 2250) | PerlIO * function Perl_atfork_lock (line 2266) | void function Perl_atfork_unlock (line 2279) | void function Pid_t (line 2291) | Pid_t function Perl_dump_fds (line 2314) | void function dup2 (line 2330) | int function Sighandler_t (line 2371) | Sighandler_t function Sighandler_t (line 2399) | Sighandler_t function Perl_rsignal_save (line 2410) | int function Perl_rsignal_restore (line 2435) | int function Sighandler_t (line 2449) | Sighandler_t function Signal_t (line 2464) | static function Sighandler_t (line 2471) | Sighandler_t function Perl_rsignal_save (line 2490) | int function Perl_rsignal_restore (line 2502) | int function I32 (line 2518) | I32 function I32 (line 2580) | I32 function Perl_pidgone (line 2649) | void function I32 (line 2670) | I32 function I32 (line 2684) | I32 function Perl_repeatcpy (line 2696) | void function I32 (line 2717) | I32 function Perl_set_context (line 3011) | void function schedule (line 3030) | void function Perl_cond_init (line 3036) | void function Perl_cond_signal (line 3042) | void function Perl_cond_broadcast (line 3062) | void function Perl_cond_wait (line 3083) | void function MAGIC (line 3102) | MAGIC * function SV (line 3140) | SV * type perl_thread (line 3176) | struct perl_thread type perl_thread (line 3180) | struct perl_thread type perl_thread (line 3187) | struct perl_thread type perl_thread (line 3188) | struct perl_thread type perl_vars (line 3305) | struct perl_vars function U32 (line 3330) | U32 * function PPADDR_t (line 3336) | PPADDR_t* function MGVTBL (line 3354) | MGVTBL* function I32 (line 3461) | I32 function Perl_report_evil_fh (line 3511) | void function Perl_ebcdic_control (line 3582) | int function Perl_init_tm (line 3640) | void function Perl_mini_mktime (line 3657) | void type tm (line 3856) | struct tm type tm (line 3873) | struct tm function Perl_getcwd_sv (line 3956) | int function S_socketpair_udp (line 4108) | static int function Perl_my_socketpair (line 4249) | int function Perl_my_socketpair (line 4347) | int function Perl_sv_nosharing (line 4368) | void function Perl_sv_nolocking (line 4383) | void function Perl_sv_nounlocking (line 4399) | void function U32 (line 4404) | U32 function U32 (line 4458) | U32 function UV (line 4546) | UV FILE: tests/perlbench/win32/dirent.h type _DIRECT (line 25) | typedef struct direct type DIR (line 33) | typedef struct _dir_struc type direct (line 46) | struct direct FILE: tests/perlbench/win32/perlhost.h function END_EXTERN_C (line 25) | END_EXTERN_C type interpreter (line 223) | struct interpreter function CPerlHost (line 227) | inline CPerlHost* CheckInterp(CPerlHost *host) function CPerlHost (line 237) | inline CPerlHost* IPerlMem2Host(struct IPerlMem* piPerl) function CPerlHost (line 242) | inline CPerlHost* IPerlMemShared2Host(struct IPerlMem* piPerl) function CPerlHost (line 247) | inline CPerlHost* IPerlMemParse2Host(struct IPerlMem* piPerl) function CPerlHost (line 252) | inline CPerlHost* IPerlEnv2Host(struct IPerlEnv* piPerl) function CPerlHost (line 257) | inline CPerlHost* IPerlStdIO2Host(struct IPerlStdIO* piPerl) function CPerlHost (line 262) | inline CPerlHost* IPerlLIO2Host(struct IPerlLIO* piPerl) function CPerlHost (line 267) | inline CPerlHost* IPerlDir2Host(struct IPerlDir* piPerl) function CPerlHost (line 272) | inline CPerlHost* IPerlSock2Host(struct IPerlSock* piPerl) function CPerlHost (line 277) | inline CPerlHost* IPerlProc2Host(struct IPerlProc* piPerl) type IPerlMem (line 289) | struct IPerlMem type IPerlMem (line 294) | struct IPerlMem function PerlMemFree (line 298) | void type IPerlMem (line 304) | struct IPerlMem function PerlMemGetLock (line 309) | void function PerlMemFreeLock (line 315) | void function PerlMemIsLocked (line 321) | int type IPerlMem (line 327) | struct IPerlMem type IPerlMem (line 343) | struct IPerlMem type IPerlMem (line 348) | struct IPerlMem function PerlMemSharedFree (line 352) | void type IPerlMem (line 358) | struct IPerlMem function PerlMemSharedGetLock (line 363) | void function PerlMemSharedFreeLock (line 369) | void function PerlMemSharedIsLocked (line 375) | int type IPerlMem (line 381) | struct IPerlMem type IPerlMem (line 397) | struct IPerlMem type IPerlMem (line 402) | struct IPerlMem function PerlMemParseFree (line 406) | void type IPerlMem (line 412) | struct IPerlMem function PerlMemParseGetLock (line 417) | void function PerlMemParseFreeLock (line 423) | void function PerlMemParseIsLocked (line 429) | int type IPerlMem (line 435) | struct IPerlMem type IPerlEnv (line 452) | struct IPerlEnv function PerlEnvPutenv (line 457) | int type IPerlEnv (line 464) | struct IPerlEnv function PerlEnvUname (line 469) | int function PerlEnvClearenv (line 475) | void type IPerlEnv (line 482) | struct IPerlEnv function PerlEnvFreeChildenv (line 487) | void type IPerlEnv (line 494) | struct IPerlEnv function PerlEnvFreeChilddir (line 499) | void function PerlEnvOsId (line 505) | unsigned long type IPerlEnv (line 512) | struct IPerlEnv type IPerlEnv (line 518) | struct IPerlEnv type IPerlEnv (line 524) | struct IPerlEnv function PerlEnvGetChildIO (line 529) | void type IPerlEnv (line 535) | struct IPerlEnv function FILE (line 557) | FILE* function FILE (line 563) | FILE* function FILE (line 569) | FILE* function FILE (line 575) | FILE* function PerlStdIOClose (line 581) | int function PerlStdIOEof (line 587) | int function PerlStdIOError (line 593) | int function PerlStdIOClearerr (line 599) | void function PerlStdIOGetc (line 605) | int type IPerlStdIO (line 612) | struct IPerlStdIO function PerlStdIOGetBufsiz (line 622) | int function PerlStdIOGetCnt (line 633) | int type IPerlStdIO (line 645) | struct IPerlStdIO type IPerlStdIO (line 656) | struct IPerlStdIO function PerlStdIOPutc (line 661) | int function PerlStdIOPuts (line 667) | int function PerlStdIOFlush (line 673) | int function PerlStdIOUngetc (line 679) | int function PerlStdIOFileno (line 685) | int function FILE (line 691) | FILE* function FILE (line 697) | FILE* function SSize_t (line 703) | SSize_t function SSize_t (line 709) | SSize_t function PerlStdIOSetBuf (line 715) | void function PerlStdIOSetVBuf (line 721) | int function PerlStdIOSetCnt (line 727) | void function PerlStdIOSetPtr (line 736) | void function PerlStdIOSetlinebuf (line 745) | void function PerlStdIOPrintf (line 751) | int function PerlStdIOVprintf (line 759) | int function Off_t (line 765) | Off_t function PerlStdIOSeek (line 771) | int function PerlStdIORewind (line 777) | void function FILE (line 783) | FILE* function PerlStdIOGetpos (line 789) | int function PerlStdIOSetpos (line 795) | int function PerlStdIOInit (line 800) | void function PerlStdIOInitOSExtras (line 805) | void function PerlStdIOOpenOSfhandle (line 811) | int function PerlStdIOGetOSfhandle (line 817) | intptr_t function FILE (line 823) | FILE* type IPerlStdIO (line 875) | struct IPerlStdIO function PerlLIOAccess (line 923) | int function PerlLIOChmod (line 929) | int function PerlLIOChown (line 935) | int function PerlLIOChsize (line 941) | int function PerlLIOClose (line 947) | int function PerlLIODup (line 953) | int function PerlLIODup2 (line 959) | int function PerlLIOFlock (line 965) | int function PerlLIOFileStat (line 971) | int function PerlLIOIOCtl (line 977) | int function PerlLIOIsatty (line 983) | int function PerlLIOLink (line 989) | int function Off_t (line 995) | Off_t function PerlLIOLstat (line 1001) | int type IPerlLIO (line 1008) | struct IPerlLIO function PerlLIOOpen (line 1013) | int function PerlLIOOpen3 (line 1019) | int function PerlLIORead (line 1025) | int function PerlLIORename (line 1031) | int function PerlLIOSetmode (line 1037) | int function PerlLIONameStat (line 1043) | int type IPerlLIO (line 1050) | struct IPerlLIO function PerlLIOUmask (line 1055) | int function PerlLIOUnlink (line 1061) | int function PerlLIOUtime (line 1067) | int function PerlLIOWrite (line 1073) | int type IPerlLIO (line 1079) | struct IPerlLIO function PerlDirMakedir (line 1114) | int function PerlDirChdir (line 1120) | int function PerlDirRmdir (line 1126) | int function PerlDirClose (line 1132) | int function DIR (line 1138) | DIR* type direct (line 1144) | struct direct type IPerlDir (line 1145) | struct IPerlDir function PerlDirRewind (line 1150) | void function PerlDirSeek (line 1156) | void function PerlDirTell (line 1162) | long type IPerlDir (line 1169) | struct IPerlDir function WCHAR (line 1174) | WCHAR* type IPerlDir (line 1180) | struct IPerlDir function u_long (line 1197) | u_long function u_short (line 1203) | u_short function u_long (line 1209) | u_long function u_short (line 1215) | u_short function SOCKET (line 1221) | SOCKET PerlSockAccept(struct IPerlSock* piPerl, SOCKET s, struct sockadd... function PerlSockBind (line 1226) | int function PerlSockConnect (line 1232) | int function PerlSockEndhostent (line 1238) | void function PerlSockEndnetent (line 1244) | void function PerlSockEndprotoent (line 1250) | void function PerlSockEndservent (line 1256) | void type hostent (line 1262) | struct hostent type IPerlSock (line 1263) | struct IPerlSock type hostent (line 1268) | struct hostent type IPerlSock (line 1269) | struct IPerlSock type hostent (line 1274) | struct hostent type IPerlSock (line 1275) | struct IPerlSock function PerlSockGethostname (line 1282) | int type netent (line 1288) | struct netent type IPerlSock (line 1289) | struct IPerlSock type netent (line 1294) | struct netent type IPerlSock (line 1295) | struct IPerlSock type netent (line 1300) | struct netent type IPerlSock (line 1301) | struct IPerlSock function PerlSockGetpeername (line 1306) | int PerlSockGetpeername(struct IPerlSock* piPerl, SOCKET s, struct socka... type protoent (line 1311) | struct protoent type IPerlSock (line 1312) | struct IPerlSock type protoent (line 1317) | struct protoent type IPerlSock (line 1318) | struct IPerlSock type protoent (line 1323) | struct protoent type IPerlSock (line 1324) | struct IPerlSock type servent (line 1329) | struct servent type IPerlSock (line 1330) | struct IPerlSock type servent (line 1335) | struct servent type IPerlSock (line 1336) | struct IPerlSock type servent (line 1341) | struct servent type IPerlSock (line 1342) | struct IPerlSock function PerlSockGetsockname (line 1347) | int function PerlSockGetsockopt (line 1353) | int function PerlSockInetAddr (line 1359) | unsigned long type IPerlSock (line 1366) | struct IPerlSock type in_addr (line 1366) | struct in_addr function PerlSockListen (line 1371) | int function PerlSockRecv (line 1377) | int function PerlSockRecvfrom (line 1383) | int function PerlSockSelect (line 1389) | int function PerlSockSend (line 1395) | int function PerlSockSendto (line 1401) | int function PerlSockSethostent (line 1407) | void function PerlSockSetnetent (line 1413) | void function PerlSockSetprotoent (line 1419) | void function PerlSockSetservent (line 1425) | void function PerlSockSetsockopt (line 1431) | int function PerlSockShutdown (line 1437) | int function SOCKET (line 1443) | SOCKET function PerlSockSocketpair (line 1449) | int function PerlSockClosesocket (line 1455) | int function PerlSockIoctlsocket (line 1461) | int type IPerlSock (line 1467) | struct IPerlSock function PerlProcAbort (line 1521) | void type IPerlProc (line 1528) | struct IPerlProc function PerlProcExit (line 1533) | void function PerlProc_Exit (line 1539) | void function PerlProcExecl (line 1545) | int function PerlProcExecv (line 1551) | int function PerlProcExecvp (line 1557) | int function uid_t (line 1563) | uid_t function uid_t (line 1569) | uid_t function gid_t (line 1575) | gid_t function gid_t (line 1581) | gid_t type IPerlProc (line 1588) | struct IPerlProc function PerlProcKill (line 1593) | int function PerlProcKillpg (line 1599) | int function PerlProcPauseProc (line 1607) | int function PerlIO (line 1613) | PerlIO* function PerlIO (line 1621) | PerlIO* function PerlProcPclose (line 1629) | int function PerlProcPipe (line 1635) | int function PerlProcSetuid (line 1641) | int function PerlProcSetgid (line 1647) | int function PerlProcSleep (line 1653) | int function PerlProcTimes (line 1659) | int function PerlProcWait (line 1665) | int function PerlProcWaitpid (line 1671) | int function Sighandler_t (line 1677) | Sighandler_t function PerlProcGetTimeOfDay (line 1683) | int function THREAD_RET_TYPE (line 1690) | static THREAD_RET_TYPE function PerlProcFork (line 1796) | int function PerlProcGetpid (line 1855) | int type IPerlProc (line 1862) | struct IPerlProc function PerlProcGetOSError (line 1867) | void function PerlProcSpawnvp (line 1873) | int function PerlProcLastHost (line 1879) | int type IPerlProc (line 1887) | struct IPerlProc type IPerlMem (line 1976) | struct IPerlMem function LPSTR (line 2068) | LPSTR function lookup (line 2085) | int function compare (line 2126) | int function Add (line 2159) | void function DWORD (line 2195) | DWORD function FreeLocalEnvironmentStrings (line 2206) | void function FreeChildDir (line 2231) | void function LPSTR (line 2238) | LPSTR function Reset (line 2328) | void function Clearenv (line 2343) | void function Putenv (line 2395) | int function Chdir (line 2406) | int FILE: tests/perlbench/win32/perllib.c function xs_init (line 34) | static void function win32_checkTLS (line 51) | void function EXTERN_C (line 62) | EXTERN_C void function EXTERN_C (line 111) | EXTERN_C PerlInterpreter* function EXTERN_C (line 140) | EXTERN_C PerlInterpreter* function EXTERN_C (line 163) | EXTERN_C void function RunPerl (line 174) | int function BOOL (line 246) | BOOL APIENTRY function EXTERN_C (line 300) | EXTERN_C PerlInterpreter * FILE: tests/perlbench/win32/sys/socket.h type Perl_fd_mask (line 33) | typedef int Perl_fd_mask; type Perl_fd_set (line 35) | typedef struct Perl_fd_set { type sockaddr (line 60) | struct sockaddr type sockaddr (line 61) | struct sockaddr type sockaddr (line 63) | struct sockaddr type sockaddr (line 65) | struct sockaddr type sockaddr (line 66) | struct sockaddr type in_addr (line 71) | struct in_addr type sockaddr (line 77) | struct sockaddr type timeval (line 79) | struct timeval type sockaddr (line 82) | struct sockaddr type hostent (line 90) | struct hostent type hostent (line 91) | struct hostent type servent (line 93) | struct servent type servent (line 94) | struct servent type protoent (line 95) | struct protoent type protoent (line 96) | struct protoent type protoent (line 97) | struct protoent type servent (line 98) | struct servent type netent (line 101) | struct netent type netent (line 102) | struct netent type netent (line 103) | struct netent FILE: tests/perlbench/win32/vdir.h function class (line 19) | class VDir function Init (line 134) | void VDir::Init(VDir* pDir, VMem *p) function SetDirA (line 168) | int VDir::SetDirA(char const *pPath, int index) function FromEnvA (line 202) | void VDir::FromEnvA(char *pEnv, int index) function SetDefaultA (line 214) | void VDir::SetDefaultA(char const *pDefault) function SetDirW (line 227) | int VDir::SetDirW(WCHAR const *pPath, int index) function SetDefaultW (line 260) | void VDir::SetDefaultW(WCHAR const *pDefault) function BOOL (line 273) | inline BOOL IsPathSep(char ch) function DoGetFullPathNameA (line 278) | inline void DoGetFullPathNameA(char* lpBuffer, DWORD dwSize, char* Dest) function IsSpecialFileName (line 292) | inline bool IsSpecialFileName(const char* pName) function SetCurrentDirectoryA (line 440) | int VDir::SetCurrentDirectoryA(char *lpBuffer) function DWORD (line 464) | DWORD VDir::CalculateEnvironmentSpace(void) function LPSTR (line 476) | LPSTR VDir::BuildEnvironmentSpace(LPSTR lpStr) function BOOL (line 501) | inline BOOL IsPathSep(WCHAR ch) function DoGetFullPathNameW (line 506) | inline void DoGetFullPathNameW(WCHAR* lpBuffer, DWORD dwSize, WCHAR* Dest) function IsSpecialFileName (line 520) | inline bool IsSpecialFileName(const WCHAR* pName) function SetCurrentDirectoryW (line 667) | int VDir::SetCurrentDirectoryW(WCHAR *lpBuffer) FILE: tests/perlbench/win32/vmem.h function MEMODS (line 33) | inline void MEMODS(char *str) function MEMODSlx (line 39) | inline void MEMODSlx(char *str, long x) type _MemoryBlockHeader (line 75) | struct _MemoryBlockHeader type MEMORY_BLOCK_HEADER (line 76) | typedef struct _MemoryBlockHeader { function class (line 83) | class VMem function Free (line 197) | void VMem::Free(void* pMem) function GetLock (line 226) | void VMem::GetLock(void) function FreeLock (line 231) | void VMem::FreeLock(void) function IsLocked (line 236) | int VMem::IsLocked(void) function Release (line 253) | long VMem::Release(void) function AddRef (line 261) | long VMem::AddRef(void) function CalcEntry (line 302) | inline size_t CalcEntry(size_t size) type BYTE (line 309) | typedef BYTE* PBLOCK; function SetTags (line 320) | inline void SetTags(PBLOCK block, long size) function SetLink (line 334) | inline void SetLink(PBLOCK block, PBLOCK prev, PBLOCK next) function Unlink (line 339) | inline void Unlink(PBLOCK p) function AddToFreeList (line 347) | inline void AddToFreeList(PBLOCK block, PBLOCK pInList) type FREE_LIST_ENTRY (line 371) | typedef struct _FreeListEntry type HeapRec (line 391) | typedef struct _HeapRec function class (line 400) | class VMem function ReInit (line 535) | void VMem::ReInit(void) function Init (line 554) | void VMem::Init(void) function Free (line 810) | void VMem::Free(void* p) function GetLock (line 871) | void VMem::GetLock(void) function FreeLock (line 876) | void VMem::FreeLock(void) function IsLocked (line 881) | int VMem::IsLocked(void) function Release (line 899) | long VMem::Release(void) function AddRef (line 907) | long VMem::AddRef(void) function Getmem (line 914) | int VMem::Getmem(size_t requestSize) function HeapAdd (line 1011) | int VMem::HeapAdd(void* p, size_t size function MemoryUsageMessage (line 1174) | void VMem::MemoryUsageMessage(char *str, long x, long y, int c) function WalkHeap (line 1192) | void VMem::WalkHeap(int complete) FILE: tests/perlbench/win32/win32.c function IsWin95 (line 124) | int function IsWinNT (line 130) | int function EXTERN_C (line 136) | EXTERN_C void function BOOL (line 351) | static BOOL function PerlIO (line 396) | PerlIO * function Perl_my_pclose (line 419) | long function win32_os_id (line 426) | DllExport unsigned long function DllExport (line 440) | DllExport int function tokenize (line 464) | static long function get_shell (line 511) | static void function Perl_do_aspawn (line 532) | int function do_spawn2 (line 620) | static int function Perl_do_spawn (line 711) | int function Perl_do_spawn_nowait (line 717) | int function Perl_do_exec (line 723) | bool function DllExport (line 734) | DllExport DIR * function direct (line 832) | direct * function win32_telldir (line 896) | DllExport long function DllExport (line 906) | DllExport void function DllExport (line 913) | DllExport void function DllExport (line 920) | DllExport int function uid_t (line 946) | uid_t function uid_t (line 952) | uid_t function gid_t (line 958) | gid_t function gid_t (line 964) | gid_t function setuid (line 970) | int function setgid (line 976) | int function chown (line 995) | int function mkstemp (line 1006) | int mkstemp(const char *path) function find_pid (line 1027) | static long function remove_dead_process (line 1039) | static void function find_pseudo_pid (line 1054) | static long function remove_dead_pseudo_process (line 1066) | static void function DllExport (line 1081) | DllExport int function DllExport (line 1185) | DllExport int function DllExport (line 1336) | DllExport char * function DllExport (line 1424) | DllExport char * function DllExport (line 1475) | DllExport int function filetime_to_clock (line 1527) | static long function DllExport (line 1537) | DllExport int function BOOL (line 1561) | static BOOL function DllExport (line 1583) | DllExport int function DllExport (line 1628) | DllExport int type FT_t (line 1686) | typedef union { function DllExport (line 1701) | DllExport int function DllExport (line 1718) | DllExport int function do_raise (line 1848) | int function sig_terminate (line 1881) | void function DllExport (line 1891) | DllExport int function DllExport (line 1962) | DllExport DWORD function win32_internal_wait (line 2003) | int function DllExport (line 2067) | DllExport int function DllExport (line 2150) | DllExport int function win32_sleep (line 2156) | DllExport unsigned int function win32_alarm (line 2176) | DllExport unsigned int function DllExport (line 2204) | DllExport char * function _alloc_osfhnd (line 2256) | static int function my_open_osfhandle (line 2268) | static int function DllExport (line 2311) | DllExport int function DllExport (line 2359) | DllExport int * function DllExport (line 2365) | DllExport char *** function DllExport (line 2372) | DllExport FILE * function DllExport (line 2378) | DllExport FILE * function DllExport (line 2384) | DllExport FILE * function DllExport (line 2390) | DllExport int function DllExport (line 2397) | DllExport int function DllExport (line 2409) | DllExport char * function DllExport (line 2432) | DllExport void function DllExport (line 2464) | DllExport int function DllExport (line 2473) | DllExport int function DllExport (line 2482) | DllExport int function DllExport (line 2488) | DllExport int function DllExport (line 2494) | DllExport size_t function DllExport (line 2500) | DllExport size_t function DllExport (line 2508) | DllExport FILE * function DllExport (line 2539) | DllExport FILE * function DllExport (line 2557) | DllExport FILE * function DllExport (line 2573) | DllExport int function DllExport (line 2579) | DllExport int function DllExport (line 2585) | DllExport int function DllExport (line 2591) | DllExport int function DllExport (line 2597) | DllExport int function DllExport (line 2603) | DllExport int function DllExport (line 2609) | DllExport void function DllExport (line 2616) | DllExport int function DllExport (line 2622) | DllExport Off_t function DllExport (line 2639) | DllExport int function DllExport (line 2675) | DllExport int function DllExport (line 2689) | DllExport int function DllExport (line 2699) | DllExport void function DllExport (line 2706) | DllExport int function DllExport (line 2739) | DllExport FILE* function DllExport (line 2748) | DllExport void function DllExport (line 2755) | DllExport int function DllExport (line 2779) | DllExport int function DllExport (line 2785) | DllExport PerlIO* function DllExport (line 2799) | DllExport PerlIO* function DllExport (line 2920) | DllExport int function BOOL (line 2959) | static BOOL WINAPI function DllExport (line 3017) | DllExport int function DllExport (line 3045) | DllExport int function DllExport (line 3170) | DllExport int function DllExport (line 3176) | DllExport int function DllExport (line 3225) | DllExport Off_t function DllExport (line 3251) | DllExport Off_t function DllExport (line 3278) | DllExport int function DllExport (line 3303) | DllExport int function DllExport (line 3309) | DllExport int function DllExport (line 3315) | DllExport int function DllExport (line 3321) | DllExport int function _fixed_read (line 3341) | int __cdecl function DllExport (line 3523) | DllExport int function DllExport (line 3533) | DllExport int function DllExport (line 3539) | DllExport int function DllExport (line 3551) | DllExport int function DllExport (line 3563) | DllExport int function DllExport (line 3579) | DllExport int function DllExport (line 3591) | DllExport int function DllExport (line 3853) | DllExport void* function DllExport (line 3859) | DllExport void function DllExport (line 3864) | DllExport void function DllExport (line 3884) | DllExport char* function DllExport (line 3904) | DllExport void function DllExport (line 3923) | DllExport int function DllExport (line 4085) | DllExport int function DllExport (line 4098) | DllExport int function DllExport (line 4118) | DllExport void function DllExport (line 4124) | DllExport void function DllExport (line 4130) | DllExport int function DllExport (line 4136) | DllExport int function DllExport (line 4142) | DllExport int function DllExport (line 4148) | DllExport char* function DllExport (line 4154) | DllExport char* function DllExport (line 4160) | DllExport int function DllExport (line 4166) | DllExport int function DllExport (line 4172) | DllExport int function DllExport (line 4178) | DllExport int function DllExport (line 4184) | DllExport int function DllExport (line 4288) | DllExport void* function DllExport (line 4294) | DllExport void* function DllExport (line 4300) | DllExport void* function DllExport (line 4306) | DllExport void function DllExport (line 4313) | DllExport int function DllExport (line 4323) | DllExport intptr_t function DllExport (line 4329) | DllExport FILE * function DllExport (line 4381) | DllExport void* function XS (line 4420) | static function XS (line 4446) | static function XS (line 4474) | static function XS (line 4486) | static function XS (line 4504) | static function XS (line 4512) | static function XS (line 4522) | static function XS (line 4539) | static function XS (line 4555) | static function XS (line 4621) | static function XS (line 4642) | static function XS (line 4730) | static function XS (line 4738) | static function XS (line 4746) | static function XS (line 4776) | static function XS (line 4825) | static function XS (line 4836) | static function XS (line 4866) | static function XS (line 4912) | static function XS (line 4935) | static function XS (line 4945) | static function Perl_init_os_extras (line 4971) | void function BOOL (line 5033) | BOOL WINAPI function Perl_win32_init (line 5090) | void function Perl_win32_term (line 5105) | void function win32_get_child_IO (line 5112) | void function Sighandler_t (line 5120) | Sighandler_t function win32_csighandler (line 5144) | static void function Perl_sys_intern_dup (line 5215) | void function win32_free_argvw (line 5233) | static void function win32_argv2utf8 (line 5244) | void FILE: tests/perlbench/win32/win32.h type tms (line 81) | struct tms { type utsname (line 92) | struct utsname { type uid_t (line 203) | typedef long uid_t; type gid_t (line 204) | typedef long gid_t; type mode_t (line 205) | typedef unsigned short mode_t; type uid_t (line 217) | typedef long uid_t; type gid_t (line 218) | typedef long gid_t; type child_IO_table (line 283) | typedef struct { type thread_intern (line 356) | struct thread_intern { type child_tab (line 381) | typedef struct { type Signal_t (line 388) | typedef Signal_t (*Sighandler_t) (int); type interp_intern (line 392) | struct interp_intern { type ioinfo (line 496) | typedef struct { FILE: tests/perlbench/win32/win32io.c type PerlIOWin32 (line 24) | typedef struct function IV (line 35) | IV function IV (line 48) | IV function IV (line 54) | IV function PerlIO (line 67) | PerlIO * function SSize_t (line 211) | SSize_t function SSize_t (line 238) | SSize_t function IV (line 254) | IV function Off_t (line 272) | Off_t function IV (line 285) | IV function PerlIO (line 307) | PerlIO * FILE: tests/perlbench/win32/win32iop.h type tms (line 131) | struct tms type utimbuf (line 138) | struct utimbuf type timeval (line 139) | struct timeval type utsname (line 140) | struct utsname FILE: tests/perlbench/win32/win32sck.c type servent (line 66) | struct servent type servent (line 66) | struct servent type servent (line 67) | struct servent function EXTERN_C (line 72) | EXTERN_C void function start_sockets (line 81) | void function set_socktype (line 105) | void function FILE (line 121) | FILE * function u_long (line 157) | u_long function u_short (line 164) | u_short function u_long (line 171) | u_long function u_short (line 178) | u_short function SOCKET (line 187) | SOCKET function win32_bind (line 200) | int function win32_connect (line 213) | int function win32_getpeername (line 227) | int function win32_getsockname (line 240) | int function win32_getsockopt (line 253) | int function win32_ioctlsocket (line 266) | int function win32_listen (line 279) | int function win32_recv (line 292) | int function win32_recvfrom (line 305) | int function win32_select (line 326) | int function win32_send (line 398) | int function win32_sendto (line 411) | int function win32_setsockopt (line 425) | int function win32_shutdown (line 438) | int function win32_closesocket (line 451) | int function convert_proto_info_w2a (line 467) | void function SOCKET (line 474) | SOCKET function SOCKET (line 531) | SOCKET function my_close (line 561) | int my_close(int fd) function my_fclose (line 592) | int function my_fstat (line 625) | int type hostent (line 682) | struct hostent type hostent (line 688) | struct hostent type hostent (line 695) | struct hostent type hostent (line 701) | struct hostent function win32_gethostname (line 708) | int type protoent (line 721) | struct protoent type protoent (line 727) | struct protoent type protoent (line 734) | struct protoent type protoent (line 740) | struct protoent type servent (line 747) | struct servent type servent (line 754) | struct servent type servent (line 764) | struct servent type servent (line 771) | struct servent function win32_ioctl (line 781) | int type in_addr (line 809) | struct in_addr function win32_inet_addr (line 819) | unsigned long function win32_endhostent (line 834) | void function win32_endnetent (line 841) | void function win32_endprotoent (line 848) | void function win32_endservent (line 855) | void type netent (line 863) | struct netent type netent (line 868) | struct netent type netent (line 871) | struct netent type netent (line 876) | struct netent type netent (line 879) | struct netent type netent (line 884) | struct netent type protoent (line 887) | struct protoent type protoent (line 892) | struct protoent type servent (line 895) | struct servent type servent (line 900) | struct servent function win32_sethostent (line 903) | void function win32_setnetent (line 911) | void function win32_setprotoent (line 919) | void function win32_setservent (line 927) | void type servent (line 934) | struct servent type servent (line 935) | struct servent type servent (line 935) | struct servent FILE: tests/perlbench/win32/win32thread.c function Perl_set_context (line 8) | void function Perl_init_thread_intern (line 40) | void function Perl_set_thread_self (line 56) | void function Perl_thread_create (line 71) | int FILE: tests/perlbench/win32/win32thread.h type perl_cond (line 6) | typedef struct win32_cond { LONG waiters; HANDLE sem; } perl_cond; type DWORD (line 7) | typedef DWORD perl_key; type HANDLE (line 8) | typedef HANDLE perl_os_thread; type CRITICAL_SECTION (line 16) | typedef CRITICAL_SECTION perl_mutex; type HANDLE (line 24) | typedef HANDLE perl_mutex; type THREAD_RET_TYPE (line 143) | typedef THREAD_RET_TYPE thread_func_t(void *); type perl_thread (line 158) | struct perl_thread type perl_thread (line 159) | struct perl_thread type perl_thread (line 160) | struct perl_thread type perl_thread (line 161) | struct perl_thread FILE: tests/perlbench/xsutils.c function Perl_boot_core_xsutils (line 46) | void function modify_SV_attributes (line 56) | static int function XS (line 159) | XS(XS_attributes_bootstrap) function XS (line 176) | XS(XS_attributes__modify_attrs) function XS (line 197) | XS(XS_attributes__fetch_attrs) function XS (line 240) | XS(XS_attributes__guess_stash) function XS (line 292) | XS(XS_attributes_reftype) function XS (line 317) | XS(XS_attributes__warn_reserved)