Home
last modified time | relevance | path

Searched refs:computeComplexity (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymExpr.h91 virtual unsigned computeComplexity() const = 0;
137 unsigned computeComplexity() const override { in computeComplexity() function
H A DSymbolManager.h297 unsigned computeComplexity() const override { in computeComplexity() function
299 Complexity = 1 + Operand->computeComplexity(); in computeComplexity()
347 unsigned computeComplexity() const override { in computeComplexity() function
349 Complexity = 1 + Operand->computeComplexity(); in computeComplexity()
407 return Value->computeComplexity(); in computeOperandComplexity()
446 unsigned computeComplexity() const override { in computeComplexity() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTrustNonnullChecker.cpp69 if (!CondS || CondS->computeComplexity() > ComplexityThreshold) in evalAssume()
H A DTaint.cpp262 Sym->computeComplexity() > Opts.MaxTaintedSymbolComplexity) { in getTaintedSymbolsImpl()