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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp44 static bool isAggregateTypeForABI(QualType T) { function
267 if (!isAggregateTypeForABI(FT)) {
379 if (isAggregateTypeForABI(Ty))
394 if (isAggregateTypeForABI(RetTy))
445 if (isAggregateTypeForABI(Ty)) {
466 if (isAggregateTypeForABI(RetTy))
698 if (isAggregateTypeForABI(RetTy)) {
870 if (isAggregateTypeForABI(Ty)) {
1834 if (!isAggregateTypeForABI(Ty)) {
1867 if (!isAggregateTypeForABI(T
[all...]

Completed in 598 milliseconds