Home
last modified time | relevance | path

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

/llvm-project/libc/include/llvm-libc-macros/
H A Dstdckdint-macros.h21 #define ckd_sub( global() macro
/llvm-project/clang/lib/Headers/
H A Dstdckdint.h38 #define ckd_sub(R, A, B) __builtin_sub_overflow((A), (B), (R)) macro