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

  /external/chromium/base/
bind_helpers.h 79 // No NotTheCheckWeWant(...);
101 // No GoodCheck(Helper<&C::TargetFunc>*);
109 // instead of No like the previous one. Also notice that we calculate |value|
129 typedef char No[2];
137 // common pattern for refcounted types. It does this even though no attempt to
151 static No& Check(Helper<&C::AddRef>*, Helper<&C::Release>*);
  /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 32 unsigned No, May, Partial, Must;
39 No = May = Partial = Must = 0;
48 unsigned AASum = No+May+Partial+Must;
55 printLine("no alias", No, AASum);
59 errs() << " Alias Analysis Counter Summary: " << No*100/AASum << "%/"
67 printLine("no mod/ref", NoMR, MRSum);
132 case NoAlias: No++; AliasString = "No alias"; break;
  /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/webkit/Source/WebCore/page/
Geolocation.h 17 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR
86 bool isDenied() const { return m_allowGeolocation == No; }
209 No

Completed in 249 milliseconds