Searched refs:COMPILE_ASSERT (Results 1 – 18 of 18) sorted by relevance
/external/pdfium/third_party/base/ |
D | macros.h | 28 #undef COMPILE_ASSERT 29 #define COMPILE_ASSERT(expr, msg) static_assert(expr, #msg) macro
|
/external/regex-re2/util/ |
D | mutex.h | 184 #define MutexLock(x) COMPILE_ASSERT(0, mutex_lock_decl_missing_var_name) 185 #define ReaderMutexLock(x) COMPILE_ASSERT(0, rmutex_lock_decl_missing_var_name) 186 #define WriterMutexLock(x) COMPILE_ASSERT(0, wmutex_lock_decl_missing_var_name)
|
D | util.h | 82 #define COMPILE_ASSERT(expr, msg) \ macro
|
/external/ceres-solver/internal/ceres/ |
D | mutex.h | 320 COMPILE_ASSERT(0, ceres_mutex_lock_decl_missing_var_name) 322 COMPILE_ASSERT(0, ceres_rmutex_lock_decl_missing_var_name) 324 COMPILE_ASSERT(0, ceres_wmutex_lock_decl_missing_var_name)
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | compile_assert_c.h | 22 #define COMPILE_ASSERT(expression) switch (0) {case 0: case expression:;} macro
|
/external/pdfium/third_party/base/numerics/ |
D | safe_conversions_impl.h | 207 COMPILE_ASSERT(std::numeric_limits<Src>::is_specialized, 209 COMPILE_ASSERT(std::numeric_limits<Dst>::is_specialized,
|
D | safe_math.h | 65 COMPILE_ASSERT(std::numeric_limits<Src>::is_specialized, in CheckedNumeric() 90 COMPILE_ASSERT(std::numeric_limits<T>::is_iec559, argument_must_be_float); in ValueFloating()
|
D | safe_math_impl.h | 368 COMPILE_ASSERT(std::numeric_limits<Src>::is_specialized,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | pitch_filter.c | 62 COMPILE_ASSERT(PITCH_FRACORDER == 9); in WebRtcIsacfix_PitchFilter() 63 COMPILE_ASSERT(PITCH_DAMPORDER == 5); in WebRtcIsacfix_PitchFilter()
|
D | pitch_estimator_c.c | 69 COMPILE_ASSERT(PITCH_CORR_LEN2 %4 == 0); in WebRtcIsacfix_PCorr2Q32()
|
D | pitch_estimator_mips.c | 36 COMPILE_ASSERT(PITCH_CORR_LEN2 % 4 == 0); in WebRtcIsacfix_PCorr2Q32()
|
/external/regex-re2/re2/ |
D | onepass.cc | 175 COMPILE_ASSERT((1<<kEmptyShift)-1 == kEmptyAllFlags, in OnePass_Checks() 178 COMPILE_ASSERT(kMaxCap == Prog::kMaxOnePassCapture*2, in OnePass_Checks()
|
D | prog.cc | 315 COMPILE_ASSERT(8*sizeof(v.Word(0)) == 32, wordsize); in ComputeByteMap()
|
/external/webrtc/webrtc/modules/audio_processing/utility/ |
D | delay_estimator_wrapper.c | 147 COMPILE_ASSERT(kBandLast - kBandFirst < 32); in WebRtc_CreateDelayEstimatorFarend()
|
/external/libchrome/base/allocator/ |
D | BUILD.gn | 63 # tcmalloc uses COMPILE_ASSERT without static_assert but with
|
D | allocator.gyp | 293 # tcmalloc uses COMPILE_ASSERT without static_assert but with
|
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
D | aecm_core.c | 504 COMPILE_ASSERT(PART_LEN % 16 == 0); in WebRtcAecm_InitCore()
|
/external/v8/ |
D | ChangeLog | 6046 * Eliminate usage of ALLOW_UNUSED to define COMPILE_ASSERT and just use
|