Home
last modified time | relevance | path

Searched refs:IsDestructor (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h379 bool IsDestructor = false; member
431 explicit StructorIdentifierNode(bool IsDestructor) in StructorIdentifierNode()
433 IsDestructor(IsDestructor) {} in StructorIdentifierNode()
439 bool IsDestructor = false; member
H A DMicrosoftDemangle.h215 bool IsDestructor);
234 bool IsDestructor);
/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp385 bool IsDestructor) { in demangleInitFiniStub() argument
388 DSIN->IsDestructor = IsDestructor; in demangleInitFiniStub()
507 bool IsDestructor) { in demangleStructorIdentifier() argument
509 N->IsDestructor = IsDestructor; in demangleStructorIdentifier()
H A DMicrosoftDemangleNodes.cpp232 if (IsDestructor) in output()
373 if (IsDestructor) in output()