HomeSort by: relevance | last modified time | path
    Searched defs:CNE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
DebugLinesSubsection.cpp 97 ColumnNumberEntry CNE;
98 CNE.StartColumn = ColStart;
99 CNE.EndColumn = ColEnd;
100 B.Columns.push_back(CNE);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 260 if (const auto *CNE = dyn_cast<CXXNewExpr>(CE)) {
266 SVal AllocV = state->getSVal(CNE, callerCtx);
268 AllocV, CNE->getType(),
271 state = addObjectUnderConstruction(state, CNE, calleeCtx->getParent(),
693 const auto *CNE = dyn_cast<CXXNewExpr>(E);
694 if (CNE && CNE->getOperatorNew()->isReplaceableGlobalAllocationFunction()) {
700 if (const Expr *SizeExpr = CNE->getArraySize().getValueOr(nullptr)) {
706 SVal ElementSize = getElementExtent(CNE->getAllocatedType(), svalBuilder);

Completed in 23 milliseconds