Searched refs:CreateIRTemp (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1031 ReturnValue = CreateIRTemp(RetTy, "retval");
H A DCGClass.cpp2263 ReturnValue = CreateIRTemp(RetType, "retval.inhctor");
H A DCodeGenFunction.h2241 /// CreateIRTemp - Create a temporary IR object of the given type, with
2249 Address CreateIRTemp(QualType T, const Twine &Name = "tmp");
H A DCGExpr.cpp134 Address CodeGenFunction::CreateIRTemp(QualType Ty, const Twine &Name) { function in class:CodeGenFunction

Completed in 211 milliseconds