Searched refs:mangle (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/gnu/usr.bin/cc/cc1plus/
H A DMakefile13 mangle.c method.c name-lookup.c parser.c pt.c ptree.c repo.c rtti.c \
/freebsd-9.3-release/sbin/fsck/
H A Dfsck.c87 static void mangle(char *, int *, const char ***, int *);
334 mangle(optbuf, &argc, &argv, &maxargc);
496 mangle(char *options, int *argcp, const char ***argvp, int *maxargcp) function
/freebsd-9.3-release/sbin/mount/
H A Dmount.c82 void mangle(char *, struct cpa *);
576 mangle(optbuf, &mnt_argv);
706 mangle(char *options, struct cpa *a) function
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp119 void mangle(const NamedDecl *D, StringRef Prefix = "\01?");
224 // The ABI expects that we would never mangle "typical" user-defined entry
270 void MicrosoftCXXNameMangler::mangle(const NamedDecl *D, function in class:MicrosoftCXXNameMangler
272 // MSVC doesn't mangle C++ names the same way it mangles extern "C" names.
286 // TODO: Fields? Can MSVC even mangle them?
290 "cannot mangle this declaration yet");
305 // We don't even know how to mangle their types anyway :).
342 // Now mangle the type.
465 // Here comes the tricky thing: if we need to mangle something like
467 // the X<Y> part is aliased. However, if you need to mangle
[all...]
H A DItaniumMangle.cpp282 void mangle(const NamedDecl *D, StringRef Prefix = "_Z");
434 void CXXNameMangler::mangle(const NamedDecl *D, StringRef Prefix) { function in class:CXXNameMangler
453 // Don't mangle in the type if this isn't a decl we should typically mangle.
739 // FIXME: GCC does not appear to mangle the template arguments when
752 // FIXME: GCC does not appear to mangle the template arguments when
757 // We use the QualType mangle type variant here because it handles
864 // FIXME: not clear how to mangle this!
938 // FIXME: not clear how to mangle this!
1097 // need to mangle it
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dgenpreds.c721 mangle (const char *name)
900 c->c_name = need_mangled_name ? mangle (name) : name;
720 mangle (const char *name) function

Completed in 128 milliseconds