All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.joern.c2cpg.parser.DefaultDefines.scala Maven / Gradle / Ivy

There is a newer version: 4.0.80
Show newest version
package io.joern.c2cpg.parser

object DefaultDefines {
  val DEFAULT_CALL_CONVENTIONS: Map[String, String] = Map(
    "__fastcall" -> "__attribute((fastcall))",
    "__cdecl"    -> "__attribute((cdecl))",
    "__pascal"   -> "__attribute((pascal))"
  )
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy