Home
last modified time | relevance | path

Searched refs:tryExpandAsInteger (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h71 llvm::Optional<int> tryExpandAsInteger(StringRef Macro, const Preprocessor &PP);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp113 llvm::Optional<int> tryExpandAsInteger(StringRef Macro, in tryExpandAsInteger() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1282 tryExpandAsInteger("EOF", C.getPreprocessor())) in initFunctionSummaries()
H A DMallocChecker.cpp3339 tryExpandAsInteger("ZERO_SIZE_PTR", C.getPreprocessor()); in isArgZERO_SIZE_PTR()