Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp74 bool shouldIgnoreEmptyArg(QualType Ty) const;
339 bool ARMABIInfo::shouldIgnoreEmptyArg(QualType Ty) const { in shouldIgnoreEmptyArg() function in ARMABIInfo
409 if (shouldIgnoreEmptyArg(Ty)) in classifyArgumentType()
805 if ((IsEmpty || Size == 0) && shouldIgnoreEmptyArg(Ty)) in EmitVAArg()