Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h105 return options.getIPAMode() != IPAK_None; in shouldInlineCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp97 .Case("none", IPAK_None) in getIPAMode()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h91 IPAK_None = 1, enumerator