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.cpp1440 const MemRegion *ArgR = ArgVal.getAsRegion(); in ProcessDeleteDtor() local
1448 if (ArgR) { in ProcessDeleteDtor()
1451 State, ArgR, DTy, LCtx, &ElementCount); in ProcessDeleteDtor()
1467 ArgR = State->getLValue(DTy, svalBuilder.makeArrayIndex(Idx), ArgVal) in ProcessDeleteDtor()
1483 VisitCXXDestructor(DTy, ArgR, DE, /*IsBase=*/false, Pred, Dst, CallOpts); in ProcessDeleteDtor()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2749 const Record *ArgR = ArgRecords[I]; in emitAttributes() local
2750 if (isIdentifierArgument(ArgR) || isVariadicIdentifierArgument(ArgR) || in emitAttributes()
2751 isTypeArgument(ArgR)) in emitAttributes()
2758 if (I < (ArgRecords.size() - 1) && isVariadicExprArgument(ArgR)) in emitAttributes()