Home
last modified time | relevance | path

Searched refs:build_type (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DChooseMSVCCRT.cmake63 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)
89 message(STATUS "Using ${build_type} VC++ CRT: ${LLVM_USE_CRT_${build}}")
94 endforeach(build_type)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/WindowsManifest/
H A DCMakeLists.txt26 string(TOUPPER ${CMAKE_BUILD_TYPE} build_type)
27 get_property(libxml2_library TARGET LibXml2::LibXml2 PROPERTY LOCATION_${build_type})
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Djson_reporter.cc116 const char build_type[] = "release"; in ReportContext() local
118 const char build_type[] = "debug"; in ReportContext() local
120 out << indent << FormatKV("library_build_type", build_type) << "\n"; in ReportContext()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Djson_reporter.cc129 const char build_type[] = "release"; in ReportContext() local
131 const char build_type[] = "debug"; in ReportContext() local
133 out << indent << FormatKV("library_build_type", build_type) << "\n"; in ReportContext()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCMakeLists.txt248 string(TOUPPER ${CMAKE_BUILD_TYPE} build_type)
249 get_property(zlib_library TARGET ZLIB::ZLIB PROPERTY LOCATION_${build_type})
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DConfigure635 $config{build_type} = "release";
780 $config{build_type} = "debug";
784 $config{build_type} = "release";
1094 $config{build_type} = "debug";
1237 push @{$config{defines}}, "NDEBUG" if $config{build_type} eq "release";
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c4499 tree build_type = 0; in cp_build_binary_op() local
5023 build_type = boolean_type_node; in cp_build_binary_op()
5358 build_type = boolean_type_node; in cp_build_binary_op()
5424 build_type = integer_type_node; in cp_build_binary_op()
5512 build_type = spaceship_type (result_type, complain); in cp_build_binary_op()
5513 if (build_type == error_mark_node) in cp_build_binary_op()
5559 build_type ? build_type : result_type, in cp_build_binary_op()
5752 if (build_type == NULL_TREE) in cp_build_binary_op()
5753 build_type = result_type; in cp_build_binary_op()
5801 result = build2_loc (location, resultcode, build_type, op0, op1); in cp_build_binary_op()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc4936 tree build_type = 0; in cp_build_binary_op() local
5471 build_type = boolean_type_node; in cp_build_binary_op()
5816 build_type = boolean_type_node; in cp_build_binary_op()
5875 build_type = integer_type_node; in cp_build_binary_op()
5974 build_type = spaceship_type (result_type, complain); in cp_build_binary_op()
5975 if (build_type == error_mark_node) in cp_build_binary_op()
6021 build_type ? build_type : result_type, in cp_build_binary_op()
6214 if (build_type == NULL_TREE) in cp_build_binary_op()
6215 build_type = result_type; in cp_build_binary_op()
6267 result = build2_loc (location, resultcode, build_type, op0, op1); in cp_build_binary_op()
[all …]
H A DChangeLog-19952220 * typeck.c (build_binary_op_nodefault): Tidy up use of build_type
2403 (build_binary_op_nodefault): New variable build_type controls what
H A DChangeLog-2004964 * typeck.c (build_binary_op): Honor build_type, even when in a
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c11537 tree build_type = NULL_TREE; in build_binary_op() local
12116 build_type = integer_type_node; in build_binary_op()
12278 build_type = integer_type_node; in build_binary_op()
12635 if (build_type == NULL_TREE) in build_binary_op()
12637 build_type = result_type; in build_binary_op()
12680 ? fold_build2_initializer_loc (location, resultcode, build_type, in build_binary_op()
12682 : fold_build2_loc (location, resultcode, build_type, op0, op1)); in build_binary_op()
12684 ret = build2 (resultcode, build_type, op0, op1); in build_binary_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc11749 tree build_type = NULL_TREE; in build_binary_op() local
12328 build_type = integer_type_node; in build_binary_op()
12458 build_type = integer_type_node; in build_binary_op()
12823 if (build_type == NULL_TREE) in build_binary_op()
12825 build_type = result_type; in build_binary_op()
12871 ? fold_build2_initializer_loc (location, resultcode, build_type, in build_binary_op()
12873 : fold_build2_loc (location, resultcode, build_type, op0, op1)); in build_binary_op()
12875 ret = build2 (resultcode, build_type, op0, op1); in build_binary_op()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A DREADME.md901 "build_type": "debug"
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A DREADME.md842 "build_type": "debug"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.109261 * c-typeck.c (build_binary_op): New variable build_type controls
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DFSFChangeLog.109261 * c-typeck.c (build_binary_op): New variable build_type controls