Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp144 CompilerType void_type = ast_ctx->GetBasicType(lldb::eBasicTypeVoid); in Update() local
161 coro_frame_type = void_type; in Update()
166 /*result_type=*/void_type, args, in Update()