Home
last modified time | relevance | path

Searched defs:CCs (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargets.cpp92 const char *CCs[] = {"cdecl", "stdcall", "fastcall", "thiscall", "pascal"}; in addCygMingDefines() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp37 std::vector<Record*> CCs = Records.getAllDerivedDefinitions("CallingConv"); in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp639 static void InitCmpLibcallCCs(ISD::CondCode *CCs) { in InitCmpLibcallCCs()