HomeSort by relevance Sort by last modified time
    Searched defs:DestPtr (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Lex/
Preprocessor.cpp 360 const char *DestPtr;
361 SourceLocation Loc = ScratchBuf->getToken(Buf, Len, DestPtr);
370 Tok.setRawIdentifierData(DestPtr);
372 Tok.setLiteralData(DestPtr);
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 72 /// then loads the result into DestPtr.
75 /// EmitFinalDestCopy - Perform the final copy to DestPtr, if desired.
169 /// then loads the result into DestPtr.
192 /// \brief Perform the final move to DestPtr if for some reason
215 /// EmitFinalDestCopy - Perform the final copy to DestPtr, if desired.
254 /// EmitFinalDestCopy - Perform the final copy to DestPtr, if desired.
668 llvm::Value *DestPtr = Dest.getAddr();
673 cast<llvm::PointerType>(DestPtr->getType());
696 // DestPtr is an array*. Construct an elementType* by drilling
701 Builder.CreateInBoundsGEP(DestPtr, indices, "arrayinit.begin")
    [all...]
CGBuiltin.cpp 89 llvm::Value *DestPtr = CGF.EmitScalarExpr(E->getArg(0));
91 cast<llvm::PointerType>(DestPtr->getType())->getAddressSpace();
99 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType);
124 llvm::Value *DestPtr = CGF.EmitScalarExpr(E->getArg(0));
126 cast<llvm::PointerType>(DestPtr->getType())->getAddressSpace();
137 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType);
    [all...]
CGCall.cpp 510 llvm::Value *DestPtr, bool DestIsVolatile,
516 llvm::Value *EltPtr = CGF.Builder.CreateConstGEP2_32(DestPtr, 0, i);
524 CGF.Builder.CreateStore(Val, DestPtr, DestIsVolatile);
    [all...]
CGExpr.cpp 599 llvm::Value *DestPtr = CreateMemTemp(Ty, "undef.agg.tmp");
600 return RValue::getAggregate(DestPtr);
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 6148 milliseconds