Home
last modified time | relevance | path

Searched refs:is_void (Results 1 – 25 of 29) sorted by relevance

12

/third_party/node/deps/ada/
Dada.h2177 using is_void_or = conditional_t<std::is_void<T>::value, std::true_type, U>;
2967 std::is_default_constructible<T>::value || std::is_void<T>::value>
3047 detail::enable_if_t<!std::is_void<U>::value> * = nullptr>
3054 detail::enable_if_t<!std::is_void<U>::value> * = nullptr>
3427 detail::enable_if_t<!std::is_void<G>::value> * = nullptr,
3451 detail::enable_if_t<!std::is_void<U>::value> * = nullptr,
3689 swap_where_both_have_value(rhs, typename std::is_void<T>::type{});
3693 swap_where_only_one_has_value(rhs, typename std::is_void<T>::type{});
3704 detail::enable_if_t<!std::is_void<U>::value> * = nullptr>
3709 detail::enable_if_t<!std::is_void<U>::value> * = nullptr>
[all …]
/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dtemplate_util.h41 template <class T> struct is_void : false_type {};
42 template <> struct is_void<void> : true_type {};
/third_party/mesa3d/src/compiler/glsl/
Dlower_jumps.cpp228 assert(!this->signature->return_type->is_void()); in get_return_value()
308 if(!this->function.signature->return_type->is_void()) { in insert_lowered_return()
518 … else if(jump_strengths[0] == strength_return && this->function.signature->return_type->is_void()) in visit()
849 if (this->function.signature->return_type->is_void()) in visit()
898 if (ir->return_type->is_void() && in visit()
Dast.h987 is_void(false) in ast_parameter_declarator()
1014 bool is_void; variable
Dast_to_hir.cpp5267 if ((decl_type == NULL) || decl_type->is_void()) { in hir()
5916 if (type->is_void()) { in hir()
5921 is_void = true; in hir()
5941 is_void = false; in hir()
6026 if (param->is_void) in parameters_to_hir()
6301 if (! return_type->is_void()) { in hir()
6453 if (!signature->return_type->is_void() && !state->found_return) { in hir()
Dast_function.cpp645 if (!sig->return_type->is_void()) { in generate_call()
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/
Dfunction_ref.h96 typename std::enable_if<std::is_void<R>::value ||
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dfallible_iterator.h72 !std::is_void<decltype(std::declval<T>().operator->())>::value,
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
Dspy_hash_state.h44 static_assert(std::is_void<T>::value, ""); in SpyHashStateImpl()
/third_party/node/deps/v8/src/execution/
Dsimulator-base.h86 static typename std::enable_if<std::is_void<T>::value, T>::type ConvertReturn( in ConvertReturn()
/third_party/cef/include/base/
Dcef_template_util.h305 : disjunction<std::is_void<R>,
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dunordered_set_modifiers_test.h134 using IfNotVoid = typename std::enable_if<!std::is_void<V>::value, V>::type;
Dunordered_map_modifiers_test.h220 using IfNotVoid = typename std::enable_if<!std::is_void<V>::value, V>::type;
/third_party/skia/third_party/externals/dawn/generator/
Ddawn_json_generator.py482 is_void = method.return_type.name.canonical_case() == 'void'
483 if not (is_object or is_void):
/third_party/mesa3d/src/compiler/
Dglsl_types.h1023 bool is_void() const in is_void() function
Dnir_types.cpp286 return type->is_void(); in glsl_type_is_void()
/third_party/node/deps/v8/include/
Dv8-function-callback.h283 static_assert(std::is_void<T>::value || std::is_base_of<T, S>::value, in Set()
/third_party/googletest/googlemock/include/gmock/
Dgmock-actions.h363 std::is_void<R>::value, //
1134 static_assert(std::is_void<Result>::value, "Result should be void.");
1376 static_assert(std::is_void<Result>::value, "Result type should be void.");
Dgmock-spec-builders.h1567 *os << (std::is_void<Result>::value ? "returning directly.\n" in DescribeDefaultActionTo()
1712 internal::negation<std::is_void<T>>,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h528 std::is_void<typename HandlerTraits<HandlerT>::ReturnType>::value,
537 !std::is_void<typename HandlerTraits<HandlerT>::ReturnType>::value,
/third_party/node/deps/googletest/include/gtest/
Dgtest-printers.h705 typename = typename std::enable_if<!std::is_void<T>::value &&
/third_party/googletest/googletest/include/gtest/
Dgtest-printers.h697 typename = typename std::enable_if<!std::is_void<T>::value &&
/third_party/cef/include/base/internal/
Dcef_bind_internal.h683 static_assert(std::is_void<ReturnType>::value,
/third_party/node/deps/v8/src/codegen/
Dexternal-reference.cc293 return std::is_scalar<T>::value || std::is_void<T>::value; in AllScalar()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dvariant.h1163 std::integral_constant<bool, !std::is_void<BestMatch<U>>::value> {};

12