Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp639 return ABIArgInfo::getIgnore(); in classifyReturnType()
698 return ABIArgInfo::getIgnore(); in classifyArgumentType()
717 return ABIArgInfo::getIgnore(); in classifyReturnType()
802 return ABIArgInfo::getIgnore(); in classifyReturnType()
1230 return ABIArgInfo::getIgnore(); in classifyReturnType()
1278 return ABIArgInfo::getIgnore(); in classifyReturnType()
1518 return ABIArgInfo::getIgnore(); in classifyArgumentType()
3035 return ABIArgInfo::getIgnore(); in classifyReturnType()
3170 return ABIArgInfo::getIgnore(); in classifyArgumentType()
3564 return ABIArgInfo::getIgnore(); in classify()
[all …]
DSwiftCallingConv.cpp757 return ABIArgInfo::getIgnore(); in classifyExpandedType()
806 return ABIArgInfo::getIgnore(); in classifyType()
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h148 static ABIArgInfo getIgnore() { in getIgnore() function