HomeSort by relevance Sort by last modified time
    Searched full:checker (Results 1001 - 1025 of 1436) sorted by null

<<41424344454647484950>>

  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
bool.go 5 // This file contains tests for the bool checker.
  /prebuilts/go/linux-x86/src/go/types/
example_test.go 148 // ExampleInfo prints various facts recorded by the type checker in a
builtins.go 20 func (check *Checker) builtin(x *operand, call *ast.CallExpr, id builtinId) (_ bool) {
620 func (check *Checker) complexArg(x *operand) bool {
  /toolchain/binutils/binutils-2.25/gas/doc/
c-ia64.texi 102 violation checker.
  /toolchain/binutils/binutils-2.25/include/gdb/
callback.h 282 /* Magic number sanity checker. */
  /external/chromium-trace/catapult/third_party/gsutil/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-trace/catapult/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/docs/
LibASTMatchersTutorial.rst 91 simplest productive ClangTool in existence: a syntax checker. While this
166 You should now be able to run the syntax checker, which is located in
  /external/clang/docs/analyzer/
IPA.txt 234 The DynamicTypePropagation checker gathers and propagates DynamicTypeInfo,
348 DynamicTypeInfo in the DynamicTypePropagation checker.
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 165 /// for uniquing reports. For example, memory leaks checker, could set this to
469 void EmitBasicReport(const Decl *DeclWithIssue, const CheckerBase *Checker,
  /external/clang/test/Analysis/
NewDelete-path-notes.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=cplusplus.NewDelete,unix.Malloc -analyzer-output=text -verify %s
2 // RUN: %clang_cc1 -analyze -analyzer-checker=cplusplus.NewDelete,unix.Malloc -analyzer-output=plist -analyzer-config path-diagnostics-alternate=false %s -o %t.plist
misc-ps-region-store.cpp 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -analyze -analyzer-checker=core,alpha.core,debug.ExprInspection -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks %s -fexceptions -fcxx-exceptions -Wno-tautological-undefined-compare
2 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-checker=core,alpha.core,debug.ExprInspection -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks %s -fexceptions -fcxx-exceptions -Wno-tautological-undefined-compare
  /external/clang/test/Analysis/inlining/
eager-reclamation-path-notes.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-output=text -analyzer-config graph-trim-interval=5 -analyzer-config suppress-null-return-paths=false -verify %s
2 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-output=plist-multi-file -analyzer-config graph-trim-interval=5 -analyzer-config suppress-null-return-paths=false -analyzer-config path-diagnostics-alternate=false %s -o %t.plist
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 564 /// \brief the Memory Dependence Checker which can determine the
611 /// \brief the Memory Dependence Checker which can determine the
  /external/nanopb-c/generator/google/protobuf/
text_format.py 649 checker = _INTEGER_CHECKERS[2 * int(is_long) + int(is_signed)]
650 checker.CheckValue(result)
  /external/opencv3/modules/cudaimgproc/src/cuda/
debayer.cu 454 // There are five filter patterns (identity, cross, checker,
460 // y checker (e.g., EE B)
  /external/skia/gm/
bleed.cpp 119 checker board of 3/4 and 1/2. The inner checkers are large enough to fill the interior with
120 the 2x2 checker grid. */
  /external/v8/src/parsing/
parser-base.h 740 ObjectLiteralCheckerBase* checker, bool in_class, bool has_extends,
    [all...]
  /external/valgrind/exp-sgcheck/
h_main.c 3 /*--- Ptrcheck: a pointer-use checker. ---*/
568 sanity checker should catch all such anomalies, however.
  /external/valgrind/exp-sgcheck/tests/
bad_percentify.c 159 vprintf replacement for Checker.
164 (Checker itself was GPL'd.)
  /frameworks/base/docs/html/guide/
_book.yaml 389 - title: Spelling Checker
390 path: /guide/topics/text/spell-checker-framework.html
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndLanguageSettings.java 176 // Spell Checker
714 // Spell checker.
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
builtins.go 20 func (check *Checker) builtin(x *operand, call *ast.CallExpr, id builtinId) (_ bool) {
620 func (check *Checker) complexArg(x *operand) bool {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java 88 private static final String CHECKER_PNG_PATH = "/icons/checker.png";
507 // draw checker image
  /external/clang/include/clang/Driver/
CC1Options.td 101 def analyzer_checker : Separate<["-"], "analyzer-checker">,
103 def analyzer_checker_EQ : Joined<["-"], "analyzer-checker=">,
106 def analyzer_disable_checker : Separate<["-"], "analyzer-disable-checker">,
108 def analyzer_disable_checker_EQ : Joined<["-"], "analyzer-disable-checker=">,
114 def analyzer_checker_help : Flag<["-"], "analyzer-checker-help">,
    [all...]

Completed in 524 milliseconds

<<41424344454647484950>>