Searched refs:mem_fn (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | memory.cpp | 119 map(std::mem_fn(&device::max_mem_alloc_size), ctx.devices()) in clCreateBufferWithProperties() 177 if (!any_of(std::mem_fn(&device::image_support), ctx.devices())) in clCreateImageWithProperties() 466 const bool system_svm = all_of(std::mem_fn(&device::has_system_svm), in clGetMemObjectInfo() 589 if (!any_of(std::mem_fn(&device::svm_support), ctx.devices())) in clSVMAlloc() 596 map(std::mem_fn(&device::max_mem_alloc_size), ctx.devices()))) in clSVMAlloc() 606 bool can_emulate = all_of(std::mem_fn(&device::has_system_svm), ctx.devices()); in clSVMAlloc() 633 if (!any_of(std::mem_fn(&device::svm_support), ctx.devices())) in clSVMFree() 636 bool can_emulate = all_of(std::mem_fn(&device::has_system_svm), ctx.devices()); in clSVMFree()
|
D | kernel.cpp | 379 if (!any_of(std::mem_fn(&device::svm_support), obj(d_kern).program().devices())) in clSetKernelArgSVMPointer() 397 if (!any_of(std::mem_fn(&device::svm_support), obj(d_kern).program().devices())) in clSetKernelExecInfo() 402 const bool has_system_svm = all_of(std::mem_fn(&device::has_system_svm), in clSetKernelExecInfo()
|
D | sampler.cpp | 34 if (!any_of(std::mem_fn(&device::image_support), ctx.devices())) in clCreateSampler()
|
/third_party/libabigail/src/ |
D | abg-reporter-priv.cc | 183 method_decl_sptr mem_fn, in represent() argument 186 if (!mem_fn || !is_member_function(mem_fn)) in represent() 190 dynamic_pointer_cast<method_decl>(mem_fn); in represent() 193 out << "'" << mem_fn->get_pretty_representation() << "'"; in represent() 195 if (get_member_function_is_virtual(mem_fn)) in represent() 198 ssize_t voffset = get_member_function_vtable_offset(mem_fn); in represent() 205 emit_num_value(get_member_function_vtable_offset(mem_fn), in represent() 213 && (mem_fn->get_symbol())) in represent() 216 << mem_fn->get_symbol()->get_id_string() in represent()
|
D | abg-reporter-priv.h | 133 method_decl_sptr mem_fn,
|
D | abg-ir.cc | 6452 get_member_function_is_virtual(const function_decl_sptr& mem_fn) in get_member_function_is_virtual() argument 6453 {return mem_fn ? get_member_function_is_virtual(*mem_fn) : false;} in get_member_function_is_virtual() 6461 get_member_function_is_virtual(const function_decl* mem_fn) in get_member_function_is_virtual() argument 6462 {return mem_fn ? get_member_function_is_virtual(*mem_fn) : false;} in get_member_function_is_virtual() 20156 const method_decl* mem_fn = in get_pretty_representation() local 20159 string result = mem_fn ? "method ": "function "; in get_pretty_representation() 20161 if (mem_fn in get_pretty_representation() 20162 && is_member_function(mem_fn) in get_pretty_representation() 20163 && get_member_function_is_virtual(mem_fn)) in get_pretty_representation() 20167 if ((mem_fn in get_pretty_representation() [all …]
|
D | abg-comparison.cc | 5248 method_decl_sptr mem_fn = in ensure_lookup_tables_populated() local 5250 string name = mem_fn->get_linkage_name(); in ensure_lookup_tables_populated() 5252 name = mem_fn->get_pretty_representation(); in ensure_lookup_tables_populated() 5257 p->deleted_member_functions_[name] = mem_fn; in ensure_lookup_tables_populated() 5271 method_decl_sptr mem_fn = in ensure_lookup_tables_populated() local 5273 string name = mem_fn->get_linkage_name(); in ensure_lookup_tables_populated() 5275 name = mem_fn->get_pretty_representation(); in ensure_lookup_tables_populated() 5285 if (*j->second != *mem_fn) in ensure_lookup_tables_populated() 5288 static_pointer_cast<function_decl>(mem_fn), in ensure_lookup_tables_populated() 5293 p->inserted_member_functions_[name] = mem_fn; in ensure_lookup_tables_populated()
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
D | invocation.cpp | 244 map(std::mem_fn(&std::string::c_str), opts); in create_compiler_instance() 440 map(std::mem_fn(&Function::getName), get_kernels(mod)); in optimize()
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
D | common.cpp | 298 for (const auto &llvm_name : map(std::mem_fn(&Function::getName), in build_module_common()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | Profile.cpp | 360 std::mem_fn(&StackEntry::FuncId)); in profileFromTrace()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 391 std::mem_fn(&StoreToLoadForwardingCandidate::getLoadPtr)); in collectMemchecks()
|
/third_party/ninja/src/ |
D | build.cc | 270 #define MEM_FN mem_fn // mem_fun was removed in C++17. in CleanNode()
|
/third_party/node/deps/ada/ |
D | ada.h | 2038 noexcept(std::mem_fn(f)(std::forward<Args>(args)...))) 2039 -> decltype(std::mem_fn(f)(std::forward<Args>(args)...)) { 2040 return std::mem_fn(f)(std::forward<Args>(args)...);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 54398 mem_fn(_Tp _Class::*) noexcept; 54932 mem_fn(_Tp _Class::* __pm) noexcept in mem_fn() function 55760 { return std::mem_fn(__p); } in __callable_functor() 55765 { return std::mem_fn(__p); } in __callable_functor() 55770 { return std::mem_fn(__p); } in __callable_functor() 55775 { return std::mem_fn(__p); } in __callable_functor() 56030 return std::mem_fn(_Base::_M_get_pointer(__functor)->__value)( in _M_invoke() 56070 std::mem_fn(_Base::_M_get_pointer(__functor)->__value)( in _M_invoke()
|