package pfff

  1. Overview
  2. Docs
Tools and APIs for program analysis, code visualization, refactoring

Install

Dune Dependency

Authors

Maintainers

Sources

0.37.7.tar.gz
md5=d069f379342be72574b4cdc52f4ed9b4
sha512=68e9971364f5e016bad8f94bb72fd15252f19c7964424992309cdb4a9fc922dbe15d07619f500f4bcbc72f820c93d4da20f0759bb4276cd073a29a179bef9300

doc/pfff-lang_cpp/Parser_cpp_mly_helper/index.html

Module Parser_cpp_mly_helper

module Ast = Ast_cpp
module Flag = Flag_parsing
val pr2 : string -> unit
val pr2_once : string -> unit
val warning : string -> 'a -> 'a
exception Semantic of string * Ast_cpp.tok
type shortLong =
  1. | Short
  2. | Long
  3. | LongLong
type decl = {
  1. storageD : Ast_cpp.storage;
  2. typeD : (Ast_cpp.sign option * shortLong option * Ast_cpp.typeCbis option) Ast_cpp.wrap;
  3. qualifD : Ast_cpp.typeQualifier;
  4. inlineD : bool Ast_cpp.wrap;
}
val nullDecl : decl
val addStorageD : Ast_cpp.storage -> decl -> decl
val addInlineD : Ast_cpp.tok -> decl -> decl
val addQualifD : Ast_cpp.typeQualifier -> decl -> decl
val type_and_storage_from_decl : decl -> (Ast_cpp.typeQualifier * (Ast_cpp.typeCbis * Ast_cpp.tok list)) * Ast_cpp.storage * (bool * Ast_cpp.tok list)
val type_and_register_from_decl : decl -> (Ast_cpp.typeQualifier * (Ast_cpp.typeCbis * Ast_cpp.tok list)) * Ast_cpp.tok option
val fixNameForParam : (Ast_cpp.name * 'a) -> Ast_cpp.simple_ident * 'a
val type_and_storage_for_funcdef_from_decl : decl -> (Ast_cpp.typeQualifier * (Ast_cpp.typeCbis * Ast_cpp.tok list)) * Ast_cpp.storage
val fixOldCDecl : Ast_cpp.fullType -> Ast_cpp.fullType
val mk_e : 'a -> 'b -> 'a * 'b
val opt_to_list_params : ('a list * 'b) option -> 'a list
OCaml

Innovation. Community. Security.