Home
last modified time | relevance | path

Searched refs:fast_debug_info_ptr (Results 1 – 5 of 5) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dglobal.cc3964 fast_debug_info_ptr=new gen; in debug_struct()
3972 delete fast_debug_info_ptr; in ~debug_struct()
3993 if (fast_debug_info_ptr) in operator =()
3994 delete fast_debug_info_ptr; in operator =()
3995 fast_debug_info_ptr= new gen(dbg.fast_debug_info_ptr?*dbg.fast_debug_info_ptr:0); in operator =()
H A Dglobal.h434 gen * debug_info_ptr, * fast_debug_info_ptr,* debug_prog_name, * debug_localvars; member
H A Dprog.cc1478 (*dbgptr->fast_debug_info_ptr)=save_debug_info; in program_leave()
1557 (*dbgptr->fast_debug_info_ptr)=prog; in _program()
5467 gen w2=(*debug_ptr(contextptr)->fast_debug_info_ptr); in debug_loop()
5664 gen w2=(*debug_ptr(contextptr)->fast_debug_info_ptr); in debug_loop()
5846 w.push_back((*debug_ptr(contextptr)->fast_debug_info_ptr)); in debug_loop()
5883 if (dbgptr->fast_debug_info_ptr){ in debug_loop()
5884 gen test=*dbgptr->fast_debug_info_ptr; in debug_loop()
5909 w[2] = *dbgptr->fast_debug_info_ptr; in debug_loop()
5910 w[3] = *dbgptr->fast_debug_info_ptr = protecteval(w[2],1,contextptr); in debug_loop()
5940 w.push_back((*debug_ptr(contextptr)->fast_debug_info_ptr)); in debug_loop()
[all …]
H A Dsymbolic.cc1334 (*dbgptr->fast_debug_info_ptr)=prog; in nr_eval()
H A DXcas1.cc518 *dbgptr->fast_debug_info_ptr = g; in Xcas_debugguer()