Home
last modified time | relevance | path

Searched refs:ffi_assert (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dffi_common.h32 /*@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/
Dffi_common.h32 /*@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/
Dffi_common.h52 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/
Dffi_common.h52 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/
Dffi_common.h49 /*@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)))
Ddebug.c40 void ffi_assert(char *expr, char *file, int line) in ffi_assert() function
/external/python/cpython2/Modules/_ctypes/libffi/include/
Dffi_common.h64 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/
Dffi_common.h64 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/
Ddebug.c41 void ffi_assert(char *expr, char *file, int line) in ffi_assert() function
/external/libffi/src/
Ddebug.c41 void ffi_assert(char *expr, char *file, int line) in ffi_assert() function
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.v1520 * debug.c (ffi_assert): Must return a non void now.
DChangeLog.libffi-3.14817 (ffi_assert): Accept failed assertion.
4834 * src/debug.c (ffi_assert): Accept stringized failed assertion.
/external/libffi/
DChangeLog.v1520 * debug.c (ffi_assert): Must return a non void now.
DChangeLog.old4825 (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.
DChangeLog.libffi-3.14817 (ffi_assert): Accept failed assertion.
4834 * src/debug.c (ffi_assert): Accept stringized failed assertion.