Searched defs:CCs (Results 1 – 3 of 3) sorted by relevance
92 const char *CCs[] = {"cdecl", "stdcall", "fastcall", "thiscall", "pascal"}; in addCygMingDefines() local
37 std::vector<Record*> CCs = Records.getAllDerivedDefinitions("CallingConv"); in run() local
639 static void InitCmpLibcallCCs(ISD::CondCode *CCs) { in InitCmpLibcallCCs()