Home
last modified time | relevance | path

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

/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java93 Long firstValue; in testCleared() local
124 firstValue = firstValues.get(a.getName()); in testCleared()
128 if (value > (firstValue * 2)) { in testCleared()
132 firstValue + " to " + value); in testCleared()
136 if (value < (firstValue * 2)) { in testCleared()
141 firstValue + " to " + value); in testCleared()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h699 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue; } in classofKind()