Searched defs:ArgN (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 149 ValueConstraint(ArgNo ArgN) : ArgN(ArgN) {} in ValueConstraint() 247 ArgNo ArgN; member in __anon4d759d9c0111::StdLibraryFunctionsChecker::ValueConstraint 280 RangeConstraint(ArgNo ArgN, RangeKind Kind, const IntRangeVector &Ranges, in RangeConstraint() 359 ComparisonConstraint(ArgNo ArgN, BinaryOperator::Opcode Opcode, in ComparisonConstraint() 376 NotNullConstraint(ArgNo ArgN, bool CannotBeNull = true) in NotNullConstraint() 420 NotNullBufferConstraint(ArgNo ArgN, ArgNo SizeArg1N, in NotNullBufferConstraint() 732 static QualType getArgType(const FunctionDecl *FD, ArgNo ArgN) { in getArgType() 829 static SVal getArgSVal(const CallEvent &Call, ArgNo ArgN) { in getArgSVal() 880 for (ArgNo ArgN : VC->getArgsToTrack()) { in reportBug() local 916 StdLibraryFunctionsChecker::ArgNo ArgN, llvm::raw_ostream &Out) { in printArgDesc() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 393 for (unsigned int ArgI = 0, ArgN = E1->getNumTemplateArgs(); ArgI < ArgN; in IsStmtEquivalent() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1835 SDValue ArgN = DAG.getCopyFromReg(DAG.getEntryNode(), DL, in LowerVASTART() local
|