Home
last modified time | relevance | path

Searched refs:FCount (Results 1 – 2 of 2) sorted by relevance

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas249 FCount: Integer;
375 FCount: Integer;
384 property Count: Integer read FCount;
575 if ACapacity < FCount then
628 Result := FCount;
749 if FCount >= FGrowThreshold then
820 Dec(FCount);
825 FCount := 0;
833 SetCapacity(FCount);
853 Inc(FCount);
[all …]
/external/clang/test/Sema/
Dwarn-duplicate-enum.c38 FCount, enumerator
39 FMax = FCount - 1