Home
last modified time | relevance | path

Searched refs:analyzed (Results 1 – 25 of 37) 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/test/Analysis/
Dobjc-method-coverage.m16 // CHECK: 2 AnalysisConsumer - The # of functions and blocks analyzed (as top level with inlining t…
/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…
/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/llvm/test/Transforms/LICM/
DAliasSetMemSet.ll2 ; Check no assertion when loop-idiom deletes the MemSet already analyzed by licm
/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/llvm/test/Analysis/LoopAccessAnalysis/
Dwrapping-pointer-versioning.ll30 ; The expression for %mul_ext as analyzed by SCEV is
127 ; The expression for %mul_ext as analyzed by SCEV is
207 ; The expression for %mul_ext as analyzed by SCEV is
283 ; The expression for %mul_ext as analyzed by SCEV is
/external/wycheproof/doc/
Ddsa.md150 Howgrave-Graham and Smart analyzed such a situation [HS99]. Their results
153 Nguyen analyzed a similar flaw in GPG [N04].
Ddh.md51 logarithms. Gordon has analyzed methods to generate and detect weak parameters
62 DH implementations are sometimes misconfigured. Adrian et al. [WeakDh] analyzed
/external/python/cpython2/Doc/library/
Dmodulefinder.rst66 The script that is going to get analyzed later on (bacon.py)::
/external/ltp/testcases/open_posix_testsuite/
DNEWS16 …n on latest glibc and linux kernel 2.6.5. All the failed cases has been analyzed. Please see the r…
/external/llvm/test/CodeGen/X86/
Dwin-alloca-expander.ll115 ; Test that the blocks are analyzed in the correct order.
/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.cpp1955 bool analyzed = false; in IssueWarnings() local
1964 analyzed = true; in IssueWarnings()
1988 if (!analyzed) in IssueWarnings()
/external/owasp/sanitizer/tools/findbugs/doc/
DAddingDetectors.txt23 are instantiated and applied to analyzed class files.
/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/clang/include/clang/AST/
DOperationKinds.def42 /// CK_Dependent - A conversion which cannot yet be analyzed because

12