Searched refs:getIPAMode (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp84 IPAKind AnalyzerOptions::getIPAMode() const { function in class:AnalyzerOptions
100 if (getIPAMode() < IPAK_Inlining)
H A DExprEngineCallAndReturn.cpp832 if (!(Opts.getIPAMode() == IPAK_DynamicDispatch ||
833 Opts.getIPAMode() == IPAK_DynamicDispatchBifurcate))
1074 if (Options.getIPAMode() == IPAK_DynamicDispatchBifurcate) {
1080 if (Options.getIPAMode() != IPAK_DynamicDispatch) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h105 return options.getIPAMode() != IPAK_None;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h384 IPAKind getIPAMode() const;

Completed in 62 milliseconds