Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOSLog.h105 CharUnits getConstValue() const { return ConstValue; } in getConstValue() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp31 const llvm::APSInt *getConstValue(ProgramStateRef state, SVal V);
514 if (const llvm::APSInt *KnownRHSValue = getConstValue(state, rhs)) { in evalBinOpNN()
634 if (const llvm::APSInt *RHSValue = getConstValue(state, rhs)) { in evalBinOpNN()
681 if (const llvm::APSInt *RHSValue = getConstValue(state, rhs)) in evalBinOpNN()
1171 const llvm::APSInt *SimpleSValBuilder::getConstValue(ProgramStateRef state, in getConstValue() function in SimpleSValBuilder
1190 return getConstValue(state, simplifySVal(state, V)); in getKnownValue()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp1899 ArgVal = Builder.getInt32(Item.getConstValue().getQuantity()); in emitBuiltinOSLogFormat()