Home
last modified time | relevance | path

Searched defs:CNE (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp97 ColumnNumberEntry CNE; in addLineAndColumnInfo() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp923 if (const FunctionDecl *FD = CNE->getOperatorNew()) { in VisitCXXNewAllocatorCall() argument
995 VisitCXXNewExpr(const CXXNewExpr * CNE,ExplodedNode * Pred,ExplodedNodeSet & Dst) VisitCXXNewExpr() argument
[all...]
H A DExprEngineCallAndReturn.cpp327 if (const auto *CNE = dyn_cast<CXXNewExpr>(CE)) { in processCallExit() local
796 const auto *CNE = dyn_cast<CXXNewExpr>(E); bindReturnValue() local