Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h568 unsigned ChainCall : 1; variable
661 bool isChainCall() const { return ChainCall; } in isChainCall()
737 ID.AddBoolean(ChainCall); in Profile()
757 bool ChainCall, in Profile() argument
765 ID.AddBoolean(ChainCall); in Profile()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h204 bool ChainCall);
H A DCGCall.cpp821 FI->ChainCall = chainCall; in create()