Home
last modified time | relevance | path

Searched defs:supportsLogicalOpControlFlow (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp52 bool supportsLogicalOpControlFlow() const override { return true; } in supportsLogicalOpControlFlow() function in __anon595421260111::PlistDiagnostics
H A DBugReporter.cpp357 bool supportsLogicalOpControlFlow() const { in supportsLogicalOpControlFlow() function in __anonf94f6a130111::PathDiagnosticBuilder
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp98 bool supportsLogicalOpControlFlow() const override { return true; } in supportsLogicalOpControlFlow() function in __anon166e72090111::ClangDiagPathDiagConsumer
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h102 virtual bool supportsLogicalOpControlFlow() const { return false; } in supportsLogicalOpControlFlow() function