OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RetAlloca
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/CodeGen/
CGExprComplex.cpp
380
llvm::Value *
RetAlloca
= CGF.EmitCompoundStmt(*E->getSubStmt(), true);
381
assert(
RetAlloca
&& "Expected complex return value");
382
return EmitLoadOfLValue(CGF.MakeAddrLValue(
RetAlloca
, E->getType()),
[
all
...]
CGStmt.cpp
248
llvm::Value *
RetAlloca
= nullptr;
269
RetAlloca
= CreateMemTemp(ExprTy);
270
EmitAnyExprToMem(cast<Expr>(LastStmt),
RetAlloca
, Qualifiers(),
276
return
RetAlloca
;
[
all
...]
CGExprScalar.cpp
[
all
...]
Completed in 130 milliseconds