Searched refs:less_ptr (Results 1 – 3 of 3) sorted by relevance
47 struct less_ptr : public std::binary_function<Ty, Ty, bool> { struct
2086 llvm::less_ptr<IdentifierInfo>()); in WritePreprocessor()3282 std::sort(IIs.begin(), IIs.end(), llvm::less_ptr<IdentifierInfo>()); in WriteIdentifierTable()4325 std::sort(IIs.begin(), IIs.end(), llvm::less_ptr<IdentifierInfo>()); in WriteASTCore()
1326 typedef std::map<ClassInfo *, unsigned, less_ptr<ClassInfo>> OpClassMaskTy; in buildOperandMatchInfo()