Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.h188 bool areArgsDestroyedLeftToRightInCallee() const { in areArgsDestroyedLeftToRightInCallee() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3360 if (getTarget().getCXXABI().areArgsDestroyedLeftToRightInCallee()) { in EmitFunctionProlog()
4519 CGM.getTarget().getCXXABI().areArgsDestroyedLeftToRightInCallee() in EmitCallArgs()
H A DCGClass.cpp2178 if (CGF.getTarget().getCXXABI().areArgsDestroyedLeftToRightInCallee()) { in canEmitDelegateCallArgs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7175 if (Context.getTargetInfo().getCXXABI().areArgsDestroyedLeftToRightInCallee()) in CheckCompletedCXXClass()