Home
last modified time | relevance | path

Searched refs:analyzed (Results 1 – 25 of 30) 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/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
DIPA.txt159 path is then re-analyzed from that point without inlining that particular call.
/external/clang/include/clang/Analysis/Analyses/
DCFGReachabilityAnalysis.h35 ReachableSet analyzed; variable
/external/clang/test/Analysis/
Dobjc-method-coverage.m16 // CHECK: 2 AnalysisConsumer - The # of functions and blocks analyzed (as top level with inlining t…
Dmisc-ps.m978 // PR 7361 - Test that functions wrapped in macro instantiations are analyzed.
/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/linux-tools-perf/src/tools/perf/Documentation/
Dperf-kvm.txt94 event to be analyzed. Possible values: vmexit, mmio, ioport.
127 event to be analyzed. Possible values: vmexit, mmio, ioport.
/external/skia/site/dev/tools/
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
DWritingAnLLVMPass.rst765 program that has been analyzed. Note however that this pointer may be ``NULL``
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1923 bool analyzed = false; in IssueWarnings() local
1932 analyzed = true; in IssueWarnings()
1956 if (!analyzed) in IssueWarnings()
/external/ltrace/
DTODO97 be analyzed. The following overwriting rules would then apply:
/external/owasp/sanitizer/tools/findbugs/doc/
DAddingDetectors.txt23 are instantiated and applied to analyzed class files.
/external/antlr/antlr-3.4/runtime/Python/
Dpylintrc95 # 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…
/external/srtp/doc/
Drfc3711.txt2169 bits. Since AES is not defined (or properly analyzed) for use with
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...

12