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

  /external/llvm/include/llvm/Analysis/
LibCallSemantics.h 44 /// that the pointer *does definitely* refer to the location, "No" if we can
48 Yes, No, Unknown
114 /// is no guarantee that the specified side effect actually does happen,
117 /// If this pointer is null, no details are known.
  /external/llvm/lib/Analysis/
AliasAnalysisCounter.cpp 31 unsigned No, May, Partial, Must;
38 No = May = Partial = Must = 0;
47 unsigned AASum = No+May+Partial+Must;
54 printLine("no alias", No, AASum);
58 errs() << " Alias Analysis Counter Summary: " << No*100/AASum << "%/"
66 printLine("no mod/ref", NoMR, MRSum);
131 case NoAlias: No++; AliasString = "No alias"; break;
  /external/chromium_org/base/
bind_helpers.h 125 // // no longer owns Foo() and, if reset, would not delete Foo().
173 // No NotTheCheckWeWant(...);
195 // No GoodCheck(Helper<&C::TargetFunc>*);
203 // instead of No like the previous one. Also notice that we calculate |value|
226 typedef char No[2];
233 // common pattern for refcounted types. It does this even though no attempt to
248 static No& Check(Helper<&C::AddRef>*);
280 typedef char No[2];
286 static No& Check(...);
465 // No need to additionally AddRef() and Release() since we are storing
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.h 17 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR
88 bool isDenied() const { return m_allowGeolocation == No; }
197 // Returns false if there is no controller to register with.
209 // fatal error if permission is denied or no position can be obtained.
238 No
  /external/clang/test/SemaTemplate/
current-instantiation.cpp 223 enum Enum { Yes, No };
248 template<typename T> N<X<T>::think> X<T>::foo() {} // expected-error {{no member named 'think' in 'X<T>'}}
  /external/chromium_org/third_party/jinja2/
_stringdefs.py     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 420 milliseconds