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

  /external/chromium/base/
bind_helpers.h 76 // Yes NotTheCheckWeWant(Helper<&C::TargetFunc>*);
81 // static const bool value = sizeof(NotTheCheckWeWant<T>(0)) == sizeof(Yes);
104 // Yes GoodCheck(...);
106 // static const bool value = sizeof(GoodCheck<Base>(0)) == sizeof(Yes);
108 // Notice here that the variadic version of GoodCheck() returns Yes here
128 typedef char Yes[1];
154 static Yes& Check(...);
157 static const bool value = sizeof(Check<Base>(0,0)) == sizeof(Yes);
  /external/llvm/include/llvm/Analysis/
LibCallSemantics.h 43 /// location for the specified call site. This returns "Yes" if we can tell
48 Yes, No, Unknown
  /external/clang/test/SemaTemplate/
current-instantiation.cpp 223 enum Enum { Yes, No };
  /external/webkit/Source/WebCore/page/
Geolocation.h 85 bool isAllowed() const { return m_allowGeolocation == Yes; }
208 Yes,

Completed in 1071 milliseconds