reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/Attributes.h
  708   std::map<std::string, std::string, std::less<>> TargetDepAttrs;
include/llvm/ProfileData/SampleProf.h
  292 using FunctionSamplesMap = std::map<std::string, FunctionSamples, std::less<>>;
include/llvm/TableGen/Record.h
 1697   using RecordMap = std::map<std::string, std::unique_ptr<Record>, std::less<>>;
 1700   std::map<std::string, Init *, std::less<>> ExtraGlobals;
tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  187       std::map<std::string, ast_type_traits::DynTypedNode, std::less<>>;
utils/TableGen/AsmMatcherEmitter.cpp
 1443   typedef std::map<ClassInfo *, unsigned, deref<std::less<>>> OpClassMaskTy;
utils/TableGen/CodeGenRegisters.cpp
 2171                    deref<std::less<>>>
utils/TableGen/CodeGenRegisters.h
   96                      deref<std::less<>>>
  160                      deref<std::less<>>>
utils/TableGen/RegisterInfoEmitter.cpp
 1318     SequenceToOffsetTable<IdxList, deref<std::less<>>> SuperRegIdxSeqs;