Home
last modified time | relevance | path

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

/openbsd-src/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) in addElement() function
25 arrayBase::addElement(group); in addElement()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp121 void LVScope::addElement(LVElement *Element) { in addElement() function in LVScope
124 addElement(static_cast<LVType *>(Element)); in addElement()
126 addElement(static_cast<LVScope *>(Element)); in addElement()
128 addElement(static_cast<LVSymbol *>(Element)); in addElement()
130 addElement(static_cast<LVLine *>(Element)); in addElement()
136 void LVScope::addElement(LVLine *Line) { in addElement() function in LVScope
175 void LVScope::addElement(LVScope *Scope) { in addElement() function in LVScope
202 void LVScope::addElement(LVSymbol *Symbol) { in addElement() function in LVScope
229 void LVScope::addElement(LVType *Type) { in addElement() function in LVScope
345 addElement(Symbol); in addMissingElements()
H A DLVOptions.cpp474 void LVPatterns::addElement(LVElement *Element) { in addElement() function in LVPatterns
H A DLVCompare.cpp325 InsertionPoint->addElement(Element); in execute()
/openbsd-src/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); in resolveGenericPatternMatch()
542 addElement(Line); in resolveGenericPatternMatch()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp572 Parent->addElement(CurrentScope); in processOneDie()
574 Parent->addElement(CurrentSymbol); in processOneDie()
576 Parent->addElement(CurrentType); in processOneDie()
H A DLVBinaryReader.cpp661 Scope->addElement(Line); in processLines()
692 Scope->addElement(Line); in processLines()