Searched refs:tryExpandAsInteger (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CheckerHelpers.h | 74 std::optional<int> tryExpandAsInteger(StringRef Macro, const Preprocessor &PP);
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerHelpers.cpp | 115 std::optional<int> tryExpandAsInteger(StringRef Macro, const Preprocessor &PP) { in tryExpandAsInteger() function
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StreamChecker.cpp | 608 tryExpandAsInteger("EOF", C.getPreprocessor())) in initMacroValues() 613 tryExpandAsInteger("SEEK_SET", C.getPreprocessor())) in initMacroValues() 616 tryExpandAsInteger("SEEK_END", C.getPreprocessor())) in initMacroValues() 619 tryExpandAsInteger("SEEK_CUR", C.getPreprocessor())) in initMacroValues()
|
H A D | UnixAPIChecker.cpp | 142 Val_O_CREAT = tryExpandAsInteger("O_CREAT", Mgr.getPreprocessor()); in checkASTDecl()
|
H A D | StdLibraryFunctionsChecker.cpp | 1705 const auto EOFv = tryExpandAsInteger("EOF", PP).value_or(-1); in initFunctionSummaries() 1706 const auto AT_FDCWDv = tryExpandAsInteger("AT_FDCWD", PP).value_or(-100); in initFunctionSummaries()
|
H A D | MallocChecker.cpp | 3386 tryExpandAsInteger("ZERO_SIZE_PTR", C.getPreprocessor()); in isArgZERO_SIZE_PTR()
|