Home
last modified time | relevance | path

Searched refs:Analyzer (Results 1 – 25 of 26) sorted by relevance

12

/external/javassist/src/test/test/javassist/bytecode/analysis/
DAnalyzerTest.java16 import javassist.bytecode.analysis.Analyzer;
71 Analyzer analyzer = new Analyzer(); in testReusedLocalMerge()
105 Analyzer analyzer = new Analyzer(); in verifyReturn()
125 Analyzer analyzer = new Analyzer(); in verifyArrayLoad()
150 Analyzer analyzer = new Analyzer(); in testDeadCode()
160 Analyzer analyzer = new Analyzer(); in testInvalidCode()
172 Analyzer analyzer = new Analyzer(); in testCodeFalloff()
184 Analyzer analyzer = new Analyzer(); in testJsrMerge()
191 Analyzer analyzer = new Analyzer(); in testJsrMerge2()
DErrorFinder.java9 import javassist.bytecode.analysis.Analyzer;
53 Analyzer analyzer = new Analyzer(); in analyzeMethod()
/external/clang/docs/analyzer/
Dindex.rst1 .. Clang Static Analyzer documentation master file, created by
6 Welcome to Clang Static Analyzer's documentation!
/external/clang/lib/Analysis/
DThreadSafety.cpp1738 ThreadSafetyAnalyzer *Analyzer; member in __anond7afc2f90111::BuildLockset
1758 Analyzer(Anlzr), in BuildLockset()
1796 SExpr::warnInvalidLock(Analyzer->Handler, MutexExp, Exp, D); in warnIfMutexNotHeld()
1802 LockData* LDat = FSet.findLockUniv(Analyzer->FactMan, Mutex); in warnIfMutexNotHeld()
1806 FactEntry* FEntry = FSet.findPartialMatch(Analyzer->FactMan, Mutex); in warnIfMutexNotHeld()
1812 Analyzer->Handler.handleMutexNotHeld(D, POK, Mutex.toString(), LK, in warnIfMutexNotHeld()
1816 Analyzer->Handler.handleMutexNotHeld(D, POK, Mutex.toString(), LK, in warnIfMutexNotHeld()
1823 Analyzer->Handler.handleMutexNotHeld(D, POK, Mutex.toString(), LK, in warnIfMutexNotHeld()
1832 SExpr::warnInvalidLock(Analyzer->Handler, MutexExp, Exp, D); in warnIfMutexHeld()
1836 LockData* LDat = FSet.findLock(Analyzer->FactMan, Mutex); in warnIfMutexHeld()
[all …]
/external/clang/
DREADME.txt11 different source level tools. One example of this is the Clang Static Analyzer.
18 Clang Static Analyzer: http://clang-analyzer.llvm.org/
DCODE_OWNERS.TXT28 D: Clang Static Analyzer
/external/clang/www/analyzer/
Dmenu.html.incl7 <li><a href="/index.html">About the Analyzer</a></li>
18 <li><a href="/installation.html">Obtaining the Analyzer</a></li>
/external/javassist/src/main/javassist/convert/
DTransformAccessArrayField.java27 import javassist.bytecode.analysis.Analyzer;
104 frames = ((new Analyzer())).analyze(clazz, minfo); in initFrames()
/external/clang/lib/StaticAnalyzer/
DREADME.txt2 // Clang Static Analyzer
92 = Working on the Analyzer =
104 = Debugging the Analyzer =
/external/javassist/src/main/javassist/bytecode/analysis/
DFramePrinter.java87 frames = (new Analyzer()).analyze(method.getDeclaringClass(), info); in print()
DAnalyzer.java85 public class Analyzer implements Opcode { class
/external/apache-xml/
DNOTICE50 - Lexical Analyzer Generator (JLex) - see LICENSE.txt
/external/clang/docs/tools/
Dclang.pod80 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.
515 #=head2 Static Analyzer Options
/external/clang/test/Analysis/
Dmisc-ps-eager-assume.m112 // Analyzer skips this so Flag1 and Flag2 have the
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckers.td1 //===--- Checkers.td - Static Analyzer Checkers -===-----------------------===//
/external/clang/include/clang/Driver/
DCC1Options.td35 // Analyzer Options
/external/clang/docs/
DUsersManual.rst23 `Clang Static Analyzer <http://clang-analyzer.llvm.org>`_, please see its web
708 Controlling Static Analyzer Diagnostics
DLanguageExtensions.rst1603 Analyzer <http://clang-analyzer.llvm.org/>`_. These attributes are documented
/external/bison/doc/
Dbison.texi255 The Lexical Analyzer Function @code{yylex}
1283 @xref{Lexical, ,The Lexical Analyzer Function @code{yylex}}.
1336 Lexical Analyzer Function @code{yylex}}). It could also be produced
1689 @subsection The @code{rpcalc} Lexical Analyzer
1696 Analyzer Function @code{yylex}}.
2159 @subsection The @code{ltcalc} Lexical Analyzer.
6059 @section The Lexical Analyzer Function @code{yylex}
11907 the next token. @xref{Lexical, ,The Lexical Analyzer Function
12151 @xref{Lexical, ,The Lexical Analyzer Function @code{yylex}}.
Dbison.info218 The Lexical Analyzer Function `yylex'
1855 The Lexical Analyzer Function `yylex': Lexical.
1903 The Lexical Analyzer Function `yylex': Lexical.). It could also
2239 2.1.3 The `rpcalc' Lexical Analyzer
2244 tokens by calling the lexical analyzer. *Note The Lexical Analyzer
2652 2.4.3 The `ltcalc' Lexical Analyzer.
5917 4.6 The Lexical Analyzer Function `yylex'
11029 to get the next token. *Note The Lexical Analyzer Function
11257 one. *Note The Lexical Analyzer Function `yylex': Lexical.
/external/llvm/autoconf/
Dconfigure.ac529 [Enable building of clang Static Analyzer (default is YES)]),
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dflex.man3550 M. E. Lesk and E. Schmidt, LEX - Lexical Analyzer Generator
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/
Dflex.info2855 M. E. Lesk and E. Schmidt, LEX - Lexical Analyzer Generator.
Dflex.texi3375 M. E. Lesk and E. Schmidt, LEX - Lexical Analyzer Generator.
/external/llvm/
Dconfigure1408 Enable building of clang Static Analyzer (default is

12