Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 14 of 14) sorted by relevance

/oneTBB/src/tbb/
H A Dassert_impl.h41 …sertion_failure_impl(const char* location, int line, const char* expression, const char* comment) { in assertion_failure_impl() argument
46 if (comment) { in assertion_failure_impl()
47 std::fprintf(stderr, "Detailed description: %s\n", comment); in assertion_failure_impl()
50 …Report(_CRT_ASSERT, location, line, "tbb_debug.dll", "%s\r\n%s", expression, comment?comment:"")) { in assertion_failure_impl()
65 …NC assertion_failure(const char* location, int line, const char* expression, const char* comment) { in assertion_failure() argument
73 …atomic_do_once([&](){ assertion_failure_impl(location, line, expression, comment); }, assertion_st… in assertion_failure()
/oneTBB/include/oneapi/tbb/
H A Dtbbmalloc_proxy.h41 #pragma comment(lib, "tbbmalloc_proxy_debug.lib")
43 #pragma comment(lib, "tbbmalloc_proxy.lib")
47 #pragma comment(linker, "/include:__TBB_malloc_proxy")
49 #pragma comment(linker, "/include:___TBB_malloc_proxy")
/oneTBB/include/oneapi/tbb/detail/
H A D_assert.h33 …UNC assertion_failure(const char* location, int line, const char* expression, const char* comment);
59 #define __TBB_ASSERT(predicate,comment) ((void)0) argument
61 #define __TBB_ASSERT_EX(predicate,comment) ((void)(1 && (predicate))) argument
H A D_utils.h212 bool assert_pointer_valid(T* p, const char* comment = nullptr) {
213 suppress_unused_warning(p, comment);
214 __TBB_ASSERT(p != nullptr, comment);
215 __TBB_ASSERT(!is_poisoned(p), comment);
217 __TBB_ASSERT(is_aligned(p, alignment == 0 ? alignof(T) : alignment), comment);
H A D_config.h358 #pragma comment(lib, "tbb12_debug.lib")
360 #pragma comment(lib, "tbb12.lib")
/oneTBB/examples/common/gui/
H A Dd2dvideo.cpp29 #pragma comment(lib, "d2d1.lib")
39 #pragma comment(lib, "DxErr.lib")
H A Dwinvideo.hpp41 #pragma comment(lib, "gdi32.lib")
42 #pragma comment(lib, "user32.lib")
H A Dgdivideo.cpp25 #pragma comment(lib, "gdiplus.lib")
/oneTBB/test/common/
H A Dmemory_usage.h57 #pragma comment(lib, "psapi")
H A Dutils_report.h62 #pragma comment (lib, "dbghelp.lib")
/oneTBB/src/tbb/def/
H A Dmac64-tbb.def16 # TODO: check the legacy comment below, currently use extra leading underscore everywhere.
/oneTBB/
H A DLICENSE.txt184 comment syntax for the file format. We also recommend that a
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_compliance.cpp53 #pragma comment(lib, "version.lib") // to use GetFileVersionInfo*
/oneTBB/doc/
H A DDoxyfile.in6 # All text after a double hash (##) is considered a comment and is placed in
9 # All text after a single hash (#) is considered a comment and will be ignored.
184 # first line (until the first dot) of a Javadoc-style comment as the brief
193 # line (until the first dot) of a Qt-style comment as the brief description. If
201 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
203 # to treat a multi-line C++ comment block as a detailed description. Set this
1008 # special comment blocks from generated source code fragments. Normal C, C++ and