HomeSort by relevance Sort by last modified time
    Searched full:analyzer (Results 176 - 200 of 334) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/test/Analysis/
self-init.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=osx.cocoa.experimental.SelfInit %s -verify
stack-addr-ps.cpp 4 // the stack analyzer doesn't handle the ImplicitCastExpr (lvalue).
retain-release-basic-store.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-store=basic -verify %s
string.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.experimental.CString,deadcode.experimental.UnreachableCode -analyzer-store=region -Wno-null-dereference -verify %s
2 // RUN: %clang_cc1 -analyze -DUSE_BUILTINS -analyzer-checker=core,unix.experimental.CString,deadcode.experimental.UnreachableCode -analyzer-store=region -Wno-null-dereference -verify %s
3 // RUN: %clang_cc1 -analyze -DVARIANT -analyzer-checker=core,unix.experimental.CString,deadcode.experimental.UnreachableCode -analyzer-store=region -Wno-null-dereference -verify %s
4 // RUN: %clang_cc1 -analyze -DUSE_BUILTINS -DVARIANT -analyzer-checker=core,unix.experimental.CString,deadcode.experimental.UnreachableCode -analyzer-store=region -Wno-null-dereference -verify %s
13 // checked by the analyzer.
retain-release-region-store.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-store=region -analyzer-max-loop 6 -verify %s
MissingDealloc.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=osx.cocoa.experimental.Dealloc '-DIBOutlet=__attribute__((iboutlet))' %s -verify
iterators.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,cplusplus.experimental.Iterators -verify %s
out-of-bounds.c 1 // RUN: %clang_cc1 -Wno-array-bounds -analyze -analyzer-checker=core,security.experimental.ArrayBoundV2 -verify %s
retain-release-gc-only.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.NSAutoreleasePool -analyzer-store=basic -verify -fobjc-gc-only -fblocks %s
2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.NSAutoreleasePool -analyzer-store=region -fobjc-gc-only -fblocks -verify %s
  /external/clang/tools/scan-view/
scan-view 3 """The clang static analyzer results viewer.
  /external/javassist/src/main/javassist/bytecode/analysis/
FramePrinter.java 87 frames = (new Analyzer()).analyze(method.getDeclaringClass(), info);
  /external/tcpdump/
print-syslog.c 36 * tokenlists and #defines taken from Ethereal - Network traffic analyzer
  /external/v8/src/
circular-queue.h 57 // Executed on the consumer (analyzer) thread.
  /external/clang/docs/tools/
clang.pod 80 B<Clang Static Analyzer>
82 The Clang Static Analyzer is a tool that scans source code to try to find bugs
117 Run the Clang Static Analyzer.
354 Pass I<arg> to the static analyzer.
501 #=head2 Static Analyzer Options
  /external/clang/docs/
AnalyzerRegions.html 3 <title>Static Analyzer Design Document: Memory Regions</title>
7 <h1>Static Analyzer Design Document: Memory Regions</h1>
26 <ul> <li>A taxonomy and representation of regions themselves within the analyzer
  /external/llvm/docs/CommandGuide/
llvm-bcanalyzer.pod 5 llvm-bcanalyzer - LLVM bitcode analyzer
71 The bitcode version (not LLVM version) of the file read by the analyzer.
index.html 119 bytecode analyzer (analyzes the binary encoding itself, not the program it
opt.pod 13 The B<opt> command is the modular LLVM optimizer and analyzer. It takes LLVM
  /frameworks/ex/variablespeed/jni/
sola_time_scaler.cc 73 void SolaTimeScaler::set_analyzer(SolaAnalyzer* analyzer) {
76 analyzer_ = analyzer;
  /development/pdk/docs/porting/
source_setup_guide.jd 30 <li>flex: This lexical analyzer generator is used to read a given input file for a description of a scanner to generate.</li>
  /external/chromium/net/tools/spdyshark/
Makefile.am 6 # Wireshark - Network traffic analyzer
  /external/clang/examples/wpa/
clang-wpa.cpp 1 //===--- clang-wpa.cpp - clang whole program analyzer ---------------------===//
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 46 /// Options controlling the static analyzer.
  /external/freetype/src/pshinter/
pshalgo.h 117 /* analyzer, for both dimensions */
  /external/llvm/include/llvm/Analysis/
InlineCost.h 93 /// InlineCostAnalyzer - Cost analyzer used by inliner.

Completed in 2021 milliseconds

1 2 3 4 5 6 78 91011>>