OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DestPtr
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/Lex/
Preprocessor.cpp
334
const char *
DestPtr
;
335
SourceLocation Loc = ScratchBuf->getToken(Buf, Len,
DestPtr
);
344
Tok.setRawIdentifierData(
DestPtr
);
346
Tok.setLiteralData(
DestPtr
);
/external/clang/lib/CodeGen/
CGExprAgg.cpp
65
/// then loads the result into
DestPtr
.
68
/// EmitFinalDestCopy - Perform the final copy to
DestPtr
, if desired.
153
/// then loads the result into
DestPtr
.
176
/// \brief Perform the final move to
DestPtr
if RequiresGCollection is set.
195
/// EmitFinalDestCopy - Perform the final copy to
DestPtr
, if desired.
234
/// EmitFinalDestCopy - Perform the final copy to
DestPtr
, if desired.
646
llvm::Value *
DestPtr
= Dest.getAddr();
651
cast<llvm::PointerType>(
DestPtr
->getType());
674
//
DestPtr
is an array*. Construct an elementType* by drilling
679
Builder.CreateInBoundsGEP(
DestPtr
, indices, indices+2, "arrayinit.begin")
[
all
...]
CGBuiltin.cpp
93
llvm::Value *
DestPtr
= CGF.EmitScalarExpr(E->getArg(0));
95
cast<llvm::PointerType>(
DestPtr
->getType())->getAddressSpace();
106
Args[0] = CGF.Builder.CreateBitCast(
DestPtr
, IntPtrType);
128
llvm::Value *
DestPtr
= CGF.EmitScalarExpr(E->getArg(0));
130
cast<llvm::PointerType>(
DestPtr
->getType())->getAddressSpace();
144
Args[0] = CGF.Builder.CreateBitCast(
DestPtr
, IntPtrType);
[
all
...]
CGCall.cpp
495
llvm::Value *
DestPtr
, bool DestIsVolatile,
501
llvm::Value *EltPtr = CGF.Builder.CreateConstGEP2_32(
DestPtr
, 0, i);
509
CGF.Builder.CreateStore(Val,
DestPtr
, DestIsVolatile);
[
all
...]
CGExpr.cpp
590
llvm::Value *
DestPtr
= CreateMemTemp(Ty, "undef.agg.tmp");
591
return RValue::getAggregate(
DestPtr
);
[
all
...]
/external/clang/lib/Sema/
SemaChecking.cpp
[
all
...]
Completed in 700 milliseconds