Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDOSLog.h105 CharUnits getConstValue() const { return ConstValue; } in getConstValue() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDSimpleSValBuilder.cpp31 static const llvm::APSInt *getConstValue(ProgramStateRef state, SVal V);
528 if (const llvm::APSInt *KnownRHSValue = getConstValue(state, rhs)) { in evalBinOpNN()
661 if (const llvm::APSInt *RHSValue = getConstValue(state, rhs)) { in evalBinOpNN()
708 if (const llvm::APSInt *RHSValue = getConstValue(state, rhs)) in evalBinOpNN()
1197 const llvm::APSInt *SimpleSValBuilder::getConstValue(ProgramStateRef state, in getConstValue() function in SimpleSValBuilder
1220 return getConstValue(state, simplifySVal(state, V)); in getKnownValue()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBuiltin.cpp2231 ArgVal = Builder.getInt32(Item.getConstValue().getQuantity()); in emitBuiltinOSLogFormat()