Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp406 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays);
437 return isEmptyRecord(Context, FT, AllowArrays); in isEmptyField()
443 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays) { in isEmptyRecord() function
454 if (!isEmptyRecord(Context, I.getType(), true)) in isEmptyRecord()
486 if (isEmptyRecord(Context, I.getType(), true)) in isSingleElementStruct()
697 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
716 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
1188 if (!isEmptyRecord(getContext(), Base.getType(), /*AllowArrays=*/true)) in canExpandIndirectArgument()
1277 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
1517 if (!IsWin32StructABI && isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
[all …]