Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGAtomic.cpp193 AggValueSlot ResultSlot,
212 RValue EmitAtomicLoad(AggValueSlot ResultSlot, SourceLocation Loc,
1196 AggValueSlot ResultSlot, in ConvertIntToValueOrAtomic() argument
1223 assert(!ResultSlot.isIgnored()); in ConvertIntToValueOrAtomic()
1224 Temp = ResultSlot.getAddress(); in ConvertIntToValueOrAtomic()
1225 TempIsVolatile = ResultSlot.isVolatile(); in ConvertIntToValueOrAtomic()
1235 return convertAtomicTempToRValue(Temp, ResultSlot, Loc, AsValue); in ConvertIntToValueOrAtomic()
1297 RValue AtomicInfo::EmitAtomicLoad(AggValueSlot ResultSlot, SourceLocation Loc, in EmitAtomicLoad() argument
1303 if (LVal.isSimple() && !ResultSlot.isIgnored()) { in EmitAtomicLoad()
1305 TempAddr = ResultSlot.getAddress(); in EmitAtomicLoad()
[all …]
/external/clang/lib/AST/
DExprConstant.cpp3946 const LValue *ResultSlot) { in HandleFunctionCall() argument
3981 StmtResult Ret = {Result, ResultSlot}; in HandleFunctionCall()
4349 const LValue *ResultSlot) { in handleCallExpr() argument
4427 Result, ResultSlot)) in handleCallExpr()