Home
last modified time | relevance | path

Searched defs:DCHECK_LE (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDinternal_defs.h108 #define DCHECK_LE(A, B) CHECK_LE(A, B) macro
116 #define DCHECK_LE(A, B) macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_internal_defs.h316 #define DCHECK_LE(a, b) CHECK_LE(a, b) macro
324 #define DCHECK_LE(a, b) macro