HomeSort by relevance Sort by last modified time
    Searched refs:mangled_name (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/swiftshader/third_party/llvm-subzero/include/llvm/Demangle/
Demangle.h 16 /// The mangled_name is demangled into buf and returned. If the buffer is not
26 char *itaniumDemangle(const char *mangled_name, char *buf, size_t *n,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Demangle/
Demangle.h 16 /// The mangled_name is demangled into buf and returned. If the buffer is not
26 char *itaniumDemangle(const char *mangled_name, char *buf, size_t *n,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Demangle/
Demangle.h 16 /// The mangled_name is demangled into buf and returned. If the buffer is not
26 char *itaniumDemangle(const char *mangled_name, char *buf, size_t *n,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Demangle/
Demangle.h 16 /// The mangled_name is demangled into buf and returned. If the buffer is not
26 char *itaniumDemangle(const char *mangled_name, char *buf, size_t *n,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Demangle/
Demangle.h 16 /// The mangled_name is demangled into buf and returned. If the buffer is not
26 char *itaniumDemangle(const char *mangled_name, char *buf, size_t *n,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Demangle/
Demangle.h 16 /// The mangled_name is demangled into buf and returned. If the buffer is not
26 char *itaniumDemangle(const char *mangled_name, char *buf, size_t *n,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Demangle/
Demangle.h 16 /// The mangled_name is demangled into buf and returned. If the buffer is not
26 char *itaniumDemangle(const char *mangled_name, char *buf, size_t *n,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Demangle/
Demangle.h 16 /// The mangled_name is demangled into buf and returned. If the buffer is not
26 char *itaniumDemangle(const char *mangled_name, char *buf, size_t *n,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Demangle/
Demangle.h 16 /// The mangled_name is demangled into buf and returned. If the buffer is not
26 char *itaniumDemangle(const char *mangled_name, char *buf, size_t *n,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Demangle/
Demangle.h 16 /// The mangled_name is demangled into buf and returned. If the buffer is not
26 char *itaniumDemangle(const char *mangled_name, char *buf, size_t *n,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Demangle/
Demangle.h 16 /// The mangled_name is demangled into buf and returned. If the buffer is not
26 char *itaniumDemangle(const char *mangled_name, char *buf, size_t *n,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Demangle/
Demangle.h 16 /// The mangled_name is demangled into buf and returned. If the buffer is not
26 char *itaniumDemangle(const char *mangled_name, char *buf, size_t *n,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Demangle/
Demangle.h 16 /// The mangled_name is demangled into buf and returned. If the buffer is not
26 char *itaniumDemangle(const char *mangled_name, char *buf, size_t *n,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Demangle/
Demangle.h 16 /// The mangled_name is demangled into buf and returned. If the buffer is not
26 char *itaniumDemangle(const char *mangled_name, char *buf, size_t *n,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Demangle/
Demangle.h 16 /// The mangled_name is demangled into buf and returned. If the buffer is not
26 char *itaniumDemangle(const char *mangled_name, char *buf, size_t *n,
  /external/libcxx/test/support/
demangle.h 30 inline std::string demangle(const char* mangled_name) {
31 return mangled_name;
35 inline std::string demangle(const char* mangled_name) {
37 char* out = __cxxabiv1::__cxa_demangle(mangled_name, nullptr, nullptr, &status);
43 return mangled_name;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
demangle.h 30 inline std::string demangle(const char* mangled_name) {
31 return mangled_name;
35 inline std::string demangle(const char* mangled_name) {
37 char* out = __cxxabiv1::__cxa_demangle(mangled_name, nullptr, nullptr, &status);
43 return mangled_name;
  /frameworks/compile/mclinker/include/mcld/Support/
Demangle.h 16 std::string demangleName(const std::string& mangled_name);
  /frameworks/base/tools/aapt2/
NameMangler_test.cpp 29 std::string mangled_name = NameMangler::MangleEntry(package, name); local
30 EXPECT_EQ(mangled_name, "android.appcompat$Platform.AppCompat");
33 std::string unmangled_name = mangled_name;
  /external/libmojo/base/android/
cxa_demangle_stub.cc 12 extern "C" char* __cxa_demangle(const char* mangled_name,
  /external/compiler-rt/lib/tsan/rtl/
tsan_new_delete.cc 27 #define OPERATOR_NEW_BODY(mangled_name) \
32 SCOPED_INTERCEPTOR_RAW(mangled_name, size); \
62 #define OPERATOR_DELETE_BODY(mangled_name) \
67 SCOPED_INTERCEPTOR_RAW(mangled_name, ptr); \
  /external/libcxxabi/fuzz/
cxa_demangle_fuzzer.cpp 6 __cxa_demangle(const char *mangled_name, char *buf, size_t *n, int *status);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/fuzz/
cxa_demangle_fuzzer.cpp 6 __cxa_demangle(const char *mangled_name, char *buf, size_t *n, int *status);
  /toolchain/binutils/binutils-2.27/binutils/
cxxfilt.c 49 demangle_it (char *mangled_name)
57 if (mangled_name[0] == '.' || mangled_name[0] == '$')
59 if (strip_underscore && mangled_name[skip_first] == '_')
62 result = cplus_demangle (mangled_name + skip_first, flags);
65 printf ("%s", mangled_name);
68 if (mangled_name[0] == '.')
  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 81 std::string mangled_name = pInput.path().filename().native(); local
82 for (std::string::iterator it = mangled_name.begin(), ie = mangled_name.end();
91 "_binary_" + mangled_name + "_start",
101 "_binary_" + mangled_name + "_end",
111 "_binary_" + mangled_name + "_size",

Completed in 1243 milliseconds

1 2 3