Home
last modified time | relevance | path

Searched refs:ChainCall (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h576 unsigned ChainCall : 1;
681 bool isChainCall() const { return ChainCall; } in isChainCall()
770 ID.AddBoolean(ChainCall); in Profile()
790 bool ChainCall, bool IsDelegateCall, in Profile() argument
797 ID.AddBoolean(ChainCall); in Profile()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h213 bool ChainCall);
H A DCGCall.cpp848 FI->ChainCall = chainCall; in create()