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

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/
H A Dtemplate1.C14 int addElement (T const & e);
15 int addElement ();
23 void addElement(ScenarioGroup *group) function in class:ScenarioSet
25 arrayBase::addElement(group);
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp121 void LVScope::addElement(LVElement *Element) { function in class:LVScope
124 addElement(static_cast<LVType *>(Element));
126 addElement(static_cast<LVScope *>(Element));
128 addElement(static_cast<LVSymbol *>(Element));
130 addElement(static_cast<LVLine *>(Element));
136 void LVScope::addElement(LVLine *Line) { function in class:LVScope
175 void LVScope::addElement(LVScope *Scope) { function in class:LVScope
202 void LVScope::addElement(LVSymbol *Symbol) { function in class:LVScope
229 void LVScope::addElement(LVType *Type) { function in class:LVScope
345 addElement(Symbo
[all...]
H A DLVOptions.cpp474 void LVPatterns::addElement(LVElement *Element) { function in class:LVPatterns
H A DLVCompare.cpp325 InsertionPoint->addElement(Element);
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h212 void addElement(LVElement *Element);
213 void addElement(LVLine *Line);
214 void addElement(LVScope *Scope);
215 void addElement(LVSymbol *Symbol);
216 void addElement(LVType *Type);
H A DLVOptions.h508 void addElement(LVElement *Element);
525 addElement(Element);
542 addElement(Line);
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp572 Parent->addElement(CurrentScope);
574 Parent->addElement(CurrentSymbol);
576 Parent->addElement(CurrentType);
H A DLVBinaryReader.cpp661 Scope->addElement(Line);
692 Scope->addElement(Line);

Completed in 202 milliseconds