HomeSort by relevance Sort by last modified time
    Searched full:checkers (Results 26 - 50 of 178) sorted by null

12 3 4 5 6 7 8

  /external/clang/include/clang/StaticAnalyzer/Checkers/
ClangCheckers.h 1 //===--- ClangCheckers.h - Provides builtin checkers ------------*- C++ -*-===//
CheckerBase.td 10 // This file defines the TableGen core definitions for checkers
27 // All checkers are an indirect subclass of this.
  /external/clang/lib/StaticAnalyzer/Frontend/
Android.mk 4 $(CLANG_ROOT_PATH)/lib/StaticAnalyzer/Checkers
CheckerRegistration.cpp 1 //===--- CheckerRegistration.cpp - Registration for the Analyzer Checkers -===//
10 // Defines the registration function for the analyzer checkers.
17 #include "clang/StaticAnalyzer/Checkers/ClangCheckers.h"
65 // Register its checkers.
130 out << "OVERVIEW: Clang Static Analyzer Checkers List\n\n";
Makefile 17 CPP.Flags += -I${PROJ_OBJ_DIR}/../Checkers
  /external/mockito/src/org/mockito/internal/verification/checkers/
AtLeastXNumberOfInvocationsChecker.java 6 package org.mockito.internal.verification.checkers;
AtLeastXNumberOfInvocationsInOrderChecker.java 6 package org.mockito.internal.verification.checkers;
MissingInvocationChecker.java 6 package org.mockito.internal.verification.checkers;
NonGreedyNumberOfInvocationsInOrderChecker.java 6 package org.mockito.internal.verification.checkers;
NumberOfInvocationsChecker.java 6 package org.mockito.internal.verification.checkers;
NumberOfInvocationsInOrderChecker.java 6 package org.mockito.internal.verification.checkers;
  /external/clang/tools/scan-build/
scan-build.1 17 .Op Fl Fl help-checkers
46 .Sx CHECKERS .
59 .Sx CHECKERS .
62 .It Fl Fl help-checkers
63 List default checkers, see
64 .Sx CHECKERS .
160 .Sh CHECKERS
161 The checkers listed below may be enabled/disabled using the
166 A default group of checkers is run unless explicitly disabled.
167 Exactly which checkers constitute the default group is a functio
    [all...]
  /external/e2fsprogs/misc/
fsck.8.in 79 is simply a front-end for the various file system checkers
96 filesystems and the checkers are in an interactive mode. (Note:
221 to automatically run filesystem checkers in parallel if it is advantageous
229 Display completion/progress bars for those filesystem checkers (currently
231 filesystem checkers so that only one of them will display
284 checkers. If you're doing something complicated, please just
297 by most file system checkers:
310 option that some file system checkers support.
313 For some filesystem-specific checkers, the
317 not true for all filesystem-specific checkers. In particular,
    [all...]
  /external/clang/docs/analyzer/
DebugChecks.rst 8 The analyzer contains a number of checkers which can aid in debugging. Enable
16 These checkers are used to dump the results of various infrastructural analyses
17 to stderr. Some checkers also have "view" variants, which will display a graph
41 These checkers print information about the path taken by the analyzer engine.
56 These checkers will print out information about the analyzer state in the form
  /external/clang/www/analyzer/
checker_dev_manual.html 22 relies on a set of checkers to implement the logic for detecting and
38 <li><a href="#interaction">Interaction with Checkers</a></li>
76 <li>List the available checkers:
116 <h3 id=interaction>Interaction with Checkers</h3>
117 Checkers are not merely passive receivers of the analyzer core changes - they
123 the checker itself should be stateless.) The checkers are called one after another
124 in the predefined order; thus, calling all the checkers adds a chain to the
228 to get some ideas for new checkers and consider starting with improving/fixing
229 bugs in the existing checkers.</li>
247 <tt>clang/lib/StaticAnalyzer/Checkers</tt> folder. The steps below describ
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Checker.cpp 1 //== Checker.cpp - Registration mechanism for checkers -----------*- C++ -*--=//
10 // This file defines Checker, used to create and register checkers.
  /external/clang/test/SemaTemplate/
instantiate-member-expr.cpp 15 CheckersOrdered Checkers;
19 Checkers.push_back(S<void *>()); // expected-note {{in instantiation of member function 'vector<S<void *> >::push_back' requested here}}
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerOptInfo.h 1 //===--- CheckerOptInfo.h - Specifies which checkers to use -----*- C++ -*-===//
  /external/clang/lib/StaticAnalyzer/
Makefile 15 DIRS := Checkers Frontend
  /external/clang/test/Analysis/
default-analyze.m 3 // Tests that some specific checkers are enabled by default.
  /external/clang/test/PCH/
missing-file.cpp 10 // FIXME: Do we really want to work around bugs in virus checkers here?
  /external/jmonkeyengine/engine/src/core/checkers/quals/
DefaultQualifiers.java 1 package checkers.quals;
Dependent.java 1 package checkers.quals;
Unused.java 1 package checkers.quals;
  /external/mockito/src/org/mockito/internal/verification/
Calls.java 13 import org.mockito.internal.verification.checkers.*;

Completed in 1127 milliseconds

12 3 4 5 6 7 8