Cil_datatype.LocationCil locations.
include S_with_collections with type t = Cil_types.locationinclude Datatype.S_with_collections with type t = Cil_types.locationinclude Datatype.S with type t = Cil_types.locationinclude Datatype.S_no_copy with type t = Cil_types.locationval packed_descr : Structural_descr.packPacked version of the descriptor.
val reprs : t listList of representants of the descriptor.
val hash : t -> intHash function: same spec than Hashtbl.hash.
val pretty : Stdlib.Format.formatter -> t -> unitPretty print each value in an user-friendly way.
val mem_project : (Project_skeleton.t -> bool) -> t -> boolmem_project f x must return true iff there is a value p of type Project.t in x such that f p returns true.
module Set : Datatype.Set with type elt = tmodule Map : Datatype.Map with type key = tmodule Hashtbl : Datatype.Hashtbl with type key = tval dummy : tval unknown : tval is_unknown : t -> boolval pretty_long : t Pretty_utils.formatterPretty prints a position in the format "<file>", line <line>-<line> or, if on one line and the column number is available, in the format "<file>", line <line>, character <char1>-<char2>.
val pretty_line : t Pretty_utils.formatterPretty prints a position in the format "<file>", line <line> or, if the column number is available, in the format "<file>", line <line>, character <char>
val pretty_debug : t Pretty_utils.formatterPretty prints the ocaml internal representation of a location, for debug purposes.
val of_lexing_loc : (Stdlib.Lexing.position * Stdlib.Lexing.position) -> tval to_lexing_loc : t -> Stdlib.Lexing.position * Stdlib.Lexing.positionval compare_start_semantic : Cil_types.location -> Cil_types.location -> intval equal_start_semantic : Cil_types.location -> Cil_types.location -> bool