Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/mbedtls_dev/
H A Dc_parsing_helper.py71 def returns_void(self) -> bool: member in FunctionInfo
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/
Dhas_prefix_operators.hpp51 struct returns_void { void operator BOOST_TT_TRAIT_OP (); }; struct
Dhas_postfix_operators.hpp46 struct returns_void { void operator BOOST_TT_TRAIT_OP (int); }; struct
Dhas_binary_operators.hpp56 struct returns_void { void operator BOOST_TT_TRAIT_OP (const returns_void&)const; }; struct
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/clang_generator/
H A Demitter.cc330 const bool returns_void = return_type->isVoidType(); in EmitFunction() local