Home
last modified time | relevance | path

Searched refs:areArgsDestroyedLeftToRightInCallee (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Basic/
DTargetCXXABI.h217 bool areArgsDestroyedLeftToRightInCallee() const { in areArgsDestroyedLeftToRightInCallee() function
/external/clang/lib/CodeGen/
DCGCall.cpp2435 if (getTarget().getCXXABI().areArgsDestroyedLeftToRightInCallee()) { in EmitFunctionProlog()
2984 assert(CGF.getTarget().getCXXABI().areArgsDestroyedLeftToRightInCallee()); in deactivateArgCleanupsBeforeCall()
3195 if (CGM.getTarget().getCXXABI().areArgsDestroyedLeftToRightInCallee()) { in EmitCallArgs()
3288 CGM.getTarget().getCXXABI().areArgsDestroyedLeftToRightInCallee()) { in EmitCallArg()
DCGDecl.cpp1783 getTarget().getCXXABI().areArgsDestroyedLeftToRightInCallee()) { in EmitParmDecl()
DCGClass.cpp2084 if (CGF.getTarget().getCXXABI().areArgsDestroyedLeftToRightInCallee()) { in canEmitDelegateCallArgs()
/external/clang/lib/Sema/
DSemaChecking.cpp9456 .areArgsDestroyedLeftToRightInCallee()) { in CheckParmsForFunctionDef()