Searched refs:EmitCastToVoidPtr (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp45 EmitCastToVoidPtr(CapturedStruct)};
H A DCGAtomic.cpp472 Args.add(RValue::get(CGF.EmitCastToVoidPtr(Val)),
613 Args.add(RValue::get(EmitCastToVoidPtr(Ptr)), getContext().VoidPtrTy);
635 Args.add(RValue::get(EmitCastToVoidPtr(Val1)), getContext().VoidPtrTy);
718 Args.add(RValue::get(EmitCastToVoidPtr(Dest)),
905 args.add(RValue::get(EmitCastToVoidPtr(src.getAddress())),
907 args.add(RValue::get(EmitCastToVoidPtr(tempAddr)),
1055 args.add(RValue::get(EmitCastToVoidPtr(dest.getAddress())),
1057 args.add(RValue::get(EmitCastToVoidPtr(srcAddr)),
H A DCGExprCXX.cpp317 DestPtr = CGF.EmitCastToVoidPtr(DestPtr);
340 llvm::Value *SrcPtr = CGF.EmitCastToVoidPtr(NullVariable);
H A DCGExpr.cpp40 llvm::Value *CodeGenFunction::EmitCastToVoidPtr(llvm::Value *value) { function in class:CodeGenFunction
2353 Address = EmitCastToVoidPtr(Base);
H A DCGExprScalar.cpp1656 value = CGF.EmitCastToVoidPtr(value);
1720 value = CGF.EmitCastToVoidPtr(value);
H A DItaniumCXXABI.cpp995 Value = CGF.EmitCastToVoidPtr(Value);
1034 Value = CGF.EmitCastToVoidPtr(Value);
H A DCodeGenFunction.h1413 llvm::Value *EmitCastToVoidPtr(llvm::Value *value);

Completed in 907 milliseconds