HomeSort by relevance Sort by last modified time
    Searched refs:Checker (Results 101 - 116 of 116) sorted by null

1 2 3 45

  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 10 // This checker implements annotation driven invalidation checking. If a class
25 // the invalidation method. The checker checks that each invalidation
36 #include "clang/StaticAnalyzer/Core/Checker.h"
731 public Checker<check::ASTDecl<ObjCImplementationDecl> > {
745 IvarInvalidationChecker *checker = \
747 checker->Filter.check_##name = true; \
748 checker->Filter.checkName_##name = mgr.getCurrentCheckName(); \
MacOSKeychainAPIChecker.cpp 9 // This checker flags misuses of KeyChainAPI. In particular, the password data
17 #include "clang/StaticAnalyzer/Core/Checker.h"
29 class MacOSKeychainAPIChecker : public Checker<check::PreStmt<CallExpr>,
35 /// AllocationState is a part of the checker specific state together with the
66 /// Denotes functions tracked by this checker.
75 /// these are the functions the checker is tracking.
332 // Undef is reported by another checker.
354 // (that would involve tracking all the freed symbols in the checker state).
468 // - undefined (already reported by other checker)
471 // - goto (should be reported by other checker)
    [all...]
StreamChecker.cpp 16 #include "clang/StaticAnalyzer/Core/Checker.h"
59 class StreamChecker : public Checker<eval::Call,
MallocChecker.cpp 1 //=== MallocChecker.cpp - A malloc/free checker -------------------*- C++ -*--//
10 // This file defines malloc/free checker, which checks for potential memory
21 #include "clang/StaticAnalyzer/Core/Checker.h"
146 class MallocChecker : public Checker<check::DeadSymbols,
165 /// In pessimistic mode, the checker assumes that it does not know which
306 /// not handled by this checker.
319 /// Tells if a given family/call/symbol is tracked by the current checker.
320 /// Sets CheckKind to the kind of the checker responsible for this
2373 MallocChecker *checker = mgr.registerChecker<MallocChecker>(); local
    [all...]
CStringChecker.cpp 19 #include "clang/StaticAnalyzer/Core/Checker.h"
32 class CStringChecker : public Checker< eval::Call,
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 378 DynamicThisUseChecker Checker(C);
379 Checker.Visit(const_cast<Expr*>(Init));
380 return Checker.UsesThis;
    [all...]
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py 148 checker,
153 flag, method checker(flag_value) will be executed. If constraint is not
156 your own checker.
    [all...]
  /external/chromium_org/third_party/python_gflags/
gflags.py 148 checker,
153 flag, method checker(flag_value) will be executed. If constraint is not
156 your own checker.
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaOpenMP.cpp 765 LocalVarRefChecker Checker(*this);
766 if (Checker.Visit(Init))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 480 <li><a href="<?cs var:toroot ?>guide/topics/text/spell-checker-framework.html">
481 <span class="en">Spelling Checker</span>
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 790 milliseconds

1 2 3 45