class FunctionSummariesTy::FunctionSummary

Declaration

class FunctionSummariesTy::FunctionSummary { /* full declaration omitted */ };

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h:34

Member Variables

public llvm::SmallBitVector VisitedBasicBlocks
Marks the IDs of the basic blocks visited during the analyzes.
public unsigned int TotalBasicBlocks
Total number of blocks in the function.
public unsigned int InlineChecked
True if this function has been checked against the rules for which functions may be inlined.
public unsigned int MayInline
True if this function may be inlined.
public unsigned int TimesInlined
The number of times the function has been inlined.

Method Overview

Methods

ΒΆFunctionSummary()

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h:52