Home
last modified time | relevance | path

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

/trunk/main/bridges/source/cpp_uno/s5abi_macosx_aarch64/
H A Dabi.cxx58 HFA_NONE, // not (yet) an HFA enumerator
67 if ( seen == HFA_NONE ) in mergeHfa()
68 return HFA_NONE; in mergeHfa()
69 if ( running == HFA_NONE ) in mergeHfa()
71 return ( running == seen ) ? running : HFA_NONE; in mergeHfa()
86 if ( rKind == HFA_NONE ) return false; in collectHfa()
91 if ( rKind == HFA_NONE ) return false; in collectHfa()
121 rKind = HFA_NONE; in collectHfa()
132 HfaKind kind = HFA_NONE; in classifyAggregate()
134 if ( collectHfa( pTypeRef, kind, count ) && kind != HFA_NONE && count >= 1 && count <= 4 ) in classifyAggregate()
[all …]