Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h356 unsigned ChainCall : 1; variable
419 bool isChainCall() const { return ChainCall; } in isChainCall()
471 ID.AddBoolean(ChainCall); in Profile()
483 bool ChainCall, in Profile() argument
490 ID.AddBoolean(ChainCall); in Profile()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.h252 bool ChainCall);
H A DCGCall.cpp531 FI->ChainCall = chainCall; in create()