Home | History | Annotate | Download | only in Sema

Lines Matching defs:Compatible

6228     /// Compatible - the types are compatible according to the standard.
6229 Compatible,
6244 /// are not compatible, but we accept them as an extension.
6277 /// pointers types that are not compatible.
6446 /// reference-compatible with added qualification, meaning that
6447 /// they are reference-compatible and the qualifiers on T1 (cv1)
6450 /// Ref_Compatible - The two types are reference-compatible and