Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DTargetInfo.cpp416 return ABIArgInfo::getIgnore(); in classifyReturnType()
487 return ABIArgInfo::getIgnore(); in classifyReturnType()
683 return ABIArgInfo::getIgnore(); in classifyReturnType()
907 return ABIArgInfo::getIgnore(); in classifyArgumentType()
2121 return ABIArgInfo::getIgnore(); in classifyReturnType()
2254 return ABIArgInfo::getIgnore(); in classifyArgumentType()
2626 return ABIArgInfo::getIgnore(); in classify()
3011 return ABIArgInfo::getIgnore(); in classifyReturnType()
3503 return ABIArgInfo::getIgnore(); in classifyArgumentType()
3649 return ABIArgInfo::getIgnore(); in classifyReturnType()
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/CodeGen/
DCGFunctionInfo.h97 static ABIArgInfo getIgnore() { in getIgnore() function