Searched defs:DAWN_ASSERT_CALLSITE_HELPER (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/common/ |
D | Assert.h | 44 # define DAWN_ASSERT_CALLSITE_HELPER(file, func, line, condition) \ macro 52 # define DAWN_ASSERT_CALLSITE_HELPER(file, func, line, condition) __assume(condition) macro 54 # define DAWN_ASSERT_CALLSITE_HELPER(file, func, line, condition) __builtin_assume(condition) macro 56 # define DAWN_ASSERT_CALLSITE_HELPER(file, func, line, condition) \ macro
|
/third_party/flutter/skia/third_party/externals/dawn/src/common/ |
D | Assert.h | 44 # define DAWN_ASSERT_CALLSITE_HELPER(file, func, line, condition) \ macro 52 # define DAWN_ASSERT_CALLSITE_HELPER(file, func, line, condition) __assume(condition) macro 54 # define DAWN_ASSERT_CALLSITE_HELPER(file, func, line, condition) __builtin_assume(condition) macro 56 # define DAWN_ASSERT_CALLSITE_HELPER(file, func, line, condition) \ macro
|