HomeSort by: relevance | last modified time | path
    Searched defs:computeOperandComplexity (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 341 static unsigned computeOperandComplexity(const SymExpr *Value) {
344 static unsigned computeOperandComplexity(const llvm::APSInt &Value) {
384 computeOperandComplexity(RHS) + computeOperandComplexity(LHS);

Completed in 18 milliseconds