Searched refs:ffi_assert (Results 1 – 15 of 15) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
D | ffi_common.h | 32 /*@exits@*/ void ffi_assert(/*@temp@*/ char *expr, /*@temp@*/ char *file, int line); 36 #define FFI_ASSERT(x) ((x) ? (void)0 : ffi_assert(#x, __FILE__,__LINE__)) 37 #define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l)))
|
/external/python/cffi/c/libffi_msvc/ |
D | ffi_common.h | 32 /*@exits@*/ void ffi_assert(/*@temp@*/ char *expr, /*@temp@*/ char *file, int line); 36 #define FFI_ASSERT(x) ((x) ? (void)0 : ffi_assert(#x, __FILE__,__LINE__)) 37 #define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l)))
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/ |
D | ffi_common.h | 52 ffi_assert( 64 # define FFI_ASSERT(x) ((x) ? (void)0 : ffi_assert(#x, __FILE__,__LINE__)) 65 # define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l)))
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/ |
D | ffi_common.h | 52 ffi_assert( 64 # define FFI_ASSERT(x) ((x) ? (void)0 : ffi_assert(#x, __FILE__,__LINE__)) 65 # define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l)))
|
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
D | ffi_common.h | 49 /*@exits@*/ void ffi_assert(/*@temp@*/ char *expr, /*@temp@*/ char *file, int line); 53 #define FFI_ASSERT(x) ((x) ? (void)0 : ffi_assert(#x, __FILE__,__LINE__)) 54 #define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l)))
|
D | debug.c | 40 void ffi_assert(char *expr, char *file, int line) in ffi_assert() function
|
/external/python/cpython2/Modules/_ctypes/libffi/include/ |
D | ffi_common.h | 64 void ffi_assert(char *expr, char *file, int line); 68 #define FFI_ASSERT(x) ((x) ? (void)0 : ffi_assert(#x, __FILE__,__LINE__)) 69 #define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l)))
|
/external/libffi/include/ |
D | ffi_common.h | 64 void ffi_assert(char *expr, char *file, int line); 68 #define FFI_ASSERT(x) ((x) ? (void)0 : ffi_assert(#x, __FILE__,__LINE__)) 69 #define FFI_ASSERT_AT(x, f, l) ((x) ? 0 : ffi_assert(#x, (f), (l)))
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | debug.c | 41 void ffi_assert(char *expr, char *file, int line) in ffi_assert() function
|
/external/libffi/src/ |
D | debug.c | 41 void ffi_assert(char *expr, char *file, int line) in ffi_assert() function
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.v1 | 520 * debug.c (ffi_assert): Must return a non void now.
|
D | ChangeLog.libffi-3.1 | 4817 (ffi_assert): Accept failed assertion. 4834 * src/debug.c (ffi_assert): Accept stringized failed assertion.
|
/external/libffi/ |
D | ChangeLog.v1 | 520 * debug.c (ffi_assert): Must return a non void now.
|
D | ChangeLog.old | 4825 (ffi_assert): Accept failed assertion. 4842 * src/debug.c (ffi_assert): Accept stringized failed assertion. 7163 * debug.c (ffi_assert): Must return a non void now.
|
D | ChangeLog.libffi-3.1 | 4817 (ffi_assert): Accept failed assertion. 4834 * src/debug.c (ffi_assert): Accept stringized failed assertion.
|