Searched defs:assert (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dassert.h6 #define assert(e) do { \ macro
/freebsd-11-stable/include/
H A Dassert.h45 #undef assert macro
49 #define assert(e) ((void)0) macro
54 #define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \ macro
/freebsd-11-stable/cddl/compat/opensolaris/include/
H A Dassert.h29 #undef assert macro
33 #define assert(e) ((void)0) macro
38 #define assert(e) ((e) ? (void)0 : __assert(#e, __FILE__, __LINE__)) macro
/freebsd-11-stable/contrib/groff/src/include/
H A Dassert.h33 #undef assert macro
36 #define assert(ignore) /* as nothing */ macro
38 #define assert(expr) do_assert(expr, __LINE__, __FILE__) macro
/freebsd-11-stable/libexec/rtld-elf/
H A Ddebug.h55 #define assert(cond) ((cond) ? (void) 0 : \ macro
/freebsd-11-stable/sys/mips/mediatek/
H A Dfdt_reset.c53 assert_deassert_all(device_t consumer, boolean_t assert) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h99 assert(ID < TotalIDs); function
/freebsd-11-stable/sys/kern/
H A Dsubr_capability.c53 #define assert(exp) KASSERT((exp), ("%s:%u", __func__, __LINE__)) macro
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.h74 assert(RecordSize < UINT32_MAX && "Record too big"); function
/freebsd-11-stable/sys/rpc/
H A Drpc_prot.c64 #define assert(exp) KASSERT(exp, ("bad arguments")) macro
[all...]
/freebsd-11-stable/sys/dev/isci/
H A Denvironment.h98 #define assert(cond) macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp276 assert(Value < 0 && "Encoded integer is not signed!"); function
325 assert(Value < 0 && "Encoded integer is not signed!"); function
/freebsd-11-stable/contrib/jemalloc/src/
H A Dutil.c5 #define assert(e) do { \ macro
679 #undef assert macro
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp384 assert(UseIndex < CS.data_operands_size() && function
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp392 assert(BeginOffset < EndOffset && "Partitions must span some bytes!"); function
[all...]
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_common.h168 #define assert(e) assertion_assert(__FILE__, __LINE__, (e), #e, NULL) macro
/freebsd-11-stable/sys/dev/snc/
H A Ddp83932.c122 #undef assert macro
126 #define assert(e) ((void)0) macro
131 #define assert(e) ((e) ? (void)0 : __assert("snc ", __FILE__, __LINE__, #e)) macro
133 #define assert(e) ((e) ? (void)0 : __assert("snc "__FILE__, __LINE__, "e")) macro
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_jupiter.c116 u_int assert; /* pps edge to use */ member in struct:instance
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h308 assert(ShiftL < getWidth<DigitsT>() && "can't shift more than width"); function
[all...]
/freebsd-11-stable/contrib/flex/
H A Dflexdef.h68 #define assert(Pred) macro
/freebsd-11-stable/contrib/binutils/gas/
H A Das.h140 #define assert(P) \ macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp457 assert(Result < UINT_MAX && "label difference greater than 2GB"); function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1295 assert(Size < 32 && "Invalid register class size"); function
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp680 assert(Lane < RegElts && "out of range lane for VLD/VST-lane"); function
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp784 assert(BitOffset < WideBits && "Unexpected offset!"); function
[all...]

Completed in 278 milliseconds

12