Searched refs:comment (Results 1 – 14 of 14) sorted by relevance
| /oneTBB/src/tbb/ |
| H A D | assert_impl.h | 41 …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 D | tbbmalloc_proxy.h | 41 #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.h | 33 …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.h | 212 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.h | 358 #pragma comment(lib, "tbb12_debug.lib") 360 #pragma comment(lib, "tbb12.lib")
|
| /oneTBB/examples/common/gui/ |
| H A D | d2dvideo.cpp | 29 #pragma comment(lib, "d2d1.lib") 39 #pragma comment(lib, "DxErr.lib")
|
| H A D | winvideo.hpp | 41 #pragma comment(lib, "gdi32.lib") 42 #pragma comment(lib, "user32.lib")
|
| H A D | gdivideo.cpp | 25 #pragma comment(lib, "gdiplus.lib")
|
| /oneTBB/test/common/ |
| H A D | memory_usage.h | 57 #pragma comment(lib, "psapi")
|
| H A D | utils_report.h | 62 #pragma comment (lib, "dbghelp.lib")
|
| /oneTBB/src/tbb/def/ |
| H A D | mac64-tbb.def | 16 # TODO: check the legacy comment below, currently use extra leading underscore everywhere.
|
| /oneTBB/ |
| H A D | LICENSE.txt | 184 comment syntax for the file format. We also recommend that a
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_compliance.cpp | 53 #pragma comment(lib, "version.lib") // to use GetFileVersionInfo*
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 6 # 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
|