Home
last modified time | relevance | path

Searched defs:getConstValue (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DOSLog.h105 CharUnits getConstValue() const { return ConstValue; } in getConstValue() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1197 const llvm::APSInt *SimpleSValBuilder::getConstValue(ProgramStateRef state, in getConstValue() function in SimpleSValBuilder