Searched defs:No (Results 1 - 5 of 5) sorted by relevance

/external/chromium/base/
H A Dbind_helpers.h79 // 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]; typedef in class:base::internal::SupportsAddRefAndRelease
151 static No& Check(Helper<&C::AddRef>*, Helper<&C::Release>*);
/external/llvm/include/llvm/Analysis/
H A DLibCallSemantics.h44 /// that the pointer *does definitely* refer to the location, "No" if we can
48 Yes, No, Unknown enumerator in enum:llvm::LibCallLocationInfo::LocResult
/external/clang/test/SemaTemplate/
H A Dcurrent-instantiation.cpp223 enum Enum { Yes, No }; enumerator in enum:rdar10194295::X::Enum
/external/llvm/lib/Analysis/
H A DAliasAnalysisCounter.cpp32 unsigned No, May, Partial, Must; member in class:__anon8580::AliasAnalysisCounter
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 << "%/"
132 case NoAlias: No++; AliasString = "No alias"; break;
/external/webkit/Source/WebCore/page/
H A DGeolocation.h86 bool isDenied() const { return m_allowGeolocation == No; }
209 No enumerator in enum:WebCore::Geolocation::__anon14630

Completed in 137 milliseconds