Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h568 unsigned ChainCall : 1; variable
664 bool isChainCall() const { return ChainCall; } in isChainCall()
751 ID.AddBoolean(ChainCall); in Profile()
771 bool ChainCall, in Profile() argument
779 ID.AddBoolean(ChainCall); in Profile()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypes.h201 bool ChainCall);
H A DCGCall.cpp836 FI->ChainCall = chainCall; in create()