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

/external/stlport/test/eh/
H A Dnc_alloc.cpp183 static void* OperatorNew( size_t s ) { function
209 { return OperatorNew( s ); }
214 return OperatorNew( size );
224 return OperatorNew( size );
230 return OperatorNew(size);
/external/clang/test/Analysis/
H A Dinline.cpp241 namespace OperatorNew { namespace
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1290 FunctionDecl *OperatorNew = 0; local
1301 NumPlaceArgs, OperatorNew, OperatorDelete))
1312 if (OperatorNew) {
1315 OperatorNew->getType()->getAs<FunctionProtoType>();
1319 if (GatherArgumentsForCall(PlacementLParen, OperatorNew,
1328 DiagnoseSentinelCalls(OperatorNew, PlacementLParen,
1336 if (NumPlaceArgs == 0 && OperatorNew &&
1337 (OperatorNew->isImplicit() ||
1338 getSourceManager().isInSystemHeader(OperatorNew->getLocStart()))) {
1409 if (OperatorNew)
1494 FindAllocationFunctions(SourceLocation StartLoc, SourceRange Range, bool UseGlobal, QualType AllocType, bool IsArray, Expr **PlaceArgs, unsigned NumPlaceArgs, FunctionDecl *&OperatorNew, FunctionDecl *&OperatorDelete) argument
[all...]
H A DTreeTransform.h7214 FunctionDecl *OperatorNew = 0;
7216 OperatorNew = cast_or_null<FunctionDecl>(
7219 if (!OperatorNew)
7236 OperatorNew == E->getOperatorNew() &&
7241 if (OperatorNew)
7242 SemaRef.MarkFunctionReferenced(E->getLocStart(), OperatorNew);
/external/clang/include/clang/AST/
H A DExprCXX.h1460 FunctionDecl *OperatorNew; member in class:clang::CXXNewExpr
1534 FunctionDecl *getOperatorNew() const { return OperatorNew; }
1535 void setOperatorNew(FunctionDecl *D) { OperatorNew = D; }
/external/clang/lib/AST/
H A DExprCXX.cpp76 SubExprs(0), OperatorNew(operatorNew), OperatorDelete(operatorDelete),
/external/clang/include/clang/Sema/
H A DSema.h3716 FunctionDecl *&OperatorNew,

Completed in 131 milliseconds