Home
last modified time | relevance | path

Searched refs:ArgR (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1439 const MemRegion *ArgR = ArgVal.getAsRegion(); in ProcessDeleteDtor() local
1447 if (ArgR) { in ProcessDeleteDtor()
1450 State, ArgR, DTy, LCtx, &ElementCount); in ProcessDeleteDtor()
1466 ArgR = State->getLValue(DTy, svalBuilder.makeArrayIndex(Idx), ArgVal) in ProcessDeleteDtor()
1482 VisitCXXDestructor(DTy, ArgR, DE, /*IsBase=*/false, Pred, Dst, CallOpts); in ProcessDeleteDtor()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2564 const Record *ArgR = ArgRecords[I]; in emitAttributes() local
2565 if (isIdentifierArgument(ArgR) || isVariadicIdentifierArgument(ArgR) || in emitAttributes()
2566 isTypeArgument(ArgR)) in emitAttributes()
2573 if (I < (ArgRecords.size() - 1) && isVariadicExprArgument(ArgR)) in emitAttributes()