Home
last modified time | relevance | path

Searched refs:shouldStop (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatStringParsing.h84 bool shouldStop() const { return Stop; } in shouldStop() function
H A DPrintfFormatString.cpp423 if (FSR.shouldStop()) in ParsePrintfString()
453 if (FSR.shouldStop()) in ParseFormatStringHasSArg()
476 if (FSR.shouldStop()) in parseFormatStringHasFormattingSpecifiers()
H A DScanfFormatString.cpp553 if (FSR.shouldStop()) in ParseScanfString()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp220 virtual bool shouldStop() { return false; } in shouldStop() function in __anon797094460111::CallAnalyzer
847 bool shouldStop() override { in shouldStop() function in __anon797094460111::InlineCostCallAnalyzer
2163 if (shouldStop()) in analyzeBlock()
2321 if (shouldStop()) in analyze()