Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.d200 extern (C++) void ObjectNotFound(Identifier id) in ObjectNotFound() function
1987 ObjectNotFound(Id.TypeInfo_Struct); in this()
2012 ObjectNotFound(Id.TypeInfo_Class); in this()
2037 ObjectNotFound(Id.TypeInfo_Interface); in this()
2062 ObjectNotFound(Id.TypeInfo_Pointer); in this()
2087 ObjectNotFound(Id.TypeInfo_Array); in this()
2112 ObjectNotFound(Id.TypeInfo_StaticArray); in this()
2137 ObjectNotFound(Id.TypeInfo_AssociativeArray); in this()
2162 ObjectNotFound(Id.TypeInfo_Enum); in this()
2187 ObjectNotFound(Id.TypeInfo_Function); in this()
[all …]
H A Darrayop.d149 ObjectNotFound(idArrayOp); // fatal error in arrayOp()
H A Ddeclaration.h107 void ObjectNotFound(Identifier *id);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.c2219 void ObjectNotFound(Identifier *id) in ObjectNotFound() function
2280 ObjectNotFound(Id::TypeInfo_Const); in TypeInfoConstDeclaration()
2297 ObjectNotFound(Id::TypeInfo_Invariant); in TypeInfoInvariantDeclaration()
2314 ObjectNotFound(Id::TypeInfo_Shared); in TypeInfoSharedDeclaration()
2331 ObjectNotFound(Id::TypeInfo_Wild); in TypeInfoWildDeclaration()
2348 ObjectNotFound(Id::TypeInfo_Struct); in TypeInfoStructDeclaration()
2365 ObjectNotFound(Id::TypeInfo_Class); in TypeInfoClassDeclaration()
2382 ObjectNotFound(Id::TypeInfo_Interface); in TypeInfoInterfaceDeclaration()
2399 ObjectNotFound(Id::TypeInfo_Pointer); in TypeInfoPointerDeclaration()
2416 ObjectNotFound(Id::TypeInfo_Array); in TypeInfoArrayDeclaration()
[all …]
H A Ddeclaration.h113 void ObjectNotFound(Identifier *id);