Searched refs:getConstValue (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DOSLog.h105 CharUnits getConstValue() const { return ConstValue; } function in class:clang::analyze_os_log::OSLogBufferItem
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp31 static const llvm::APSInt *getConstValue(ProgramStateRef state, SVal V);
60 // with their known values (in the sense of the getConstValue() method).
528 if (const llvm::APSInt *KnownRHSValue = getConstValue(state, rhs)) {
661 if (const llvm::APSInt *RHSValue = getConstValue(state, rhs)) {
708 if (const llvm::APSInt *RHSValue = getConstValue(state, rhs))
1197 const llvm::APSInt *SimpleSValBuilder::getConstValue(ProgramStateRef state, function in class:SimpleSValBuilder
1220 return getConstValue(state, simplifySVal(state, V));
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2221 ArgVal = Builder.getInt32(Item.getConstValue().getQuantity());

Completed in 192 milliseconds