Home
last modified time | relevance | path

Searched defs:invoke_result (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/util/
H A Dcompat.hpp30 struct invoke_result { struct
34 >::type type;
/aosp_15_r20/external/llvm-libc/src/__support/CPP/type_traits/
H A Dinvoke_result.h20 struct invoke_result : cpp::type_identity<decltype(cpp::invoke( struct
/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/internal/
H A Dtype_traits.h106 struct invoke_result {}; struct
/aosp_15_r20/external/llvm-libc/test/src/__support/CPP/
H A Dtype_traits_test.cpp239 TEST(LlvmLibcTypeTraitsTest, invoke_result) { in TEST() argument
/aosp_15_r20/art/runtime/interpreter/
H A Dunstarted_runtime.cc1139 JValue invoke_result; in CreateInstanceOf() local