HomeSort by: relevance | last modified time | path
    Searched defs:Covariant (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
mtype.h 122 enum class Covariant
229 Covariant covariant(Type *t, StorageClass *pstc = NULL);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 558 /// The parameter is covariant, e.g., X<T> is a subtype of X<U> when
559 /// the type parameter is covariant and T is a subtype of U.
560 Covariant,
563 /// when the type parameter is covariant and U is a subtype of T.

Completed in 46 milliseconds