Lines Matching refs:test_cpp_condition
1379 test_cpp_condition(){ function
1380 log test_cpp_condition "$@"
1397 test_cpp_condition "$@" && enable $name
5320 test "$subarch" = "x86_32" && test_cpp_condition stddef.h 'defined(__x86_64__)' &&
5728 test_cpp_condition stdlib.h "defined(__PIC__) || defined(__pic__) || defined(PIC)" && enable_weak p…
5840 test_cpp_condition stddef.h "defined __thumb__" && test_cc <<EOF && enable_weak thumb
5849 …elif ! test_cpp_condition stddef.h "defined __ARM_PCS || defined __SOFTFP__" && [ $target_os != da…
6337 …{ test_cpp_condition DeckLinkAPIVersion.h "BLACKMAGIC_DECKLINK_API_VERSION >= 0x0a0a0000" || die "…
6487 …{ test_cpp_condition libzvbi.h "VBI_VERSION_MAJOR > 0 || VBI_VERSION_MINOR > 2 || VBI_VERSION_MINO…
6505 { test_cpp_condition "AL/al.h" "defined(AL_VERSION_1_1)" ||
6511 { test_cpp_condition "OpenCL/cl.h" "defined(CL_VERSION_1_2)" ||
6512 test_cpp_condition "CL/cl.h" "defined(CL_VERSION_1_2)" ||
6562 …test_cpp_condition SDL.h "(SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) >= 0x020…
6563 …test_cpp_condition SDL.h "(SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) < 0x0201…
6591 test_cpp_condition winerror.h "defined(SEC_I_CONTEXT_EXPIRED)" &&
7044 test_cpp_condition "windows.h" "__ICL < 1300 || __ICL >= 1400" &&
7067 test_cpp_condition windows.h "_MSC_FULL_VER >= 190024218" ||
7070 test_cpp_condition windows.h "_MSC_FULL_VER >= 190023918" &&
7114 …if test_cpp_condition sys/version.h "defined(__DJGPP__) && __DJGPP__ == 2 && __DJGPP_MINOR__ == 5"…