Searched refs:getMaxElement (Results 1 - 8 of 8) sorted by relevance

/external/llvm/unittests/ADT/
H A DImmutableMapTest.cpp46 EXPECT_EQ(5, S2.getMaxElement()->first);
/external/llvm/include/llvm/ADT/
H A DImmutableMap.h227 /// getMaxElement - Returns the <key,value> pair in the ImmutableMap for
230 value_type* getMaxElement() const { function in class:llvm::ImmutableMap
231 return Root ? &(Root->getMaxElement()->getValue()) : nullptr;
386 /// getMaxElement - Returns the <key,value> pair in the ImmutableMap for
389 value_type* getMaxElement() const { function in class:llvm::ImmutableMapRef
390 return Root ? &(Root->getMaxElement()->getValue()) : 0;
H A DImmutableSet.h87 /// getMaxElement - Find the subtree associated with the highest ranged
89 ImutAVLTree* getMaxElement() { function in class:llvm::ImutAVLTree
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DImmutableMap.h241 /// getMaxElement - Returns the <key,value> pair in the ImmutableMap for
244 value_type* getMaxElement() const { function in class:llvm::ImmutableMap
245 return Root ? &(Root->getMaxElement()->getValue()) : 0;
394 /// getMaxElement - Returns the <key,value> pair in the ImmutableMap for
397 value_type* getMaxElement() const { function in class:llvm::ImmutableMapRef
398 return Root ? &(Root->getMaxElement()->getValue()) : 0;
H A DImmutableSet.h87 /// getMaxElement - Find the subtree associated with the highest ranged
89 ImutAVLTree* getMaxElement() { function in class:llvm::ImutAVLTree
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DIntervalSet.java224 int maxElement = vocabularyIS.getMaxElement();
516 public int getMaxElement() { method in class:IntervalSet
669 new org.antlr.runtime.BitSet(getMaxElement()+1);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDFA.java523 if ( labels.getMaxElement()>smax ) {
524 smax = labels.getMaxElement();
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 599 milliseconds