Home
last modified time | relevance | path

Searched refs:CC_X86FastCall (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/Basic/
DSpecifiers.h204 CC_X86FastCall, // __attribute__((fastcall)) enumerator
222 case CC_X86FastCall: in supportsVariadicCall()
/external/clang/lib/AST/
DMangle.cpp89 case CC_X86FastCall: in getCallingConvMangling()
DTypePrinter.cpp674 case CC_X86FastCall: in printFunctionProtoAfter()
DType.cpp1574 case CC_X86FastCall: return "fastcall"; in getNameForCallConv()
DMicrosoftMangle.cpp1778 case CC_X86FastCall: Out << 'I'; break; in mangleCallingConvention()
DExpr.cpp548 case CC_X86FastCall: POut << "__fastcall "; break; in ComputeName()
/external/clang/lib/Sema/
DSemaType.cpp4565 if (CC == CC_X86FastCall) { in handleFunctionTypeAttr()
4611 if (CC == CC_X86StdCall || CC == CC_X86FastCall) in handleFunctionTypeAttr()
4621 if (CC == CC_X86FastCall && fn->getHasRegParm()) { in handleFunctionTypeAttr()
4623 << "regparm" << FunctionType::getNameForCallConv(CC_X86FastCall); in handleFunctionTypeAttr()
DSemaDeclAttr.cpp3412 case AttributeList::AT_FastCall: CC = CC_X86FastCall; break; in CheckCallingConvAttr()
/external/clang/lib/CodeGen/
DCGCall.cpp44 case CC_X86FastCall: return llvm::CallingConv::X86_FastCall; in ClangCallConvToLLVMCallConv()
124 return CC_X86FastCall; in getCallingConventionForDecl()
DMicrosoftCXXABI.cpp2291 } else if (FPT->getCallConv() == CC_X86FastCall) { in BuildMemberPointer()
/external/clang/lib/Basic/
DTargets.cpp2361 CC == CC_X86FastCall || in checkCallingConvention()
3790 case CC_X86FastCall: in checkCallingConvention()