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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h70 llvm::Optional<int> tryExpandAsInteger(StringRef Macro, const Preprocessor &PP);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp113 llvm::Optional<int> tryExpandAsInteger(StringRef Macro, function in namespace:clang::ento
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp825 tryExpandAsInteger("EOF", C.getPreprocessor()))
H A DMallocChecker.cpp3191 tryExpandAsInteger("ZERO_SIZE_PTR", C.getPreprocessor());

Completed in 116 milliseconds