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

/external/clang/lib/Driver/
H A DInputInfo.h31 Nothing, enumerator in enum:clang::driver::InputInfo::Class
53 : Kind(Nothing), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) {}
75 bool isNothing() const { return Kind == Nothing; }
/external/v8/src/heap/
H A Dgc-idle-time-handler.h30 static GCIdleTimeAction Nothing() { function in class:v8::internal::GCIdleTimeAction
118 // Number of times we will return a Nothing action in the current mode
/external/clang/test/SemaCXX/
H A Denable_if.cpp61 struct Nothing { }; struct
62 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'}}
108 Nothing n;
111 typedep(n); // expected-note{{in instantiation of function template specialization 'typedep<Nothing>' requested here}}
/external/python/cpython3/Lib/unittest/test/testmock/
H A Dtestpatch.py670 class Nothing(object): class in function:PatchTest.test_patch_descriptor
676 @patch.object(Nothing, 'foo', 2)
681 @patch.object(Nothing, 'foo', 2)
/external/v8/include/
H A Dv8.h1722 * Nothing<bool>() returned.
1734 * exception should be thrown and Nothing<uint32_t>() returned.
7815 * "Nothing" value is returned.
7858 friend Maybe<U> Nothing();
7865 inline Maybe<T> Nothing() { function in namespace:v8

Completed in 238 milliseconds