Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DSTLExtras.h47 struct less_ptr : public std::binary_function<Ty, Ty, bool> { struct
/external/clang/lib/Serialization/
DASTWriter.cpp2086 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()
/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp1326 typedef std::map<ClassInfo *, unsigned, less_ptr<ClassInfo>> OpClassMaskTy; in buildOperandMatchInfo()