enum IPAKind

Description

Describes the different modes of inter-procedural analysis.

Declared at: clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h:91

Enumerators

NameValueComment
IPAK_None1Perform only intra-procedural analysis.
IPAK_BasicInlining2Inline C functions and blocks when their definitions are available.
IPAK_Inlining3Inline callees(C, C++, ObjC) when their definitions are available.
IPAK_DynamicDispatch4Enable inlining of dynamically dispatched methods.
IPAK_DynamicDispatchBifurcate5Enable inlining of dynamically dispatched methods, bifurcate paths when exact type info is unavailable.