/external/clang/test/Analysis/ |
CFContainers.mm | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=osx.coreFoundation.containers.PointerSizedValues,osx.coreFoundation.containers.OutOfBounds -analyzer-store=region -triple x86_64-apple-darwin -verify %s 98 // Test alpha.osx.cocoa.ContainerAPI checker.
|
blocks.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=core -analyzer-store=region -fblocks -analyzer-opt-analyze-nested-blocks -verify %s 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=core -analyzer-store=region -fblocks -analyzer-opt-analyze-nested-blocks -verify -x objective-c++ %s
|
lambdas.cpp | 1 // RUN: %clang_cc1 -std=c++11 -fsyntax-only -analyze -analyzer-checker=core,deadcode,debug.ExprInspection -analyzer-config inline-lambdas=true -verify %s 2 // RUN: %clang_cc1 -std=c++11 -fsyntax-only -analyze -analyzer-checker=core,debug.DumpCFG -analyzer-config inline-lambdas=true %s > %t 2>&1
|
null-deref-ps.c | 1 // RUN: %clang_cc1 -triple i386-apple-darwin10 -analyze -analyzer-checker=core,deadcode,alpha.core -std=gnu99 -analyzer-store=region -analyzer-constraints=range -analyzer-purge=none -verify %s -Wno-error=return-type 2 // RUN: %clang_cc1 -triple i386-apple-darwin10 -analyze -analyzer-checker=core,deadcode,alpha.core -std=gnu99 -analyzer-store=region -analyzer-constraints=range -verify %s -Wno-error=return-type
|
self-init.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=osx.cocoa.SelfInit -analyzer-config ipa=dynamic -fno-builtin %s -verify 2 // RUN: %clang_cc1 -analyze -analyzer-checker=osx.cocoa.SelfInit -fno-builtin %s -verify
|
taint-generic.c | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.security.taint,core,alpha.security.ArrayBoundV2 -Wno-format-security -verify %s 14 // the processing in the taint checker.
|
test-after-div-zero.c | 1 // RUN: %clang_cc1 -std=c99 -Dbool=_Bool -analyze -analyzer-checker=core,alpha.core.TestAfterDivZero -analyzer-output=text -verify %s 2 // RUN: %clang_cc1 -x c++ -analyze -analyzer-checker=core,alpha.core.TestAfterDivZero -analyzer-output=text -verify %s
|
/external/deqp/modules/glshared/ |
glsFboUtil.cpp | 470 static void checkAttachmentCompleteness (Checker& cctx, const Attachment& attachment, 521 Checker::Checker (const glu::RenderContext& ctx) 527 void Checker::addGLError (glw::GLenum error, const char* description) 533 void Checker::addPotentialGLError (glw::GLenum error, const char* description) 538 void Checker::addFBOStatus (GLenum status, const char* description) 544 void Checker::addPotentialFBOStatus (GLenum status, const char* description) 576 const UniquePtr<Checker> cctx(m_factory.createChecker(m_renderCtx));
|
/external/e2fsprogs/ |
configure.in | 377 dnl handle --enable-checker 379 AC_ARG_ENABLE([checker], 380 [ --enable-checker build checker libraries], 385 AC_MSG_RESULT([Disabling checker libraries]) 388 MAKEFILE_CHECKER=$srcdir/lib/Makefile.checker 389 AC_MSG_RESULT([Building checker libraries]) 394 AC_MSG_RESULT([Disabling checker libraries by default]) [all...] |
/external/e2fsprogs/lib/et/ |
Makefile.in | 48 @CHECKER_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -checker -g -o checker/$*.o -c $<
|
/external/skia/tests/ |
SRGBReadWritePixelsTest.cpp | 115 GrPixelConfig readConfig, CheckFn checker, float error, 130 if (!checker(orig, read, error)) {
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/ |
AndroidSpellCheckerService.java | 70 // TODO: Make each spell checker session has its own session id. 79 // TODO: make a spell checker option to block offensive words or not
|
/prebuilts/go/darwin-x86/src/go/types/ |
labels.go | 13 func (check *Checker) labels(body *ast.BlockStmt) { 90 func (check *Checker) blockBranches(all *Scope, parent *block, lstmt *ast.LabeledStmt, list []ast.Stmt) []*ast.BranchStmt {
|
/prebuilts/go/linux-x86/src/go/types/ |
labels.go | 13 func (check *Checker) labels(body *ast.BlockStmt) { 90 func (check *Checker) blockBranches(all *Scope, parent *block, lstmt *ast.LabeledStmt, list []ast.Stmt) []*ast.BranchStmt {
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
CallAndMessageChecker.cpp | 10 // This defines CallAndMessageChecker, a builtin checker that checks for various 19 #include "clang/StaticAnalyzer/Core/Checker.h" 40 : public Checker< check::PreStmt<CallExpr>, 591 CallAndMessageChecker *Checker = \ 593 Checker->Filter.Check_##name = true; \ 594 Checker->Filter.CheckName_##name = mgr.getCurrentCheckName(); \
|
MallocChecker.cpp | 1 //=== MallocChecker.cpp - A malloc/free checker -------------------*- C++ -*--// 10 // This file defines malloc/free checker, which checks for potential memory 22 #include "clang/StaticAnalyzer/Core/Checker.h" 157 class MallocChecker : public Checker<check::DeadSymbols, 178 /// In pessimistic mode, the checker assumes that it does not know which 339 /// not handled by this checker. 352 /// Tells if a given family/call/symbol is tracked by the current checker. 353 /// Sets CheckKind to the kind of the checker responsible for this 2713 MallocChecker *checker = mgr.registerChecker<MallocChecker>(); local [all...] |
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/ |
scan-build | 95 # Print default checker names [all...] |
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/ |
scan-build | 95 # Print default checker names [all...] |
/external/clang/tools/scan-build/bin/ |
scan-build | 121 # Print default checker names [all...] |
/prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/bin/ |
scan-build | 121 # Print default checker names [all...] |
/prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/bin/ |
scan-build | 121 # Print default checker names [all...] |
/prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/bin/ |
scan-build | 121 # Print default checker names [all...] |
/prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/bin/ |
scan-build | 121 # Print default checker names [all...] |
/prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/bin/ |
scan-build | 121 # Print default checker names [all...] |
/prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/bin/ |
scan-build | 121 # Print default checker names [all...] |