Home
last modified time | relevance | path

Searched defs:PairType (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenHwModes.h37 typedef std::pair<unsigned, Record*> PairType; typedef
DInfoByHwMode.h62 typedef typename MapType::value_type PairType; typedef
DInfoByHwMode.cpp175 typedef typename decltype(Map)::value_type PairType; in writeToStream() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DSTLExtrasTest.cpp94 typedef std::pair<std::size_t, int> PairType; in TEST() typedef
113 typedef std::pair<std::size_t, char> PairType; in TEST() typedef
/external/llvm/utils/TableGen/
DSearchableTableEmitter.cpp182 std::string PairType = "std::pair<" + FieldType + ", int>"; in emitLookupFunction() local
/external/clang/lib/Analysis/
DConsumed.cpp459 typedef std::pair<const Stmt *, PropagationInfo> PairType; typedef in clang::consumed::ConsumedStmtVisitor
/external/swiftshader/third_party/LLVM/lib/TableGen/
DRecord.cpp1586 typedef std::pair<Init*, std::string> PairType; in get() typedef