Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp797 auto *CoroAlloc = Builder.CreateCall( in EmitCoroutineBody() local
800 Builder.CreateCondBr(CoroAlloc, AllocBB, InitBB); in EmitCoroutineBody()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td4395 def CoroAlloc : CoroLangBuiltin {