Searched defs:getZero (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/Analysis/inlining/
H A Dpath-notes.c56 int *getZero() { function
65 *getZero() = 1; // expected-warning{{Dereference of null pointer}}
66 // expected-note@-1 {{Calling 'getZero'}}
67 // expected-note@-2 {{Returning from 'getZero'}}
72 return *getZero(); // expected-warning{{Dereference of null pointer}}
73 // expected-note@-1 {{Calling 'getZero'}}
74 // expected-note@-2 {{Returning from 'getZero'}}
79 int *a = getZero();
80 // expected-note@-1 {{Calling 'getZero'}}
81 // expected-note@-2 {{Returning from 'getZero'}}
[all...]
H A Dpath-notes.cpp159 int getZero() { function in namespace:ReturnZeroNote
173 int problem = 1 / getZero(); // expected-warning {{Division by zero}}
174 // expected-note@-1 {{Calling 'getZero'}}
175 // expected-note@-2 {{Returning from 'getZero'}}
2968 // CHECK-NEXT: <string>Calling &apos;getZero&apos;</string>
2970 // CHECK-NEXT: <string>Calling &apos;getZero&apos;</string>
3074 // CHECK-NEXT: <string>Returning from &apos;getZero&apos;</string>
3076 // CHECK-NEXT: <string>Returning from &apos;getZero&apos;</string>
/external/llvm/include/llvm/Support/
H A DBranchProbability.h38 static BranchProbability getZero() { return BranchProbability(0, 1); } function in class:llvm::BranchProbability
H A DScaledNumber.h522 static ScaledNumber getZero() { return ScaledNumber(0, 0); } function in class:llvm::ScaledNumber
882 *this = getZero();
/external/llvm/include/llvm/ADT/
H A DAPFloat.h213 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) { function in class:llvm::APFloat
/external/clang/test/Analysis/
H A Dinline.cpp19 int getZero() { return 0; } function in class:A
24 clang_analyzer_eval(a.getZero() == 0); // expected-warning{{TRUE}}
28 clang_analyzer_eval(copy.getZero() == 0); // expected-warning{{TRUE}}
400 // getZero is non-virtual.
401 clang_analyzer_eval(object->getZero() == 0); // expected-warning{{TRUE}}
402 clang_analyzer_eval(object->One::getZero() == 0); // expected-warning{{TRUE}}
403 clang_analyzer_eval(object->A::getZero() == 0); // expected-warning{{TRUE}}
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 201 milliseconds