Home
last modified time | relevance | path

Searched defs:COND (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dlibc_assert.h19 #define LIBC_ASSERT(COND) assert(COND) argument
61 #define LIBC_ASSERT(COND) \ argument
73 #define LIBC_ASSERT(COND) \ argument
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/arm/
H A Ddt_isadep.c47 #define COND(x) (((x) >> 25) & 0x0f) macro
/freebsd/sys/contrib/x86emu/
H A Dx86emu_regs.h123 #define CONDITIONAL_SET_FLAG(COND,FLAG) \ argument
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_plat_services.h351 #define al_assert(COND) \ argument
/freebsd/contrib/file/src/
H A Dencoding.c266 #define LOOKS(NAME, COND) \ argument
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h136 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator
H A DExpr.h4320 enum { COND, LHS, RHS, END_EXPR }; enumerator
4382 enum { COMMON, COND, LHS, RHS, NUM_SUBEXPRS }; enumerator
4777 enum { COND, LHS, RHS, END_EXPR }; enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Driscv.c247 #define SET_SINGLE_RISCV_FEATURE(COND, EXT) \ argument
/freebsd/crypto/openssl/apps/
H A Dspeed.c591 #define COND(unused_cond) (run && count < (testmode ? 1 : INT_MAX)) macro