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

  /external/llvm/lib/VMCore/
ConstantsContext.h 510 typedef std::pair<TypeClass*, ValType> MapKey;
511 typedef std::map<MapKey, ConstantClass *> MapTy;
542 typename MapTy::iterator InsertOrGetItem(std::pair<MapKey, ConstantClass *>
561 Map.find(MapKey(static_cast<TypeClass*>(CP->getType()),
578 I = Map.insert(I, std::make_pair(MapKey(Ty, V), Result));
590 MapKey Lookup(Ty, V);
  /external/quake/quake/src/QW/client/
vid_win.c     [all...]
  /external/quake/quake/src/WinQuake/
vid_win.cpp     [all...]

Completed in 320 milliseconds