Searched refs:RValTy (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 999 QualType RValTy = E->getType().getUnqualifiedType(); in EmitAtomicExpr() local 1018 Dest = CreateMemTemp(RValTy, "cmpxchg.bool"); in EmitAtomicExpr() 1019 else if (!RValTy->isVoidType()) { in EmitAtomicExpr() 1218 if (RValTy->isVoidType()) in EmitAtomicExpr() 1221 return convertTempToRValue(Dest.withElementType(ConvertTypeForMem(RValTy)), in EmitAtomicExpr() 1222 RValTy, E->getExprLoc()); in EmitAtomicExpr() 1274 if (RValTy->isVoidType()) in EmitAtomicExpr() 1277 return convertTempToRValue(Dest.withElementType(ConvertTypeForMem(RValTy)), in EmitAtomicExpr() 1278 RValTy, E->getExprLoc()); in EmitAtomicExpr() 1344 if (RValTy->isVoidType()) in EmitAtomicExpr() [all …]
|
H A D | CGStmtOpenMP.cpp | 6073 QualType RValTy, SourceLocation Loc) { in emitOMPSimpleStore() argument 6077 *this, RVal, RValTy, LVal.getType(), Loc)), in emitOMPSimpleStore() 6082 convertToComplexValue(*this, RVal, RValTy, LVal.getType(), Loc), LVal, in emitOMPSimpleStore()
|
H A D | CodeGenFunction.h | 3661 void emitOMPSimpleStore(LValue LVal, RValue RVal, QualType RValTy,
|