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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSubEngine.h103 virtual void processIndirectGoto(IndirectGotoNodeBuilder& builder) = 0;
H A DExprEngine.h328 /// processIndirectGoto - Called by CoreEngine. Used to generate successor
330 void processIndirectGoto(IndirectGotoNodeBuilder& builder) override;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp370 SubEng.processIndirectGoto(builder);
H A DExprEngine.cpp2222 /// processIndirectGoto - Called by CoreEngine. Used to generate successor
2224 void ExprEngine::processIndirectGoto(IndirectGotoNodeBuilder &builder) { function in class:ExprEngine

Completed in 121 milliseconds