HomeSort by relevance Sort by last modified time
    Searched refs:pair_ty (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
TargetRegistry.cpp 139 typedef std::pair<StringRef, const Target*> pair_ty; typedef
140 return ((const pair_ty*)LHS)->first.compare(((const pair_ty*)RHS)->first);
CommandLine.cpp 1188 typedef std::pair<const char *, Option*> pair_ty; typedef
    [all...]

Completed in 40 milliseconds