Home
last modified time | relevance | path

Searched refs:isEmptyRecord (Results 1 – 2 of 2) 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 …]
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp494 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays);
536 return isEmptyRecord(Context, FT, AllowArrays); in isEmptyField()
542 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays) { in isEmptyRecord() function
553 if (!isEmptyRecord(Context, I.getType(), true)) in isEmptyRecord()
585 if (isEmptyRecord(Context, I.getType(), true)) in isSingleElementStruct()
862 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
895 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
915 !isEmptyRecord(getContext(), Ty, true) && in EmitVAArg()
1526 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
1808 if (!IsWin32StructABI && isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
[all …]