Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h515 unsigned ChainCall : 1; variable
606 bool isChainCall() const { return ChainCall; } in isChainCall()
679 ID.AddBoolean(ChainCall); in Profile()
698 bool ChainCall, in Profile() argument
706 ID.AddBoolean(ChainCall); in Profile()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.h265 bool ChainCall);
H A DCGCall.cpp821 FI->ChainCall = chainCall; in create()