Home
last modified time | relevance | path

Searched refs:inline_function (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/test/
H A Dfunction_tests.cc604 fit::inline_function<Closure, sizeof(empty)> fempty(std::move(empty)); in TEST()
611 fit::inline_function<Closure, sizeof(small)> fsmall(std::move(small)); in TEST()
616 fit::inline_function<Closure, sizeof(big)> fbig(std::move(big)); in TEST()
642 fit::inline_function<Closure, sizeof(big)> fbig(std::move(big)); in TEST()
775 fit::inline_function<Closure> fbad; in TEST()
1085 std::is_same_v<fit::inline_function<void(), 0>, fit::inline_function<void(), sizeof(void*)>>,
1088 std::is_same_v<fit::inline_function<void(), 1>, fit::inline_function<void(), sizeof(void*)>>,
1127 static_assert(alignof(fit::inline_function<void(), 1>) == ExpectedAlignment(4, 8), "");
1128 static_assert(alignof(fit::inline_function<void(), 9>) == ExpectedAlignment(8, 16), "");
1227 closure<fit::inline_function<Closure, HugeCallableSize>>(); in TEST()
[all …]
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dlambda-expressions-nested-linkage.cpp43 namespace inline_function { namespace
H A Dlambda-expressions-inside-auto-functions.cpp66 namespace inline_function { namespace
/aosp_15_r20/external/pigweed/pw_function/public/pw_function/
H A Dfunction.h76 using InlineFunction = fit::inline_function<FunctionType, inline_target_size>;
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dtransformation.cpp243 message.inline_function()); in FromMessage()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation.cpp243 message.inline_function()); in FromMessage()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation.cpp243 message.inline_function()); in FromMessage()
/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/
H A Dfunction.h94 using inline_function = function_impl<internal::RoundUpToWord(inline_target_size), variable
/aosp_15_r20/external/mesa3d/src/microsoft/clc/
H A Dclc_compiler_test.cpp2240 TEST_F(ComputeTest, inline_function) in TEST_F() argument
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto543 TransformationInlineFunction inline_function = 69; field
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/protobufs/
H A Dspvtoolsfuzz.proto543 TransformationInlineFunction inline_function = 69; field
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
H A Dspvtoolsfuzz.proto543 TransformationInlineFunction inline_function = 69; field