Home
last modified time | relevance | path

Searched refs:check_assert (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
Dtest-suite87 check_assert=""
114 check-assert:) check_assert="$val" ;;
348 if [ "$check_assert" != "" ]; then
350 _Static_assert($check_assert, "$check_assert");
/third_party/ltp/tools/sparse/sparse-src/
Dscheck.c233 static bool check_assert(Btor *btor, BoolectorNode *pre, struct instruction *insn) in check_assert() function
273 return check_assert(btor, *pre, insn); in check_call()