To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Parameters
Signature
val d_bl : unit -> boolLat -> Pretty.doc
type funcSig = {
mutable fsFormals : Cil.varinfo list;
mutable fsReturn : Cil.varinfo option;
mutable fsAllPreds : Cil.exp list;
mutable fsFPPreds : Cil.exp list;
mutable fsRetPreds : Cil.exp list;
}
type context = {
mutable cFuncSigs : funcSig IH.t;
mutable cPredicates : Cil.exp IH.t;
mutable cRPredMap : int ExpIntHash.t;
mutable cNextPred : int;
}
val emptyContext : unit -> context
class returnFinderClass : Cil.varinfo option Pervasives.ref -> object ... end
val findReturn : Cil.fundec -> Cil.varinfo option
class viFinderClass : Cil.varinfo -> bool Pervasives.ref -> object ... end
val expContainsVi : Cil.exp -> Cil.varinfo -> bool
class derefFinderClass : 'a -> bool Pervasives.ref -> object ... end
val expContainsDeref : Cil.exp -> 'a -> bool
class globalFinderClass : bool Pervasives.ref -> object ... end
val expContainsGlobal : Cil.exp -> bool
class aliasFinderClass : Cil.exp -> bool Pervasives.ref -> object ... end
val makeFormalPreds : Cil.varinfo list -> Cil.exp list -> Cil.exp list
val makeReturnPreds :
Cil.varinfo option ->
Cil.varinfo list ->
Cil.varinfo list ->
Cil.exp list ->
Cil.exp list ->
Cil.exp list
class funcSigMakerClass : object ... end
val currentContext : context
module PredFlow : sig ... end
module PA : sig ... end
val registerFile : Cil.file -> unit
val makePreds : Cil.exp list -> unit
val analyze : Cil.fundec -> unit
val getPAs : int -> PredFlow.t option
class paVisitorClass : object ... end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page