Home
last modified time | relevance | path

Searched defs:mangled_name (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/buildtools/third_party/libc++abi/
Dcxa_demangle_stub.cc17 _LIBCXXABI_WEAK char* __cxa_demangle(const char* mangled_name, in __cxa_demangle()
/third_party/rust/crates/bindgen/bindgen/ir/
Dvar.rs39 mangled_name: Option<String>, field
88 pub fn mangled_name(&self) -> Option<&str> { in mangled_name() method
Dfunction.rs84 mangled_name: Option<String>, field
125 pub fn mangled_name(&self) -> Option<&str> { in mangled_name() method
736 let mangled_name = cursor_mangling(context, &cursor); in parse() localVariable
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Ddemangle_test.cc142 std::string mangled_name = "_Z1a"; in NestedMangledName() local
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs3241 let mangled_name = in codegen() localVariable
3308 let mangled_name = if is_toplevel { in codegen() localVariable
4066 let mangled_name = self.mangled_name(); in codegen() localVariable
5095 let mangled_name = mangled_name.as_bytes(); in names_will_be_identical_after_mangling() localVariable
/third_party/libabigail/src/
Dabg-reader.cc3346 string mangled_name; in build_function_decl() local
3631 string mangled_name; in build_var_decl() local
Dabg-ir.cc13890 demangle_cplus_mangled_name(const string& mangled_name) in demangle_cplus_mangled_name()
18555 const string& mangled_name, in typedef_decl()
20088 const string& mangled_name, in function_decl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp4221 char *llvm::itaniumDemangle(const char *mangled_name, char *buf, size_t *n, in itaniumDemangle()
/third_party/python/Modules/_ctypes/
D_ctypes.c3381 char *mangled_name; in FindAddress() local