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 a6c158d commit fe7da7bCopy full SHA for fe7da7b
src/frontc/cabs2cil.mli
@@ -109,3 +109,5 @@ val environment : (string, envdata * Cil.location) Hashtbl.t
109
val genvironment : (string, envdata * Cil.location) Hashtbl.t
110
111
val convStandaloneExp: genv:(string, envdata * Cil.location) Hashtbl.t -> env:(string, envdata * Cil.location) Hashtbl.t -> Cabs.expression -> Cil.exp option
112
+
113
+val currentFunctionFDEC: Cil.fundec ref
0 commit comments