HomeSort by: relevance | last modified time | path
    Searched refs:RValTy (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGAtomic.cpp 932 QualType RValTy = E->getType().getUnqualifiedType();
951 Dest = CreateMemTemp(RValTy, "cmpxchg.bool");
952 else if (!RValTy->isVoidType()) {
1280 if (RValTy->isVoidType())
1284 Builder.CreateBitCast(Dest, ConvertTypeForMem(RValTy)->getPointerTo()),
1285 RValTy, E->getExprLoc());
1331 if (RValTy->isVoidType())
1335 Builder.CreateBitCast(Dest, ConvertTypeForMem(RValTy)->getPointerTo(
1337 RValTy, E->getExprLoc());
1403 if (RValTy->isVoidType()
    [all...]
CGStmtOpenMP.cpp 5373 QualType RValTy, SourceLocation Loc) {
5377 *this, RVal, RValTy, LVal.getType(), Loc)),
5382 convertToComplexValue(*this, RVal, RValTy, LVal.getType(), Loc), LVal,
CodeGenFunction.h 3290 void emitOMPSimpleStore(LValue LVal, RValue RVal, QualType RValTy,

Completed in 26 milliseconds