|
clang 22.0.0git
|
Public Member Functions | |
| StringRef | matchName (StringRef FunName, bool isBuiltin) |
| StringRef | matchLibcNameOrBuiltinChk (StringRef Name) |
| StringRef | matchLibcName (StringRef Name) |
Definition at line 792 of file UnsafeBufferUsage.cpp.
|
inline |
Definition at line 815 of file UnsafeBufferUsage.cpp.
Referenced by matchLibcNameOrBuiltinChk(), and matchName().
|
inline |
Definition at line 808 of file UnsafeBufferUsage.cpp.
References matchLibcName().
Referenced by matchName().
|
inline |
Definition at line 793 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().