Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSTLExtras.h33 struct less_ptr : public std::binary_function<Ty, Ty, bool> { struct
/external/llvm/include/llvm/ADT/
DSTLExtras.h49 struct less_ptr : public std::binary_function<Ty, Ty, bool> { struct
/external/swiftshader/third_party/LLVM/utils/TableGen/
DAsmMatcherEmitter.cpp1301 std::sort(Classes.begin(), Classes.end(), less_ptr<ClassInfo>()); in BuildInfo()
2137 less_ptr<MatchableInfo>()); in run()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h63 struct less_ptr : public std::binary_function<Ty, Ty, bool> { struct
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSTLExtras.h88 template <class Ty> struct less_ptr {
/external/clang/lib/Serialization/
DASTWriter.cpp2165 llvm::less_ptr<IdentifierInfo>()); in WritePreprocessor()
3313 std::sort(IIs.begin(), IIs.end(), llvm::less_ptr<IdentifierInfo>()); in WriteIdentifierTable()
4382 std::sort(IIs.begin(), IIs.end(), llvm::less_ptr<IdentifierInfo>()); in WriteASTCore()
/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp1412 typedef std::map<ClassInfo *, unsigned, less_ptr<ClassInfo>> OpClassMaskTy; in buildOperandMatchInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp1440 typedef std::map<ClassInfo *, unsigned, less_ptr<ClassInfo>> OpClassMaskTy; in buildOperandMatchInfo()