Home
last modified time | relevance | path

Searched defs:OperatorNew (Results 1 – 5 of 5) sorted by relevance

/external/stlport/test/eh/
Dnc_alloc.cpp183 static void* OperatorNew( size_t s ) { in OperatorNew() function
/external/clang/test/Analysis/
Dinline.cpp241 namespace OperatorNew { namespace
/external/clang/lib/Sema/
DSemaExprCXX.cpp1290 FunctionDecl *OperatorNew = 0; in BuildCXXNew() local
1498 FunctionDecl *&OperatorNew, in FindAllocationFunctions()
DTreeTransform.h7214 FunctionDecl *OperatorNew = 0; in TransformCXXNewExpr() local
/external/clang/include/clang/AST/
DExprCXX.h1460 FunctionDecl *OperatorNew; variable