package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type token =
  1. | Twhile of Parse_info.t
  2. | Twchar_t_Constr of Parse_info.t
  3. | Twchar_t of Parse_info.t
  4. | Tvolatile of Parse_info.t
  5. | Tvoid of Parse_info.t
  6. | Tvirtual of Parse_info.t
  7. | Tusing of Parse_info.t
  8. | Tunsigned_Constr of Parse_info.t
  9. | Tunsigned of Parse_info.t
  10. | Tunion of Parse_info.t
  11. | Ttypeof of Parse_info.t
  12. | Ttypename of Parse_info.t
  13. | Ttypeid of Parse_info.t
  14. | Ttypedef of Parse_info.t
  15. | Ttry of Parse_info.t
  16. | Ttrue of Parse_info.t
  17. | Tthrow of Parse_info.t
  18. | Tthread_local of Parse_info.t
  19. | Tthis of Parse_info.t
  20. | Ttemplate of Parse_info.t
  21. | Tswitch of Parse_info.t
  22. | Tstruct of Parse_info.t
  23. | Tstatic_cast of Parse_info.t
  24. | Tstatic of Parse_info.t
  25. | Tsizeof of Parse_info.t
  26. | Tsigned_Constr of Parse_info.t
  27. | Tsigned of Parse_info.t
  28. | Tshort_Constr of Parse_info.t
  29. | Tshort of Parse_info.t
  30. | Treturn of Parse_info.t
  31. | Trestrict of Parse_info.t
  32. | Treinterpret_cast of Parse_info.t
  33. | Tregister of Parse_info.t
  34. | Tpublic of Parse_info.t
  35. | Tprotected of Parse_info.t
  36. | Tprivate of Parse_info.t
  37. | Toperator of Parse_info.t
  38. | Tnullptr of Parse_info.t
  39. | Tnew of Parse_info.t
  40. | Tnamespace of Parse_info.t
  41. | Tmutable of Parse_info.t
  42. | Tlong_Constr of Parse_info.t
  43. | Tlong of Parse_info.t
  44. | Tint_Constr of Parse_info.t
  45. | Tint of Parse_info.t
  46. | Tinline of Parse_info.t
  47. | Tif of Parse_info.t
  48. | Tgoto of Parse_info.t
  49. | Tfriend of Parse_info.t
  50. | Tfor of Parse_info.t
  51. | Tfloat_Constr of Parse_info.t
  52. | Tfloat of Parse_info.t
  53. | Tfalse of Parse_info.t
  54. | Textern of Parse_info.t
  55. | Texplicit of Parse_info.t
  56. | Tenum of Parse_info.t
  57. | Telse of Parse_info.t
  58. | Tdynamic_cast of Parse_info.t
  59. | Tdouble_Constr of Parse_info.t
  60. | Tdouble of Parse_info.t
  61. | Tdo of Parse_info.t
  62. | Tdelete of Parse_info.t
  63. | Tdefault of Parse_info.t
  64. | Tdecltype of Parse_info.t
  65. | Tcontinue of Parse_info.t
  66. | Tconstexpr of Parse_info.t
  67. | Tconst_cast of Parse_info.t
  68. | Tconst_MacroDeclConst of Parse_info.t
  69. | Tconst of Parse_info.t
  70. | Tclass of Parse_info.t
  71. | Tchar_Constr of Parse_info.t
  72. | Tchar of Parse_info.t
  73. | Tcatch of Parse_info.t
  74. | Tcase of Parse_info.t
  75. | Tbreak of Parse_info.t
  76. | Tbool_Constr of Parse_info.t
  77. | Tbool of Parse_info.t
  78. | Tauto of Parse_info.t
  79. | Tattribute of Parse_info.t
  80. | Tasm of Parse_info.t
  81. | TXor of Parse_info.t
  82. | TWhy of Parse_info.t
  83. | TUnknown of Parse_info.t
  84. | TUndef of string * Parse_info.t
  85. | TTilde of Parse_info.t
  86. | TSup_Template of Parse_info.t
  87. | TSupEq of Parse_info.t
  88. | TSup of Parse_info.t
  89. | TString of (string * Parse_info.t) * Cst_cpp.isWchar
  90. | TShr of Parse_info.t
  91. | TShl of Parse_info.t
  92. | TPtrOpStar of Parse_info.t
  93. | TPtrOp of Parse_info.t
  94. | TPtVirg of Parse_info.t
  95. | TPlus of Parse_info.t
  96. | TOrLog of Parse_info.t
  97. | TOr of Parse_info.t
  98. | TOPar_Define of Parse_info.t
  99. | TOPar_CplusplusInit of Parse_info.t
  100. | TOPar of Parse_info.t
  101. | TOCro_new of Parse_info.t
  102. | TOCro_Lambda of Parse_info.t
  103. | TOCro of Parse_info.t
  104. | TOBrace_DefineInit of Parse_info.t
  105. | TOBrace of Parse_info.t
  106. | TNotEq of Parse_info.t
  107. | TMul of Parse_info.t
  108. | TMod of Parse_info.t
  109. | TMinus of Parse_info.t
  110. | TInt_ZeroVirtual of Parse_info.t
  111. | TInt of string * Parse_info.t
  112. | TInf_Template of Parse_info.t
  113. | TInfEq of Parse_info.t
  114. | TInf of Parse_info.t
  115. | TInclude of string * string * Parse_info.t
  116. | TInc of Parse_info.t
  117. | TIfdefelse of Parse_info.t
  118. | TIfdefelif of Parse_info.t
  119. | TIfdefVersion of bool * Parse_info.t
  120. | TIfdefMisc of bool * Parse_info.t
  121. | TIfdefBool of bool * Parse_info.t
  122. | TIfdef of Parse_info.t
  123. | TIdent_TypedefConstr of string * Parse_info.t
  124. | TIdent_Typedef of string * Parse_info.t
  125. | TIdent_TemplatenameInQualifier_BeforeTypedef of string * Parse_info.t
  126. | TIdent_TemplatenameInQualifier of string * Parse_info.t
  127. | TIdent_Templatename of string * Parse_info.t
  128. | TIdent_MacroString of Parse_info.t
  129. | TIdent_MacroStmt of Parse_info.t
  130. | TIdent_MacroIterator of string * Parse_info.t
  131. | TIdent_MacroDecl of string * Parse_info.t
  132. | TIdent_Define of string * Parse_info.t
  133. | TIdent_Constructor of string * Parse_info.t
  134. | TIdent_ClassnameInQualifier_BeforeTypedef of string * Parse_info.t
  135. | TIdent_ClassnameInQualifier of string * Parse_info.t
  136. | TIdent of string * Parse_info.t
  137. | TFloat of (string * Parse_info.t) * Cst_cpp.floatType
  138. | TEqEq of Parse_info.t
  139. | TEq of Parse_info.t
  140. | TEndif of Parse_info.t
  141. | TEllipsis of Parse_info.t
  142. | TDotStar of Parse_info.t
  143. | TDot of Parse_info.t
  144. | TDiv of Parse_info.t
  145. | TDefine of Parse_info.t
  146. | TDefParamVariadic of string * Parse_info.t
  147. | TDec of Parse_info.t
  148. | TCppEscapedNewline of Parse_info.t
  149. | TCppDirectiveOther of Parse_info.t
  150. | TComment_Pp of Token_cpp.cppcommentkind * Parse_info.t
  151. | TComment_Cpp of Token_cpp.cpluspluscommentkind * Parse_info.t
  152. | TCommentSpace of Parse_info.t
  153. | TCommentNewline_DefineEndOfMacro of Parse_info.t
  154. | TCommentNewline of Parse_info.t
  155. | TComment of Parse_info.t
  156. | TComma of Parse_info.t
  157. | TColCol_BeforeTypedef of Parse_info.t
  158. | TColCol of Parse_info.t
  159. | TCol of Parse_info.t
  160. | TChar of (string * Parse_info.t) * Cst_cpp.isWchar
  161. | TCPar_EOL of Parse_info.t
  162. | TCPar of Parse_info.t
  163. | TCCro_new of Parse_info.t
  164. | TCCro of Parse_info.t
  165. | TCBrace of Parse_info.t
  166. | TBang of Parse_info.t
  167. | TAssign of Cst_cpp.assignOp
  168. | TAny_Action of Parse_info.t
  169. | TAndLog of Parse_info.t
  170. | TAnd of Parse_info.t
  171. | EOF of Parse_info.t
exception Error
val toplevel : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Cst_cpp.toplevel option
val sgrep_spatch_pattern : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Cst_cpp.any