Home
last modified time | relevance | path

Searched defs:UnnamedType (Results 1 – 4 of 4) sorted by relevance

/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Dast.go2660 type UnnamedType struct { struct
2661 Num int
2664 func (ut *UnnamedType) print(ps *printState) {
2668 func (ut *UnnamedType) Traverse(fn func(AST) bool) {
2672 func (ut *UnnamedType) Copy(fn func(AST) AST, skip func(AST) bool) AST {
2679 func (ut *UnnamedType) GoString() string {
2683 func (ut *UnnamedType) goString(indent int, field string) string {
/external/clang/test/CodeGenCXX/
Dmangle-ms-cxx11.cpp247 namespace UnnamedType { namespace
Dmangle-ms.cpp402 namespace UnnamedType { namespace
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp301 SmallString<256> UnnamedType("<unnamed-type-"); in getClassName() local