Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching refs:nil

394 function IfThen(const AValue: Boolean; const ATrue: IANTLRInterface; const AFalse: IANTLRInterface = nil): IANTLRInterface; overload;
408 if (A = nil) or (B = nil) then
418 function IfThen(const AValue: Boolean; const ATrue: IANTLRInterface; const AFalse: IANTLRInterface = nil): IANTLRInterface; overload;
697 Create(ACapacity, nil);
713 if FComparer = nil then
723 Create(0, nil);
936 IInterface(FEntries[I].FValue) := nil;
956 Result := nil;
992 FEntries[FCount].FValue := nil;