Home
last modified time | relevance | path

Searched refs:BOOST_NOINLINE (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/stacktrace/test/
Dtest_impl.cpp12 BOOST_ST_API BOOST_NOINLINE std::pair<stacktrace, stacktrace> function_from_library(int i, foo1_t f… in function_from_library()
31 BOOST_ST_API BOOST_NOINLINE stacktrace get_backtrace_from_nested_namespaces() { in get_backtrace_from_nested_namespaces()
36 BOOST_ST_API BOOST_NOINLINE stacktrace return_from_nested_namespaces() { in return_from_nested_namespaces()
45 BOOST_ST_API BOOST_NOINLINE boost::stacktrace::stacktrace make_some_stacktrace1_impl(int d = 0) { in make_some_stacktrace1_impl()
54 BOOST_ST_API BOOST_NOINLINE boost::stacktrace::stacktrace make_some_stacktrace2_impl(int d = 0) { in make_some_stacktrace2_impl()
63 BOOST_ST_API BOOST_NOINLINE boost::stacktrace::stacktrace make_some_stacktrace1() { in make_some_stacktrace1()
68 BOOST_ST_API BOOST_NOINLINE boost::stacktrace::stacktrace make_some_stacktrace2() { in make_some_stacktrace2()
/third_party/boost/libs/stacktrace/example/
Dthrowing_st.cpp28 BOOST_NOINLINE void oops(int i);
29 BOOST_NOINLINE void foo(int i);
30 BOOST_NOINLINE void bar(int i);
33 BOOST_NOINLINE void oops(int i) { in oops()
45 BOOST_NOINLINE void bar(int i) { in bar()
57 BOOST_NOINLINE void foo(int i) { in foo()
Duser_config.cpp13 BOOST_NOINLINE void foo(int i);
14 BOOST_NOINLINE void bar(int i);
16 BOOST_NOINLINE void bar(int i) { in bar()
26 BOOST_NOINLINE void foo(int i) { in foo()
Dassert_handler.cpp11 BOOST_NOINLINE void foo(int i);
12 BOOST_NOINLINE void bar(int i);
14 BOOST_NOINLINE void bar(int i) { in bar()
23 BOOST_NOINLINE void foo(int i) { in foo()
Dtrace_addresses.cpp38 BOOST_NOINLINE boost::stacktrace::stacktrace rec1(int i);
39 BOOST_NOINLINE boost::stacktrace::stacktrace rec2(int i);
41 BOOST_NOINLINE boost::stacktrace::stacktrace rec1(int i) { in rec1()
50 BOOST_NOINLINE boost::stacktrace::stacktrace rec2(int i) { in rec2()
Dterminate_handler.cpp8 BOOST_NOINLINE void foo(int i);
9 BOOST_NOINLINE void bar(int i);
11 BOOST_NOINLINE void bar(int i) { in bar()
20 BOOST_NOINLINE void foo(int i) { in foo()
/third_party/boost/boost/stacktrace/
Dsafe_dump_to.hpp48BOOST_NOINLINE BOOST_STACKTRACE_FUNCTION static std::size_t collect(native_frame_ptr_t* out_frames…
50BOOST_NOINLINE static std::size_t safe_dump_to_impl(void* memory, std::size_t size, std::size_t sk… in safe_dump_to_impl()
64BOOST_NOINLINE static std::size_t safe_dump_to_impl(T file, std::size_t skip, std::size_t max_dept… in safe_dump_to_impl()
Dstacktrace.hpp67 BOOST_NOINLINE void init(std::size_t frames_to_skip, std::size_t max_depth) { in init()
/third_party/boost/boost/config/detail/
Dsuffix.hpp613 #if !defined(BOOST_NOINLINE)
615 # define BOOST_NOINLINE __declspec(noinline) macro
621 # define BOOST_NOINLINE __attribute__ ((noinline)) macro
623 # define BOOST_NOINLINE __attribute__ ((__noinline__)) macro
626 # define BOOST_NOINLINE macro
/third_party/boost/libs/config/test/
Dhelper_macro_test.cpp32 BOOST_NOINLINE int never_inline(int i){ return ++i; } in never_inline()
Dconfig_info.cpp1252 PRINT_MACRO(BOOST_NOINLINE); in print_boost_macros()
/third_party/boost/boost/atomic/detail/
Dwait_ops_emulated.hpp53 BOOST_NOINLINE
/third_party/boost/boost/config/compiler/
Dxlcpp_zos.hpp164 # define BOOST_NOINLINE __attribute__ ((__noinline__)) macro
/third_party/boost/boost/log/expressions/predicates/
Dmatches.hpp75 #define BOOST_LOG_AUX_FORCEINLINE_MSVC_BUG982738 inline BOOST_NOINLINE
/third_party/boost/boost/log/detail/
Dadaptive_mutex.hpp216 …static BOOST_NOINLINE BOOST_LOG_NORETURN void throw_exception(int err, const char* descr, const ch… in throw_exception()
/third_party/boost/libs/config/doc/
Dmacro_reference.qbk1259 [[`BOOST_NOINLINE`][
1266 BOOST_NOINLINE void handle_error(const char* descr)