Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DIdempotentOperationChecker.cpp98 struct BinaryOperatorData { struct in __anon98cbdff20111::IdempotentOperationChecker
99 BinaryOperatorData() : assumption(Possible), analysisContext(0) {} in BinaryOperatorData() function
106 typedef llvm::DenseMap<const BinaryOperator *, BinaryOperatorData>
118 BinaryOperatorData &Data = hash[B]; in checkPreStmt()
332 BinaryOperatorData &Data = hash[B]; in checkPostStmt()
352 const BinaryOperatorData &Data = i->second; in checkEndAnalysis()