CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
symex_target.cpp File Reference

Symbolic Execution. More...

#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.
 

Detailed Description

Symbolic Execution.

Definition in file symex_target.cpp.

Function Documentation

◆ operator<()

Base class comparison operator for symbolic execution targets.

Order first by thread numbers and then by program counters.

Parameters
aLeft-hand target
bRight-hand target
Returns
True if a precedes b.

Definition at line 14 of file symex_target.cpp.