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.cpp274 namespace OperatorNew { namespace
/external/clang/lib/Sema/
DSemaExprCXX.cpp1257 FunctionDecl *OperatorNew = 0; in BuildCXXNew() local
1472 FunctionDecl *&OperatorNew, in FindAllocationFunctions()
DTreeTransform.h7267 FunctionDecl *OperatorNew = 0; in TransformCXXNewExpr() local
/external/clang/include/clang/AST/
DExprCXX.h1479 FunctionDecl *OperatorNew; variable