|
| void | __tesla_inline_assertion (const char *filename, int line, int count, __tesla_locality *loc,...) |
| | Magic "function" representing a TESLA assertion. More...
|
| |
| struct __tesla_event * | __tesla_sequence (__tesla_event *,...) |
| | A sequence of TESLA events. More...
|
| |
| struct __tesla_event * | __tesla_call (void *,...) |
| | Entering a function (with optionally-specified arguments). More...
|
| |
| struct __tesla_event * | __tesla_return (void *,...) |
| | Exiting a function (with optionally-specified arguments). More...
|
| |
| struct __tesla_event * | __tesla_callee (__tesla_event *,...) |
| | Function events inside this predicate refer to the callee context. More...
|
| |
| struct __tesla_event * | __tesla_caller (__tesla_event *,...) |
| | Function events inside this predicate refer to the caller context. More...
|
| |
| int | __tesla_flags (int) |
| | A mask of flags we expect to see. More...
|
| |
| int | __tesla_mask (int) |
| | A bitmask that an argument must not exceed. More...
|
| |
| struct __tesla_event * | __tesla_strict (__tesla_event *,...) |
| | Events named in this predicate should only occur exactly as described. More...
|
| |
| struct __tesla_event * | __tesla_conditional (__tesla_event *,...) |
| | Events named in this predicate must occur as described if the execution trace includes a NOW event; otherwise, any number of non-NOW events can occur in any order. More...
|
| |
| struct __tesla_event * | __tesla_optional (__tesla_event *,...) |
| |
| void * | __tesla_any_ptr () |
| | A value that could match a lot of function parameters. More...
|
| |
| int | __tesla_any_int () |
| |
| long | __tesla_any_long () |
| |
| long long | __tesla_any_longlong () |
| |
| register_t | __tesla_any_register_t () |
| |
struct
__tesla_automaton_description * | __tesla_automaton_done () |
| | In an explicit automata description, return this to say "we're done". More...
|
| |
| struct __tesla_automaton_usage * | __tesla_struct_uses_automaton (const char *automaton, __tesla_locality *loc,...) |
| |