Home
last modified time | relevance | path

Searched refs:analyzed (Results 1 – 25 of 27) 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.m991 // 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/chromium_org/tools/memory_watcher/
DREADME16 The log file is a human readable text format, which can be further 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/chromium_org/tools/valgrind/gtest_exclude/
Dunit_tests.gtest-drmemory_win32.txt8 # un-analyzed Dr. Memory bugs:
/external/qemu/distrib/
DREADME23 emulator to generate "profile" files that can later be analyzed with external tools
/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/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1524 bool analyzed = false; in IssueWarnings() local
1536 analyzed = true; in IssueWarnings()
1565 if (!analyzed) in IssueWarnings()
/external/chromium_org/third_party/sqlite/src/test/
Danalyze.test111 # Create some indices that can be analyzed. But do not yet add
/external/antlr/antlr-3.4/runtime/Python/
Dpylintrc95 # number of statements analyzed. This is used by the global evaluation report
/external/chromium_org/tools/gyp/
Dpylintrc117 # number of statements analyzed. This is used by the global evaluation report
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/
Dpylintrc123 # number of statements analyzed. This is used by the global evaluation report
/external/chromium_org/third_party/mesa/src/src/gallium/docs/
Dd3d11ddi.txt29 d3d10umddi.h contains the DDI interface analyzed in this document: note that it is much easier to r…
/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/llvm/docs/
DWritingAnLLVMPass.rst767 program that has been analyzed. Note however that this pointer may be ``NULL``
/external/qemu/
Dqemu-options.hx890 libpcap, so it can be analyzed with tools such as tcpdump or Wireshark.
/external/srtp/doc/
Drfc3711.txt2169 bits. Since AES is not defined (or properly analyzed) for use with
/external/dropbear/libtomcrypt/
Dchanges180analyzed. It does carry some advantages over RSA (slightly smaller public key, faster decrypt) b…
/external/bison/doc/
Dbison.texi12136 Operators having left associativity are analyzed from left to right:

12