Searched defs:getArgNo (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ | ||
H A D | Argument.h | 49 unsigned getArgNo() const { in getArgNo() function |
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ | ||
H A D | StdLibraryFunctionsChecker.cpp | 239 ArgNo getArgNo() const { return ArgN; } in getArgNo() function in __anon4d759d9c0111::StdLibraryFunctionsChecker::ValueConstraint |
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ | ||
H A D | Record.cpp | 2611 std::optional<unsigned> DagInit::getArgNo(StringRef Name) const { in getArgNo() function in DagInit |