HomeSort by relevance Sort by last modified time
    Searched defs:getKnownValue (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 43 /// getKnownValue - evaluates a given SVal. If the SVal has only one possible
45 virtual const llvm::APSInt *getKnownValue(ProgramStateRef state, SVal V);
341 if (const llvm::APSInt *KnownRHSValue = getKnownValue(state, rhs)) {
454 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs)) {
500 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs))
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 72 milliseconds