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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdempotentOperationChecker.cpp100 struct BinaryOperatorData { struct in class:__anon15521::IdempotentOperationChecker
101 BinaryOperatorData() : assumption(Possible) {} function in struct:__anon15521::IdempotentOperationChecker::BinaryOperatorData
107 typedef llvm::DenseMap<const BinaryOperator *, BinaryOperatorData>
120 BinaryOperatorData &Data = hash[B];
333 BinaryOperatorData &Data = hash[B];
355 const BinaryOperatorData &Data = i->second;

Completed in 25 milliseconds