Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DConsumed.cpp247 static StringRef stateToString(ConsumedState State) { in stateToString() function
591 stateToString(VarState), BlameLoc); in checkCallability()
600 FunDecl->getNameAsString(), stateToString(TmpState), BlameLoc); in checkCallability()
637 stateToString(ExpectedState), stateToString(ParamState)); in handleCall()
897 Ret->getReturnLoc(), stateToString(ExpectedState), in VisitReturnStmt()
898 stateToString(RetState)); in VisitReturnStmt()
1141 Param->getNameAsString(), stateToString(ExpectedState), in checkParamsForReturnTypestate()
1142 stateToString(DM.second)); in checkParamsForReturnTypestate()