HomeSort by relevance Sort by last modified time
    Searched defs:Checker (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/jsr305/sampleUses/src/main/java/
CreditCardNumber.java 16 class Checker implements TypeQualifierValidator<CreditCardNumber> {
FixedLengthString.java 15 class Checker implements TypeQualifierValidator<FixedLengthString> {
  /external/jsr305/ri/src/main/java/javax/annotation/
Nonnull.java 17 static class Checker implements TypeQualifierValidator<Nonnull> {
MatchesPattern.java 21 static class Checker implements TypeQualifierValidator<MatchesPattern> {
Nonnegative.java 18 class Checker implements TypeQualifierValidator<Nonnegative> {
RegEx.java 25 static class Checker implements TypeQualifierValidator<RegEx> {
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSizeofPointer.cpp 18 #include "clang/StaticAnalyzer/Core/Checker.h"
27 const CheckerBase *Checker;
31 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac)
32 : BR(br), Checker(checker), AC(ac) {}
67 BR.EmitBasicReport(AC->getDecl(), Checker,
81 class SizeofPointerChecker : public Checker<check::ASTCodeBody> {
CStringSyntaxChecker.cpp 10 // An AST checker that looks for common pitfalls when using C string APIs.
23 #include "clang/StaticAnalyzer/Core/Checker.h"
34 const CheckerBase *Checker;
85 WalkAST(const CheckerBase *checker, BugReporter &br, AnalysisDeclContext *ac)
86 : Checker(checker), BR(br), AC(ac) {}
160 BR.EmitBasicReport(FD, Checker, "Anti-pattern in the argument",
177 class CStringSyntaxChecker: public Checker<check::ASTCodeBody> {
DirectIvarAssignment.cpp 13 // Two versions of a checker exist: one that checks all methods and the other
17 // The checker does not warn about assignments to Ivars, annotated with
20 // checker. The annotation is allowed on properties and Ivars.
29 #include "clang/StaticAnalyzer/Core/Checker.h"
53 public Checker<check::ASTDecl<ObjCImplementationDecl> > {
65 const CheckerBase *Checker;
71 const CheckerBase *Checker, AnalysisDeclContext *InDCtx)
73 Checker(Checker), DCtx(InDCtx) {}
182 // as a false positive suppression mechanism for the checker. Th
    [all...]
ObjCContainersASTChecker.cpp 10 // An AST checker that looks for common pitfalls when using 'CFArray',
19 #include "clang/StaticAnalyzer/Core/Checker.h"
30 const CheckerBase *Checker;
74 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac)
75 : BR(br), Checker(checker), AC(ac), ASTC(AC->getASTContext()),
145 BR.EmitBasicReport(AC->getDecl(), Checker, OsName.str(),
161 class ObjCContainersASTChecker : public Checker<check::ASTCodeBody> {
  /external/clang/test/CodeGenCXX/
conditional-temporaries.cpp 28 struct Checker {
29 Checker() {
35 Checker c;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 266 RuntimeDyldCheckerImpl *Checker;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
PassManagerInternal.h 139 template <typename T> struct Checker : CheckerBase, T {};
141 static decltype(NonceFunction(&Checker<T>::invalidate)) check(rank<1>);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 266 RuntimeDyldCheckerImpl *Checker;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
PassManagerInternal.h 139 template <typename T> struct Checker : CheckerBase, T {};
141 static decltype(NonceFunction(&Checker<T>::invalidate)) check(rank<1>);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 266 RuntimeDyldCheckerImpl *Checker;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
PassManagerInternal.h 139 template <typename T> struct Checker : CheckerBase, T {};
141 static decltype(NonceFunction(&Checker<T>::invalidate)) check(rank<1>);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 266 RuntimeDyldCheckerImpl *Checker;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PassManagerInternal.h 139 template <typename T> struct Checker : CheckerBase, T {};
141 static decltype(NonceFunction(&Checker<T>::invalidate)) check(rank<1>);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 266 RuntimeDyldCheckerImpl *Checker;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
PassManagerInternal.h 139 template <typename T> struct Checker : CheckerBase, T {};
141 static decltype(NonceFunction(&Checker<T>::invalidate)) check(rank<1>);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 266 RuntimeDyldCheckerImpl *Checker;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
PassManagerInternal.h 139 template <typename T> struct Checker : CheckerBase, T {};
141 static decltype(NonceFunction(&Checker<T>::invalidate)) check(rank<1>);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 266 RuntimeDyldCheckerImpl *Checker;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
PassManagerInternal.h 139 template <typename T> struct Checker : CheckerBase, T {};
141 static decltype(NonceFunction(&Checker<T>::invalidate)) check(rank<1>);

Completed in 746 milliseconds

1 2 3 4 5