|
CBMC
|
#include "symex_target.h"
Include dependency graph for symex_target.cpp:Go to the source code of this file.
Functions | |
| bool | operator< (const symex_targett::sourcet &a, const symex_targett::sourcet &b) |
| Base class comparison operator for symbolic execution targets. More... | |
Symbolic Execution
Definition in file symex_target.cpp.
| bool operator< | ( | const symex_targett::sourcet & | a, |
| const symex_targett::sourcet & | b | ||
| ) |
Base class comparison operator for symbolic execution targets.
Order first by thread numbers and then by program counters.
| a | Left-hand target |
| b | Right-hand target |
a precedes b. Definition at line 14 of file symex_target.cpp.