Home
last modified time | relevance | path

Searched refs:IPAK_None (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDAnalysisManager.h107 return options.getIPAMode() != IPAK_None; in shouldInlineCall()
/trueos/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
HDAnalyzerOptions.h103 IPAK_None = 1, enumerator
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDAnalyzerOptions.cpp53 .Case("none", IPAK_None) in getIPAMode()