Searched refs:ResultSlot (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 193 AggValueSlot ResultSlot, 212 RValue EmitAtomicLoad(AggValueSlot ResultSlot, SourceLocation Loc, 1209 AggValueSlot ResultSlot, in ConvertIntToValueOrAtomic() argument 1236 assert(!ResultSlot.isIgnored()); in ConvertIntToValueOrAtomic() 1237 Temp = ResultSlot.getAddress(); in ConvertIntToValueOrAtomic() 1238 TempIsVolatile = ResultSlot.isVolatile(); in ConvertIntToValueOrAtomic() 1248 return convertAtomicTempToRValue(Temp, ResultSlot, Loc, AsValue); in ConvertIntToValueOrAtomic() 1317 RValue AtomicInfo::EmitAtomicLoad(AggValueSlot ResultSlot, SourceLocation Loc, in EmitAtomicLoad() argument 1323 if (LVal.isSimple() && !ResultSlot.isIgnored()) { in EmitAtomicLoad() 1325 TempAddr = ResultSlot.getAddress(); in EmitAtomicLoad() [all …]
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 3811 const LValue *ResultSlot) { in HandleFunctionCall() argument 3846 StmtResult Ret = {Result, ResultSlot}; in HandleFunctionCall() 4202 const LValue *ResultSlot) { in handleCallExpr() argument 4280 Result, ResultSlot)) in handleCallExpr()
|