Searched defs:Nothing (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
H A Denable_if.cpp43 struct Nothing { }; struct
44 template<typename T> void typedep(T t) __attribute__((enable_if(t, ""))); // expected-note{{candidate disabled:}} expected-error{{value of type 'Nothing' is not contextually convertible to 'bool'}}
75 Nothing n;
78 typedep(n); // expected-note{{in instantiation of function template specialization 'typedep<Nothing>' requested here}}
/external/clang/lib/Driver/
H A DInputInfo.h30 Nothing, enumerator in enum:clang::driver::InputInfo::Class
47 : Kind(Nothing), Type(_Type), BaseInput(_BaseInput) {
59 bool isNothing() const { return Kind == Nothing; }
/external/chromium_org/v8/src/heap/
H A Dgc-idle-time-handler.h32 static GCIdleTimeAction Nothing() { function in class:v8::internal::GCIdleTimeAction

Completed in 824 milliseconds