/third_party/node/deps/ada/ |
D | ada.h | 2177 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/ |
D | template_util.h | 41 template <class T> struct is_void : false_type {}; 42 template <> struct is_void<void> : true_type {};
|
/third_party/mesa3d/src/compiler/glsl/ |
D | lower_jumps.cpp | 228 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()
|
D | ast.h | 987 is_void(false) in ast_parameter_declarator() 1014 bool is_void; variable
|
D | ast_to_hir.cpp | 5267 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()
|
D | ast_function.cpp | 645 if (!sig->return_type->is_void()) { in generate_call()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/ |
D | function_ref.h | 96 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/ |
D | fallible_iterator.h | 72 !std::is_void<decltype(std::declval<T>().operator->())>::value,
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/ |
D | spy_hash_state.h | 44 static_assert(std::is_void<T>::value, ""); in SpyHashStateImpl()
|
/third_party/node/deps/v8/src/execution/ |
D | simulator-base.h | 86 static typename std::enable_if<std::is_void<T>::value, T>::type ConvertReturn( in ConvertReturn()
|
/third_party/cef/include/base/ |
D | cef_template_util.h | 305 : disjunction<std::is_void<R>,
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | unordered_set_modifiers_test.h | 134 using IfNotVoid = typename std::enable_if<!std::is_void<V>::value, V>::type;
|
D | unordered_map_modifiers_test.h | 220 using IfNotVoid = typename std::enable_if<!std::is_void<V>::value, V>::type;
|
/third_party/skia/third_party/externals/dawn/generator/ |
D | dawn_json_generator.py | 482 is_void = method.return_type.name.canonical_case() == 'void' 483 if not (is_object or is_void):
|
/third_party/mesa3d/src/compiler/ |
D | glsl_types.h | 1023 bool is_void() const in is_void() function
|
D | nir_types.cpp | 286 return type->is_void(); in glsl_type_is_void()
|
/third_party/node/deps/v8/include/ |
D | v8-function-callback.h | 283 static_assert(std::is_void<T>::value || std::is_base_of<T, S>::value, in Set()
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-actions.h | 363 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.");
|
D | gmock-spec-builders.h | 1567 *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/ |
D | RPCUtils.h | 528 std::is_void<typename HandlerTraits<HandlerT>::ReturnType>::value, 537 !std::is_void<typename HandlerTraits<HandlerT>::ReturnType>::value,
|
/third_party/node/deps/googletest/include/gtest/ |
D | gtest-printers.h | 705 typename = typename std::enable_if<!std::is_void<T>::value &&
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest-printers.h | 697 typename = typename std::enable_if<!std::is_void<T>::value &&
|
/third_party/cef/include/base/internal/ |
D | cef_bind_internal.h | 683 static_assert(std::is_void<ReturnType>::value,
|
/third_party/node/deps/v8/src/codegen/ |
D | external-reference.cc | 293 return std::is_scalar<T>::value || std::is_void<T>::value; in AllScalar()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
D | variant.h | 1163 std::integral_constant<bool, !std::is_void<BestMatch<U>>::value> {};
|