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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSimpleConstraintManager.h28 SimpleConstraintManager(SubEngine *subengine, SValBuilder &SB) argument
29 : SU(subengine), SVB(SB) {}
H A DConstraintManager.h200 SubEngine *subengine);
203 CreateZ3ConstraintManager(ProgramStateManager &statemgr, SubEngine *subengine);
H A DCoreEngine.h132 CoreEngine(SubEngine &subengine,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp56 SubEngine &subengine) {
74 CoreEngine::CoreEngine(SubEngine &subengine, FunctionSummariesTy *FS, argument
76 : SubEng(subengine), WList(generateWorkList(Opts, subengine)),
55 generateWorkList(AnalyzerOptions &Opts, SubEngine &subengine) argument

Completed in 128 milliseconds