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

1 2 3 4 5 6

  /system/core/libbacktrace/
BacktraceLog.h 26 ALOGW("%s: " format, __PRETTY_FUNCTION__, ##__VA_ARGS__)
29 ALOGE("%s: " format, __PRETTY_FUNCTION__, ##__VA_ARGS__)
BacktraceAsyncSafeLog.h 26 async_safe_format_log(ANDROID_LOG_WARN, "libbacktrace", "%s: " format, __PRETTY_FUNCTION__, \
30 async_safe_format_log(ANDROID_LOG_ERROR, "libbacktrace", "%s: " format, __PRETTY_FUNCTION__, \
  /external/clang/test/SemaCXX/
predefined-expr.cpp 8 static_assert(sizeof(__PRETTY_FUNCTION__) == 11, "auto foo()");
15 static_assert(sizeof(__PRETTY_FUNCTION__) == 10, "int bar()");
24 static_assert(sizeof(__PRETTY_FUNCTION__) == 20, "int baz() [T = int]");
29 static_assert(sizeof(__PRETTY_FUNCTION__) == 50,
38 static_assert(sizeof(__PRETTY_FUNCTION__) == 27, "___Z3bazIiEiv_block_invoke");
46 static_assert(sizeof(__PRETTY_FUNCTION__) == 20, "int baz() [T = int]");
55 static_assert(sizeof(__PRETTY_FUNCTION__) == 11, "int main()");
60 static_assert(sizeof(__PRETTY_FUNCTION__) == 51,
69 static_assert(sizeof(__PRETTY_FUNCTION__) == 20, "__main_block_invoke");
77 static_assert(sizeof(__PRETTY_FUNCTION__) == 11, "int main()")
    [all...]
  /external/clang/test/CodeGen/
predefined-expr.c 5 // CHECK: @__PRETTY_FUNCTION__.plainFunction = private unnamed_addr constant [21 x i8] c"void plainFunction()\00"
7 // CHECK: @__PRETTY_FUNCTION__.externFunction = private unnamed_addr constant [22 x i8] c"void externFunction()\00"
9 // CHECK: @__PRETTY_FUNCTION__.privateExternFunction = private unnamed_addr constant [29 x i8] c"void privateExternFunction()\00"
11 // CHECK: @__PRETTY_FUNCTION__.__captured_stmt = private unnamed_addr constant [32 x i8] c"void functionWithCapturedStmt()\00"
13 // CHECK: @__PRETTY_FUNCTION__.staticFunction = private unnamed_addr constant [22 x i8] c"void staticFunction()\00"
20 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__);
26 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__);
32 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__)
    [all...]
  /external/clang/test/CodeGenCXX/
predefined-expr.cpp 110 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__);
121 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__);
135 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__);
144 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__);
150 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__);
    [all...]
predefined-expr-sizeof.cpp 9 int size = sizeof(__PRETTY_FUNCTION__);
17 int size = sizeof(__PRETTY_FUNCTION__);
expr.cpp 20 int test3g = test3(__PRETTY_FUNCTION__);
predefined-expr-cxx14.cpp 9 // CHECK-DAG: @__PRETTY_FUNCTION__._ZN13ClassTemplateIiE21classTemplateFunctionERi = private unnamed_addr constant [69 x i8] c"const auto &ClassTemplate<int>::classTemplateFunction(T &) [T = int]\00"
12 // CHECK-DAG: @__PRETTY_FUNCTION__._ZN24ClassInTopLevelNamespace16functionTemplateIiEERDaRT_ = private unnamed_addr constant [64 x i8] c"auto &ClassInTopLevelNamespace::functionTemplate(T &) [T = int]\00"
15 // CHECK-DAG: @__PRETTY_FUNCTION__._ZN24ClassInTopLevelNamespace16variadicFunctionEPiz = private unnamed_addr constant [70 x i8] c"decltype(auto) ClassInTopLevelNamespace::variadicFunction(int *, ...)\00"
18 // CHECK-DAG: @__PRETTY_FUNCTION__._ZN24ClassInTopLevelNamespace25topLevelNamespaceFunctionEv = private unnamed_addr constant [60 x i8] c"auto *ClassInTopLevelNamespace::topLevelNamespaceFunction()\00"
30 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__);
37 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__);
45 printf("__PRETTY_FUNCTION__ %s\n\n", __PRETTY_FUNCTION__);
    [all...]
  /bionic/tests/libs/
libs_utils.h 25 ((e) ? static_cast<void>(0) : __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, #e))
  /external/valgrind/coregrind/
pub_core_libcassert.h 47 __FILE__, __LINE__, __PRETTY_FUNCTION__, \
53 __FILE__, __LINE__, __PRETTY_FUNCTION__, \
60 __FILE__, __LINE__, __PRETTY_FUNCTION__, \
  /hardware/invensense/6515/libsensors_iio/
InputEventReader.cpp 60 "DEBUG:%s enter, fd=%d\n", __PRETTY_FUNCTION__, fd);
70 __PRETTY_FUNCTION__);
73 __PRETTY_FUNCTION__);
91 __PRETTY_FUNCTION__, numEventsRead);
100 __PRETTY_FUNCTION__, mLastFd, (int)available);
113 __PRETTY_FUNCTION__, mLastFd, (int)available);
SensorBase.h 39 LOGV("%s", __PRETTY_FUNCTION__)
42 "Entering function '%s'", __PRETTY_FUNCTION__)
45 "Entering handler '%s'", __PRETTY_FUNCTION__)
  /hardware/invensense/65xx/libsensors_iio/
InputEventReader.cpp 60 "DEBUG:%s enter, fd=%d\n", __PRETTY_FUNCTION__, fd);
70 __PRETTY_FUNCTION__);
73 __PRETTY_FUNCTION__);
91 __PRETTY_FUNCTION__, numEventsRead);
100 __PRETTY_FUNCTION__, mLastFd, (int)available);
113 __PRETTY_FUNCTION__, mLastFd, (int)available);
SensorBase.h 39 LOGV("%s", __PRETTY_FUNCTION__)
42 "Entering function '%s'", __PRETTY_FUNCTION__)
45 "Entering handler '%s'", __PRETTY_FUNCTION__)
  /external/valgrind/include/
pub_tool_libcassert.h 40 __PRETTY_FUNCTION__, \
48 __PRETTY_FUNCTION__, \
  /external/clang/test/Sema/
predef.c 18 const char *d = __PRETTY_FUNCTION__; // expected-warning {{predefined identifier is only valid}}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
compiletime_settings.h 49 __PRETTY_FUNCTION__, omp_get_thread_num(), (__n), __get_max_threads());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
compiletime_settings.h 49 __PRETTY_FUNCTION__, omp_get_thread_num(), (__n), __get_max_threads());
  /system/bt/profile/avrcp/
connection_handler.cc 105 LOG(INFO) << __PRETTY_FUNCTION__
145 LOG(INFO) << __PRETTY_FUNCTION__;
189 LOG(INFO) << __PRETTY_FUNCTION__ << ": handle=" << loghex(handle)
199 LOG(INFO) << __PRETTY_FUNCTION__ << ": handle=" << loghex(handle)
205 LOG(INFO) << __PRETTY_FUNCTION__ << ": Connection Opened Event";
246 LOG(INFO) << __PRETTY_FUNCTION__ << ": Connection Closed Event";
260 LOG(INFO) << __PRETTY_FUNCTION__ << ": Browse Open Event";
267 LOG(INFO) << __PRETTY_FUNCTION__ << ": Browse Close Event";
280 LOG(INFO) << __PRETTY_FUNCTION__ << ": handle=" << loghex(handle)
286 LOG(INFO) << __PRETTY_FUNCTION__ << ": Connection Opened Event"
    [all...]
  /bionic/libc/include/
assert.h 51 # define assert(e) ((e) ? __assert_no_op : __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, #e))
  /frameworks/native/libs/binder/tests/
binderSafeInterfaceTest.cpp 177 ALOG(LOG_INFO, getLogTag(), "%s", __PRETTY_FUNCTION__);
274 ALOG(LOG_INFO, getLogTag(), "%s", __PRETTY_FUNCTION__);
278 ALOG(LOG_INFO, getLogTag(), "%s", __PRETTY_FUNCTION__);
282 ALOG(LOG_INFO, getLogTag(), "%s", __PRETTY_FUNCTION__);
286 ALOG(LOG_INFO, getLogTag(), "%s", __PRETTY_FUNCTION__);
292 ALOG(LOG_INFO, getLogTag(), "%s", __PRETTY_FUNCTION__);
299 ALOG(LOG_INFO, getLogTag(), "%s", __PRETTY_FUNCTION__);
309 ALOG(LOG_INFO, getLogTag(), "%s", __PRETTY_FUNCTION__);
315 ALOG(LOG_INFO, getLogTag(), "%s", __PRETTY_FUNCTION__);
322 ALOG(LOG_INFO, getLogTag(), "%s", __PRETTY_FUNCTION__);
    [all...]
  /external/llvm/include/llvm/Support/
TypeName.h 30 StringRef Name = __PRETTY_FUNCTION__;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TypeName.h 30 StringRef Name = __PRETTY_FUNCTION__;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
TypeName.h 30 StringRef Name = __PRETTY_FUNCTION__;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
TypeName.h 30 StringRef Name = __PRETTY_FUNCTION__;

Completed in 802 milliseconds

1 2 3 4 5 6