|
clang 22.0.0git
|
Public Member Functions | |
| StringRef | matchName (StringRef FunName, bool isBuiltin) |
| StringRef | matchLibcNameOrBuiltinChk (StringRef Name) |
| StringRef | matchLibcName (StringRef Name) |
Definition at line 790 of file UnsafeBufferUsage.cpp.
|
inline |
Definition at line 813 of file UnsafeBufferUsage.cpp.
Referenced by matchLibcNameOrBuiltinChk(), and matchName().
|
inline |
Definition at line 806 of file UnsafeBufferUsage.cpp.
References matchLibcName().
Referenced by matchName().
|
inline |
Definition at line 791 of file UnsafeBufferUsage.cpp.
References matchLibcName(), and matchLibcNameOrBuiltinChk().
Referenced by libc_func_matchers::isNormalPrintfFunc(), libc_func_matchers::isPredefinedUnsafeLibcFunc(), libc_func_matchers::isUnsafeSprintfFunc(), and libc_func_matchers::isUnsafeVaListPrintfFunc().