Home
last modified time | relevance | path

Searched defs:ArgN (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp113 ValueConstraint(ArgNo ArgN) : ArgN(ArgN) {} in ValueConstraint()
156 ArgNo ArgN; // Argument to which we apply the constraint. member in __anon6255e2070111::StdLibraryFunctionsChecker::ValueConstraint
182 RangeConstraint(ArgNo ArgN, RangeKind Kind, const IntRangeVector &Ranges) in RangeConstraint()
239 ComparisonConstraint(ArgNo ArgN, BinaryOperator::Opcode Opcode, in ComparisonConstraint()
446 static QualType getArgType(const FunctionDecl *FD, ArgNo ArgN) { in getArgType()
552 static SVal getArgSVal(const CallEvent &Call, ArgNo ArgN) { in getArgSVal()
595 for (ArgNo ArgN : VC->getArgsToTrack()) in reportBug() local
666 StdLibraryFunctionsChecker::getArgDesc(StdLibraryFunctionsChecker::ArgNo ArgN) { in getArgDesc()
1150 IntRangeVector Ranges) { in initFunctionSummaries()
1184 auto NotNull = [&](ArgNo ArgN) { in initFunctionSummaries()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1534 SDValue ArgN = DAG.getCopyFromReg(DAG.getEntryNode(), DL, in LowerVASTART() local