Searched defs:ExpectedState (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DConsumed.h82 warnParamReturnTypestateMismatch(SourceLocation Loc, StringRef VariableName, StringRef ExpectedState, StringRef ObservedState) argument
88 warnParamTypestateMismatch(SourceLocation LOC, StringRef ExpectedState, StringRef ObservedState) argument
111 warnReturnTypestateMismatch(SourceLocation Loc, StringRef ExpectedState, StringRef ObservedState) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp635 ConsumedState ExpectedState = mapParamTypestateAttrState(PTA); local
877 ConsumedState ExpectedState = Analyzer.getExpectedReturnState(); local
1100 ConsumedState ExpectedState = mapReturnTypestateAttrState(RTA); local
[all...]

Completed in 66 milliseconds