HomeSort by: relevance | last modified time | path
    Searched refs:NullType (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
asn1parse.y 200 %type <type> NullType
344 | NullType
491 NullType : kw_NULL
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
conv.d 497 alias NullType = typeof(null);
498 assertThrown!ConvException(to!NullType(" null"));
3974 alias NullType = typeof(null);
3976 assert(parse!NullType(s1) is null);
3980 assert(parse!NullType(s2) is null);
3984 assert(parse!(NullType, string, No.doCount)(s3) is null);
3985 auto r = parse!(NullType, string, Yes.doCount)(s3);
3989 assertThrown!ConvException(parse!NullType(m));
3990 assertThrown!ConvException(parse!(NullType, string, Yes.doCount)(m));
3994 assert(parse!(const NullType)(s) is null)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 11621 Expr::NullPointerConstantKind NullType,

Completed in 79 milliseconds