Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp748 return ABIArgInfo::getIgnore(); in classifyReturnType()
865 return ABIArgInfo::getIgnore(); in classifyArgumentType()
898 return ABIArgInfo::getIgnore(); in classifyReturnType()
994 return ABIArgInfo::getIgnore(); in classifyReturnType()
1476 return ABIArgInfo::getIgnore(); in classifyReturnType()
1525 return ABIArgInfo::getIgnore(); in classifyReturnType()
1815 return ABIArgInfo::getIgnore(); in classifyArgumentType()
3560 return ABIArgInfo::getIgnore(); in classifyReturnType()
3694 return ABIArgInfo::getIgnore(); in classifyArgumentType()
4188 return ABIArgInfo::getIgnore(); in classify()
[all …]
H A DSwiftCallingConv.cpp806 return ABIArgInfo::getIgnore(); in classifyExpandedType()
853 return ABIArgInfo::getIgnore(); in classifyType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h195 static ABIArgInfo getIgnore() { in getIgnore() function