We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacedc7 commit e847c8fCopy full SHA for e847c8f
src/goblint_lib.ml
@@ -402,6 +402,7 @@ module LibraryFunctions = LibraryFunctions
402
module BaseUtil = BaseUtil
403
module PrecisionUtil = PrecisionUtil
404
module ContextUtil = ContextUtil
405
+module ReturnUtil = ReturnUtil
406
module BaseInvariant = BaseInvariant
407
module CommonPriv = CommonPriv
408
module WideningThresholds = WideningThresholds
src/util/returnUtil.ml
@@ -1,3 +1,5 @@
1
+(** Special variable for return value. *)
2
+
3
open GoblintCil
4
module AD = ValueDomain.AD
5
0 commit comments