zeek/src/script_opt
2021-05-05 16:55:04 -07:00
..
DefItem.cc fix #include's that lack zeek/ prefixes 2021-02-28 07:23:06 -08:00
DefItem.h class for referring to definitions of variables or record fields 2021-01-23 10:48:14 -08:00
DefPoint.h Simplify declaration of DefPointType enum 2021-02-01 17:54:57 -08:00
DefSetsMgr.cc Adjust various reaching-def move/reference semantics 2021-02-01 22:00:56 -08:00
DefSetsMgr.h Fix IntrusivePtr release leaks in reaching-def logic 2021-02-01 23:25:15 -08:00
Expr.cc accessors / friends needed for compiling-to-C++ 2021-05-05 16:50:54 -07:00
GenRDs.cc removed unnecessary statement flagged by Coverity (thanks, Jon!) 2021-02-10 19:08:52 -08:00
GenRDs.h Initialize an RD_Decorate member via std::move 2021-02-24 15:10:33 -08:00
Inline.cc Stmt tag for compiled-to-C++; Inliner knows to avoid it 2021-05-05 16:55:04 -07:00
Inline.h tidying with respect to "const", and streamlining OuterIDBindingFinder 2021-03-18 08:24:14 -07:00
ProfileFunc.cc FuncInfo now tracks priority; some tidying/widening of its accessors 2021-05-05 16:55:04 -07:00
ProfileFunc.h low-level tidying / documentation tweaks 2021-05-05 16:50:29 -07:00
ReachingDefs.cc fix #include's that lack zeek/ prefixes 2021-02-28 07:23:06 -08:00
ReachingDefs.h Speedup ReachingDefs logic by ~15% 2021-02-04 17:23:14 -08:00
Reduce.cc Merge remote-tracking branch 'origin/topic/vern/ast-opt' 2021-03-08 18:33:04 -08:00
Reduce.h Tweak minor const-ref/std::move things in script-opt code 2021-03-08 15:50:04 -08:00
ScriptOpt.cc FuncInfo now tracks priority; some tidying/widening of its accessors 2021-05-05 16:55:04 -07:00
ScriptOpt.h FuncInfo now tracks priority; some tidying/widening of its accessors 2021-05-05 16:55:04 -07:00
Stmt.cc making Exec methods non-const, so execution can manage side-information 2021-03-18 08:22:55 -07:00
TempVar.cc Tweak minor const-ref/std::move things in script-opt code 2021-03-08 15:50:04 -08:00
TempVar.h Tweak minor const-ref/std::move things in script-opt code 2021-03-08 15:50:04 -08:00
UseDefs.cc Fix invalid iterator comparison in UseDefs::FindSuccUsage() 2021-02-24 15:04:32 -08:00
UseDefs.h Adjust reference/move nitpicks in use-def/reduce code 2021-02-08 17:53:21 -08:00