Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h573 unsigned ChainCall : 1; variable
670 bool isChainCall() const { return ChainCall; } in isChainCall()
759 ID.AddBoolean(ChainCall); in Profile()
779 bool ChainCall, bool IsDelegateCall, in Profile() argument
786 ID.AddBoolean(ChainCall); in Profile()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h196 bool ChainCall);
H A DCGCall.cpp839 FI->ChainCall = chainCall; in create()