HomeSort by relevance Sort by last modified time
    Searched full:analyzed (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/clang/lib/Analysis/
CFGReachabilityAnalysis.cpp 23 : analyzed(cfg.getNumBlockIDs(), false) {}
30 // If we haven't analyzed the destination node, run the analysis now
31 if (!analyzed[DstBlockID]) {
33 analyzed[DstBlockID] = true;
44 llvm::BitVector visited(analyzed.size());
47 DstReachability.resize(analyzed.size(), false);
PseudoConstantAnalysis.cpp 29 DeclBody(DeclBody), Analyzed(false) {
45 if (!Analyzed) {
47 Analyzed = true;
57 if (!Analyzed) {
59 Analyzed = true;
  /packages/providers/ContactsProvider/
Android.mk 16 # application. This configuration line selects which packages will be analyzed,
23 # application. This configuration line selects which packages will be analyzed,
  /external/clang/include/clang/Sema/
AnalysisBasedWarnings.h 55 /// \brief Number of function CFGs built and analyzed.
65 /// \brief Largest number of CFG blocks for a single function analyzed.
68 /// \brief Total number of CFGs with variables analyzed for uninitialized
72 /// \brief Total number of variables analyzed for uninitialized uses.
75 /// \brief Max number of variables analyzed for uninitialized uses in a single
  /external/clang/include/clang/Analysis/Analyses/
PseudoConstantAnalysis.h 35 // for storing the result of analyzed ValueDecls
40 bool Analyzed;
CFGReachabilityAnalysis.h 35 ReachableSet analyzed; member in class:clang::CFGReverseBlockReachabilityAnalysis
  /cts/
CtsTestCaseList.mk 27 # These test cases will be analyzed by the CTS API coverage tools.
  /packages/providers/CalendarProvider/
Android.mk 32 # application. This configuration line selects which packages will be analyzed,
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 12 // analyzed by CoreEngine.
  /external/clang/www/analyzer/
dev_cxx.html 24 properly analyzed. Support for analyzing C++ and Objective-C++ files
scan-build.html 28 <p>During a project build, as source files are compiled they are also analyzed
81 that any files that are not compiled will also not be analyzed.</p>
123 <p>This example causes the files <tt>t1.c</tt> and <tt>t2.c</tt> to be analyzed.
204 <p>If an analyzed project uses an autoconf generated <tt>configure</tt> script,
242 called. This will cause the compiled code <b>to not be analyzed.</b></p> If you
243 find that your code isn't being analyzed, check to see if <tt>CC</tt> is
335 able to compile your code means it won't get fully analyzed (if at all).</p>
  /external/javassist/src/test/test/javassist/bytecode/analysis/
ErrorFinder.java 12 * Simple testing tool that verifies class files can be analyzed.
  /external/oprofile/doc/
oparchive.1.in 18 files. This directory can be move to another machine via tar and analyzed
  /external/v8/src/
rewriter.h 42 // Assumes code has been parsed and scopes have been analyzed. Mutates the
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/
LayoutAnalysis.java 40 ERROR.addIssue("The layout could not be analyzed. Check if you specified a valid "
108 * Indicates whether the layout was analyzed. If this method returns false,
111 * @return True if the layout was analyzed, false otherwise.
  /packages/apps/Email/
Android.mk 40 # application. This configuration line selects which packages will be analyzed,
  /external/clang/lib/StaticAnalyzer/Core/
BlockCounter.cpp 12 // analyzed by CoreEngine.
  /external/icu4c/i18n/
inputext.cpp 77 * MungeInput - after getting a set of raw input data to be analyzed, preprocess
  /external/qemu/distrib/
README 23 emulator to generate "profile" files that can later be analyzed with external tools
  /sdk/layoutopt/app/src/com/android/layoutopt/cli/
Main.java 119 * Paths (absolute or relative) to the files to be analyzed.
  /libcore/luni/src/main/java/java/text/
BreakIterator.java 380 * Sets the new text string to be analyzed, the current position will be
385 * the new text string to be analyzed.
421 * analyzed. Please note that the returned value is probably the internal
427 * analyzed.
469 * Sets the new text to be analyzed by the given {@code CharacterIterator}.
475 * analyzed.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cgraph.h 52 Available after function is analyzed. */
187 unsigned analyzed : 1;
260 unsigned analyzed : 1;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cgraph.h 52 Available after function is analyzed. */
189 unsigned analyzed : 1;
262 unsigned analyzed : 1;
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
cgraph.h 52 Available after function is analyzed. */
192 unsigned analyzed : 1;
265 unsigned analyzed : 1;
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 680 bool analyzed = false; local
692 analyzed = true;
717 if (!analyzed)
780 llvm::errs() << NumFunctionsAnalyzed << " functions analyzed ("
793 << " functions analyzed for uninitialiazed variables\n"
794 << " " << NumUninitAnalysisVariables << " variables analyzed.\n"

Completed in 1313 milliseconds

1 2 3 4 5 6