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 98 typedef std::pair<StringRef, const Target*> pair_ty; typedef
99 return ((const pair_ty*)LHS)->first.compare(((const pair_ty*)RHS)->first);
CommandLine.cpp 1192 typedef std::pair<const char *, Option*> pair_ty; typedef
    [all...]

Completed in 50 milliseconds