HomeSort by relevance Sort by last modified time
    Searched refs:EmitCastToVoidPtr (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/CodeGen/
CGAtomic.cpp 332 Args.add(RValue::get(CGF.EmitCastToVoidPtr(Val)),
473 Args.add(RValue::get(EmitCastToVoidPtr(Ptr)),
494 Args.add(RValue::get(EmitCastToVoidPtr(Val1)),
571 Args.add(RValue::get(EmitCastToVoidPtr(Dest)),
750 args.add(RValue::get(EmitCastToVoidPtr(src.getAddress())),
752 args.add(RValue::get(EmitCastToVoidPtr(tempAddr)),
    [all...]
CGExprCXX.cpp 404 DestPtr = CGF.EmitCastToVoidPtr(DestPtr);
427 llvm::Value *SrcPtr = CGF.EmitCastToVoidPtr(NullVariable);
    [all...]
CGExpr.cpp 39 llvm::Value *CodeGenFunction::EmitCastToVoidPtr(llvm::Value *value) {
    [all...]
CGExprScalar.cpp     [all...]
CodeGenFunction.h     [all...]

Completed in 29 milliseconds