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