Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp62 const ABIArgInfo &infoR, CanQualType typeR) { in similar() argument
63 return (infoL.getKind() == infoR.getKind() && in similar()