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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp193 AggValueSlot ResultSlot,
212 RValue EmitAtomicLoad(AggValueSlot ResultSlot, SourceLocation Loc,
1209 AggValueSlot ResultSlot,
1236 assert(!ResultSlot.isIgnored());
1237 Temp = ResultSlot.getAddress();
1238 TempIsVolatile = ResultSlot.isVolatile();
1248 return convertAtomicTempToRValue(Temp, ResultSlot, Loc, AsValue);
1317 RValue AtomicInfo::EmitAtomicLoad(AggValueSlot ResultSlot, SourceLocation Loc, argument
1323 if (LVal.isSimple() && !ResultSlot.isIgnored()) {
1325 TempAddr = ResultSlot
1208 ConvertIntToValueOrAtomic(llvm::Value *IntVal, AggValueSlot ResultSlot, SourceLocation Loc, bool AsValue) const argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp3811 const LValue *ResultSlot) {
3846 StmtResult Ret = {Result, ResultSlot};
4202 const LValue *ResultSlot) {
4280 Result, ResultSlot))
3807 HandleFunctionCall(SourceLocation CallLoc, const FunctionDecl *Callee, const LValue *This, ArrayRef<const Expr*> Args, const Stmt *Body, EvalInfo &Info, APValue &Result, const LValue *ResultSlot) argument
4201 handleCallExpr(const CallExpr *E, APValue &Result, const LValue *ResultSlot) argument

Completed in 76 milliseconds