Home
last modified time | relevance | path

Searched refs:analyzed (Results 1 – 25 of 40) sorted by relevance

12

/external/clang/lib/Analysis/
DCFGReachabilityAnalysis.cpp23 : analyzed(cfg.getNumBlockIDs(), false) {} in CFGReverseBlockReachabilityAnalysis()
31 if (!analyzed[DstBlockID]) { in isReachable()
33 analyzed[DstBlockID] = true; in isReachable()
44 llvm::BitVector visited(analyzed.size()); in mapReachability()
47 DstReachability.resize(analyzed.size(), false); in mapReachability()
/external/clang/include/clang/Analysis/Analyses/
DCFGReachabilityAnalysis.h35 ReachableSet analyzed; variable
/external/clang/docs/analyzer/
DDebugChecks.rst25 function being analyzed.
31 top-level function being analyzed.
35 are several functions analyzed, display one graph per function. Beware
109 also be analyzed as a top-level function (in which case both TRUE and FALSE
Dnullability.rst47 - We can either take the branch; this way the branch is analyzed
73 …alse positives but the functions that takes nullable parameters will be analyzed separately as wel…
DIPA.txt159 path is then re-analyzed from that point without inlining that particular call.
/external/clang/test/Analysis/
Dobjc-method-coverage.m16 // CHECK: 2 AnalysisConsumer - The # of functions and blocks analyzed (as top level with inlining t…
/external/clang/test/Analysis/inlining/
Dassume-super-init-does-not-return-nil.m29 // Test that this is being analyzed.
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
Dsimple.apt25 import grammars under <<<src/main/antlr3/imports>>> will be analyzed and converted to
/external/skia/site/dev/testing/
Dskiaperf.md12 All of the data can be plotted and also can be [analyzed using k-means
/external/llvm/test/Transforms/LoopVectorize/
Dvect.stats.ll8 ; CHECK: 2 loop-vectorize - Number of loops analyzed for vectorization
/external/llvm/test/Transforms/LoopVectorize/X86/
Dvect.omp.force.small-tc.ll8 ; CHECK: 2 loop-vectorize - Number of loops analyzed for vectorization
Dvect.omp.force.ll8 ; CHECK: 2 loop-vectorize - Number of loops analyzed for vectorization
/external/clang/lib/StaticAnalyzer/
DREADME.txt55 the behavior of the analyzed program from the entry point. To
115 The second prints to the console what function is being analyzed. The
/external/liblzf/
DChanges14 buffer (analyzed and nice testcase by Salvatore Sanfilippo).
/external/llvm/docs/
DMergeFunctions.rst669 were analyzed before (function *F*) it calls ``mergeTwoFunctions(Function*,
676 ``FnTree``, and analyzed again.
725 mark it as to-be-analyzed-again (put to ``Deferred`` set), we also remove
772 3.1. first mark all callers of *G* as to-be-analyzed-again, using
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1929 bool analyzed = false; in IssueWarnings() local
1938 analyzed = true; in IssueWarnings()
1962 if (!analyzed) in IssueWarnings()
/external/ltrace/
DTODO97 be analyzed. The following overwriting rules would then apply:
/external/chromium-trace/catapult/third_party/typ/
Dpylintrc80 # number of statements analyzed. This is used by the global evaluation report
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
Dpylintrc76 # number of statements analyzed. This is used by the global evaluation report
/external/autotest/utils/
Dpylintrc91 # number of statements analyzed. This is used by the global evaluation report
/external/antlr/antlr-3.4/runtime/Python/
Dpylintrc95 # number of statements analyzed. This is used by the global evaluation report
/external/owasp/sanitizer/tools/findbugs/doc/
DAddingDetectors.txt23 are instantiated and applied to analyzed class files.
/external/chromium-trace/catapult/third_party/coverage/
Dpylintrc105 # number of statements analyzed. This is used by the global evaluation report
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/
Ddefault.pylintrc95 # number of statements analyzed. This is used by the global evaluation report
/external/mesa3d/src/gallium/docs/
Dd3d11ddi.txt29 d3d10umddi.h contains the DDI interface analyzed in this document: note that it is much easier to r…

12