Home
last modified time | relevance | path

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

/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