Searched refs:ArgN (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp105 ValueConstraint(ArgNo ArgN) : ArgN(ArgN) {} argument
120 const bool ValidArg = ArgN == Ret || ArgN < FD->getNumParams();
127 ArgNo getArgNo() const { return ArgN; }
130 ArgNo ArgN; // Argument to which we apply the constraint. member in class:__anon2306::StdLibraryFunctionsChecker::ValueConstraint
147 RangeConstraint(ArgNo ArgN, RangeKind Kind, const IntRangeVector &Args) argument
148 : ValueConstraint(ArgN), Kind(Kind), Args(Args) {}
189 getArgType(FD, ArgN)
201 ComparisonConstraint(ArgNo ArgN, BinaryOperator::Opcode Opcode, ArgNo OtherArgN) argument
345 getArgType(const FunctionDecl *FD, ArgNo ArgN) argument
446 getArgSVal(const CallEvent &Call, ArgNo ArgN) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp2322 unsigned int ArgN = 0; local
2330 const RecordVal *RV = ArgsRec->getValue(TArgs[ArgN]);
2332 errs() << "Cannot find template arg " << ArgN << " (" << TArgs[ArgN]
2337 ++ArgN;
2352 if (ArgN >= TArgs.size()) {
2357 const RecordVal *RV = ArgsRec->getValue(TArgs[ArgN]);
2360 ++ArgN;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1303 SDValue ArgN = DAG.getCopyFromReg(DAG.getEntryNode(), DL, local
1305 return DAG.getStore(Op.getOperand(0), DL, ArgN, Op.getOperand(1),

Completed in 44 milliseconds