Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp64 static CompilerType InferArtificialCoroType(Function *destroy_func, in InferArtificialCoroType() function
153 InferArtificialCoroType(destroy_func, ConstString("__promise"))) { in Update()
159 InferArtificialCoroType(destroy_func, ConstString("__coro_frame")); in Update()