Searched refs:RValTy (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 1040 QualType RValTy = E->getType().getUnqualifiedType(); in EmitAtomicExpr() local 1059 Dest = CreateMemTemp(RValTy, "cmpxchg.bool"); in EmitAtomicExpr() 1060 else if (!RValTy->isVoidType()) { in EmitAtomicExpr() 1261 if (RValTy->isVoidType()) in EmitAtomicExpr() 1264 return convertTempToRValue(Dest.withElementType(ConvertTypeForMem(RValTy)), in EmitAtomicExpr() 1265 RValTy, E->getExprLoc()); in EmitAtomicExpr() 1318 if (RValTy->isVoidType()) in EmitAtomicExpr() 1321 return convertTempToRValue(Dest.withElementType(ConvertTypeForMem(RValTy)), in EmitAtomicExpr() 1322 RValTy, E->getExprLoc()); in EmitAtomicExpr() 1388 if (RValTy->isVoidType()) in EmitAtomicExpr() [all …]
|
| H A D | CGStmtOpenMP.cpp | 6292 QualType RValTy, SourceLocation Loc) { in emitOMPSimpleStore() argument 6296 *this, RVal, RValTy, LVal.getType(), Loc)), in emitOMPSimpleStore() 6301 convertToComplexValue(*this, RVal, RValTy, LVal.getType(), Loc), LVal, in emitOMPSimpleStore()
|
| H A D | CodeGenFunction.h | 3700 void emitOMPSimpleStore(LValue LVal, RValue RVal, QualType RValTy,
|