HomeSort by relevance Sort by last modified time
    Searched defs:getZero (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Analysis/inlining/
path-notes.c 61 int *getZero() {
70 *getZero() = 1; // expected-warning{{Dereference of null pointer}}
71 // expected-note@-1 {{Calling 'getZero'}}
72 // expected-note@-2 {{Returning from 'getZero'}}
77 return *getZero(); // expected-warning{{Dereference of null pointer}}
78 // expected-note@-1 {{Calling 'getZero'}}
79 // expected-note@-2 {{Returning from 'getZero'}}
84 int *a = getZero();
85 // expected-note@-1 {{Calling 'getZero'}}
86 // expected-note@-2 {{Returning from 'getZero'}}
    [all...]
  /external/llvm/include/llvm/Support/
BranchProbability.h 38 static BranchProbability getZero() { return BranchProbability(0, 1); }
  /external/clang/test/Analysis/
inline.cpp 18 int getZero() { return 0; }
23 clang_analyzer_eval(a.getZero() == 0); // expected-warning{{TRUE}}
27 clang_analyzer_eval(copy.getZero() == 0); // expected-warning{{TRUE}}
  /external/llvm/include/llvm/ADT/
APFloat.h 194 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
  /external/zxing/core/
core.jar 

Completed in 289 milliseconds