Searched refs:build_type (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/cmake/modules/ |
| D | ChooseMSVCCRT.cmake | 63 foreach(build_type ${CMAKE_CONFIGURATION_TYPES} ${CMAKE_BUILD_TYPE}) 64 string(TOUPPER "${build_type}" build) 71 CACHE STRING "Specify VC++ CRT to use for ${build_type} configurations." 76 endforeach(build_type) 78 foreach(build_type ${CMAKE_CONFIGURATION_TYPES} ${CMAKE_BUILD_TYPE}) 79 string(TOUPPER "${build_type}" build) 88 message(STATUS "Using ${build_type} VC++ CRT: ${LLVM_USE_CRT_${build}}") 93 endforeach(build_type)
|
| /openbsd/src/gnu/llvm/llvm/lib/WindowsManifest/ |
| D | CMakeLists.txt | 26 string(TOUPPER ${CMAKE_BUILD_TYPE} build_type) 27 get_property(libxml2_library TARGET LibXml2::LibXml2 PROPERTY LOCATION_${build_type})
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/ |
| D | CMakeLists.txt | 288 string(TOUPPER ${CMAKE_BUILD_TYPE} build_type) 289 get_property(zlib_library TARGET ZLIB::ZLIB PROPERTY LOCATION_${build_type}) 301 string(TOUPPER ${CMAKE_BUILD_TYPE} build_type) 302 get_property(zstd_library TARGET ${zstd_target} PROPERTY LOCATION_${build_type})
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | typeck.c | 2985 tree build_type = 0; in build_binary_op() local 3281 build_type = boolean_type_node; in build_binary_op() 3390 build_type = boolean_type_node; in build_binary_op() 3422 build_type = integer_type_node; in build_binary_op() 3472 build_type ? build_type : result_type, in build_binary_op() 3755 if (build_type == NULL_TREE) in build_binary_op() 3756 build_type = result_type; in build_binary_op() 3758 result = build2 (resultcode, build_type, op0, op1); in build_binary_op()
|
| D | ChangeLog-1995 | 2220 * typeck.c (build_binary_op_nodefault): Tidy up use of build_type 2403 (build_binary_op_nodefault): New variable build_type controls what
|
| D | ChangeLog-2004 | 964 * typeck.c (build_binary_op): Honor build_type, even when in a
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | typeck.c | 3002 tree build_type = 0; local 3261 build_type = boolean_type_node; 3357 build_type = boolean_type_node; 3389 build_type = integer_type_node; 3692 if (build_type == NULL_TREE) 3693 build_type = result_type; 3696 register tree result = build (resultcode, build_type, op0, op1);
|
| D | ChangeLog.1 | 1869 * typeck.c (build_binary_op_nodefault): Tidy up use of build_type 2052 (build_binary_op_nodefault): New variable build_type controls what
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | c-typeck.c | 1909 tree build_type = 0; local 2155 build_type = integer_type_node; 2234 build_type = integer_type_node; 2289 build_type = integer_type_node; 2583 if (build_type == NULL_TREE) 2584 build_type = result_type; 2587 tree result = build (resultcode, build_type, op0, op1);
|
| D | FSFChangeLog.10 | 9261 * c-typeck.c (build_binary_op): New variable build_type controls
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | c-typeck.c | 7832 tree build_type = 0; in build_binary_op() local 8074 build_type = integer_type_node; in build_binary_op() 8151 build_type = integer_type_node; in build_binary_op() 8522 if (build_type == NULL_TREE) in build_binary_op() 8523 build_type = result_type; in build_binary_op() 8528 build_type, in build_binary_op() 8530 : fold_build2 (resultcode, build_type, in build_binary_op()
|