Home
last modified time | relevance | path

Searched refs:sizeArg (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp84 const unsigned sizeArg,
365 const unsigned sizeArg, in BasicAllocationCheck() argument
374 const Expr *arg = CE->getArg(sizeArg); in BasicAllocationCheck()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics.cpp2400 if (const auto &sizeArg{call.arguments[2]}) { in ApplySpecificChecks() local
2401 ok = CheckForNonPositiveValues(context, *sizeArg, name, "size"); in ApplySpecificChecks()
2403 if (auto sizeVal{ToInt64(sizeArg->UnwrapExpr())}) { in ApplySpecificChecks()
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp4189 mlir::Value sizeArg = fir::getBase(args[2]); in genTransfer() local
4191 sizeArg); in genTransfer()