/external/clang/lib/CodeGen/ |
CGExprScalar.cpp | 151 Value *EmitScalarConversion(Value *Src, QualType SrcTy, QualType DstTy, 154 Value *EmitScalarConversion(Value *Src, QualType SrcTy, QualType DstTy, 579 assert(SrcType.isCanonical() && "EmitScalarConversion strips typedefs"); 732 Value *ScalarExprEmitter::EmitScalarConversion(Value *Src, QualType SrcType, 735 return EmitScalarConversion(Src, SrcType, DstType, Loc, false); 738 Value *ScalarExprEmitter::EmitScalarConversion(Value *Src, QualType SrcType, [all...] |
CGExprComplex.cpp | 406 Val.first = CGF.EmitScalarConversion(Val.first, SrcType, DestType, Loc); 407 Val.second = CGF.EmitScalarConversion(Val.second, SrcType, DestType, Loc); 417 Val = CGF.EmitScalarConversion(Val, SrcType, DestType, Loc); [all...] |
CGStmtOpenMP.cpp | 152 auto *SrcAddrVal = EmitScalarConversion( 177 auto *CastedPtr = CGF.EmitScalarConversion( [all...] |
CGOpenMPRuntime.cpp | [all...] |
CodeGenFunction.h | 856 // EmitScalarConversion which assumes that all other uses of a [all...] |
CGExpr.cpp | 120 return EmitScalarConversion(EmitScalarExpr(E), E->getType(), BoolTy, Loc); [all...] |