Searched defs:isAggregateTypeForABI (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp39 static bool isAggregateTypeForABI(QualType T) { function
251 if (!isAggregateTypeForABI(FT)) {
360 if (isAggregateTypeForABI(Ty)) {
381 if (isAggregateTypeForABI(RetTy))
581 if (isAggregateTypeForABI(RetTy)) {
697 if (isAggregateTypeForABI(Ty)) {
1426 if (!isAggregateTypeForABI(Ty)) {
1459 if (!isAggregateTypeForABI(Ty) && !IsIllegalVectorType(Ty)) {
2591 if (!isAggregateTypeForABI(Ty)) {
2731 if (!isAggregateTypeForABI(RetT
[all...]

Completed in 45 milliseconds