Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOSLog.h105 CharUnits getConstValue() const { return ConstValue; } in getConstValue() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp32 static const llvm::APSInt *getConstValue(ProgramStateRef state, SVal V);
530 if (const llvm::APSInt *KnownRHSValue = getConstValue(state, rhs)) { in evalBinOpNN()
663 if (const llvm::APSInt *RHSValue = getConstValue(state, rhs)) { in evalBinOpNN()
710 if (const llvm::APSInt *RHSValue = getConstValue(state, rhs)) in evalBinOpNN()
1200 const llvm::APSInt *SimpleSValBuilder::getConstValue(ProgramStateRef state, in getConstValue() function in SimpleSValBuilder
1223 return getConstValue(state, simplifySVal(state, V)); in getKnownValue()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2269 ArgVal = Builder.getInt32(Item.getConstValue().getQuantity()); in emitBuiltinOSLogFormat()