Searched refs:MapKey (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/VMCore/
H A DConstantsContext.h517 typedef std::pair<TypeClass*, ValType> MapKey; typedef in class:llvm::ConstantUniqueMap
518 typedef std::map<MapKey, ConstantClass *> MapTy;
549 typename MapTy::iterator InsertOrGetItem(std::pair<MapKey, ConstantClass *>
568 Map.find(MapKey(static_cast<TypeClass*>(CP->getType()),
585 I = Map.insert(I, std::make_pair(MapKey(Ty, V), Result));
597 MapKey Lookup(Ty, V);
/external/quake/quake/src/QW/client/
H A Dvid_win.c2658 MapKey
2663 int MapKey (int key) function
2979 Key_Event (MapKey(lParam), true);
2985 Key_Event (MapKey(lParam), false);
/external/quake/quake/src/WinQuake/
H A Dvid_win.cpp2618 MapKey
2623 int MapKey (int key) function
2931 Key_Event (MapKey(lParam), true);
2937 Key_Event (MapKey(lParam), false);

Completed in 121 milliseconds