Searched refs:ArgR (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 1439 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 D | ClangAttrEmitter.cpp | 2728 const Record *ArgR = ArgRecords[I]; in emitAttributes() local 2729 if (isIdentifierArgument(ArgR) || isVariadicIdentifierArgument(ArgR) || in emitAttributes() 2730 isTypeArgument(ArgR)) in emitAttributes() 2737 if (I < (ArgRecords.size() - 1) && isVariadicExprArgument(ArgR)) in emitAttributes()
|