Home
last modified time | relevance | path

Searched refs:include_flags (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/dports/math/cppad/CppAD-20210000.8/bin/
H A Dtest_one.sh.in112 include_flags=''
118 include_flags="$include_flags $(pkg-config adolc --cflags)"
125 include_flags="$include_flags $(pkg-config eigen3 --cflags)"
132 include_flags="$include_flags $(pkg-config ipopt --cflags)"
146 include_flags="$include_flags -I @colpack_prefix@/include"
152 include_flags=$(echo $include_flags | \
155 include_flags="-I $original_dir/include $include_flags"
194 $include_flags
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/lib/
H A Dhwasan-dg.exp114 set include_flags "[hwasan_include_flags]"
122 …onal_flags=-fsanitize=hwaddress --param hwasan-random-frame-tag=0 -g $include_flags}" $ALWAYS_CXXF…
125 …link_flags -fsanitize=hwaddress --param hwasan-random-frame-tag=0 -g $include_flags $TEST_ALWAYS_F…
127 …ALWAYS_FLAGS "$link_flags -fsanitize=hwaddress --param hwasan-random-frame-tag=0 -g $include_flags"
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/lib/
H A Dhwasan-dg.exp114 set include_flags "[hwasan_include_flags]"
122 …onal_flags=-fsanitize=hwaddress --param hwasan-random-frame-tag=0 -g $include_flags}" $ALWAYS_CXXF…
125 …link_flags -fsanitize=hwaddress --param hwasan-random-frame-tag=0 -g $include_flags $TEST_ALWAYS_F…
127 …ALWAYS_FLAGS "$link_flags -fsanitize=hwaddress --param hwasan-random-frame-tag=0 -g $include_flags"
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/lib/
H A Dhwasan-dg.exp114 set include_flags "[hwasan_include_flags]"
122 …onal_flags=-fsanitize=hwaddress --param hwasan-random-frame-tag=0 -g $include_flags}" $ALWAYS_CXXF…
125 …link_flags -fsanitize=hwaddress --param hwasan-random-frame-tag=0 -g $include_flags $TEST_ALWAYS_F…
127 …ALWAYS_FLAGS "$link_flags -fsanitize=hwaddress --param hwasan-random-frame-tag=0 -g $include_flags"
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/lib/
H A Dhwasan-dg.exp114 set include_flags "[hwasan_include_flags]"
122 …onal_flags=-fsanitize=hwaddress --param hwasan-random-frame-tag=0 -g $include_flags}" $ALWAYS_CXXF…
125 …link_flags -fsanitize=hwaddress --param hwasan-random-frame-tag=0 -g $include_flags $TEST_ALWAYS_F…
127 …ALWAYS_FLAGS "$link_flags -fsanitize=hwaddress --param hwasan-random-frame-tag=0 -g $include_flags"
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/asn_cache/
H A Ddump_seqids.cpp96 CAsnCacheStats::TIncludeFlags include_flags = 0; in Run() local
98 include_flags |= CAsnCacheStats::eIncludeTimestamp; in Run()
115 CAsnCacheStats cache_stats( cache, include_flags ); in Run()
/dports/games/genact/genact-0.10.0/src/modules/
H A Dcc.rs12 let mut include_flags = vec![]; in generate_includes() localVariable
17 if !include_flags.contains(&dir_str) { in generate_includes()
18 include_flags.push(dir_str); in generate_includes()
23 let limited_flags = (0..max).map(|_| include_flags.choose(rng).unwrap()); in generate_includes()
/dports/math/tblis/tblis-1.2.0/src/external/stl_ext/m4/
H A Daq_with_package.m463 include_flags=
65 AS_VAR_APPEND([include_flags],[" -I$pkg_dir/$dir_path"])
71 [$include_flags],
74 m4_tolower(AS_TR_SH([$1]))_INCLUDES=$include_flags
/dports/math/tblis/tblis-1.2.0/m4/
H A Daq_with_package.m464 include_flags=
66 AS_VAR_APPEND([include_flags],[" -I$pkg_dir/$dir_path"])
72 [$include_flags $8],
75 m4_tolower(m4_translit([$1], [-+.], [___]))_INCLUDES=$include_flags
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/data_loaders/asn_cache/
H A Dasn_cache_stats.hpp55 CAsnCacheStats( CAsnCache & asn_cache_ref, TIncludeFlags include_flags = eIncludeDefault ) in CAsnCacheStats() argument
57 m_IncludeFlags(include_flags) in CAsnCacheStats()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/peermanager/messaging/bittorrent/ltep/
H A DUTPeerExchange.java64 … private void insertPeers(String key_name, Map root_map, boolean include_flags, PeerItem[] peers) { in insertPeers() argument
86 insertPeers(key_name, root_map, include_flags, v4_peers, IPv4_SIZE_WITH_PORT); in insertPeers()
87 insertPeers(key_name + "6", root_map, include_flags, v6_peers, IPv6_SIZE_WITH_PORT); in insertPeers()
90 …private void insertPeers(String key_name, Map root_map, boolean include_flags, List peers, int pee… in insertPeers() argument
95 byte[] peer_flags = (include_flags) ? new byte[peers.size()] : null; in insertPeers()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/sra/readers/sra/test/
H A Dwgs_test.cpp614 CWGSSeqIterator::TIncludeFlags include_flags = CWGSSeqIterator::fIncludeLive; in Run() local
616 include_flags |= CWGSSeqIterator::fIncludeWithdrawn; in Run()
619 include_flags |= CWGSSeqIterator::fIncludeReplaced; in Run()
622 include_flags |= CWGSSeqIterator::fIncludeSuppressed; in Run()
625 include_flags |= CWGSSeqIterator::fIncludeUnverified; in Run()
635 it = CWGSSeqIterator(wgs_db, row, include_flags); in Run()
638 it = CWGSSeqIterator(wgs_db, row, kMax_UI8, include_flags); in Run()
651 it = CWGSSeqIterator(wgs_db, include_flags); in Run()
716 for ( CWGSSeqIterator it(wgs_db, include_flags); it; ++it ) { in Run()
789 CWGSSeqIterator it(wgs_db, gi_it.GetRowId(), include_flags); in Run()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dopts.c899 if (include_flags == CL_PARAMS) in print_filtered_help()
936 if (include_flags == 0 in print_filtered_help()
937 || ((option->flags & include_flags) != include_flags)) in print_filtered_help()
1151 switch (flag & include_flags) in print_specific_help()
1188 if (include_flags & CL_UNDOCUMENTED) in print_specific_help()
1190 else if (include_flags & CL_SEPARATE) in print_specific_help()
1192 else if (include_flags & CL_JOINED) in print_specific_help()
1197 include_flags); in print_specific_help()
1280 unsigned int include_flags = 0; in common_handle_option() local
1327 pflags = & include_flags; in common_handle_option()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dopts.c899 if (include_flags == CL_PARAMS) in print_filtered_help()
936 if (include_flags == 0 in print_filtered_help()
937 || ((option->flags & include_flags) != include_flags)) in print_filtered_help()
1151 switch (flag & include_flags) in print_specific_help()
1188 if (include_flags & CL_UNDOCUMENTED) in print_specific_help()
1190 else if (include_flags & CL_SEPARATE) in print_specific_help()
1192 else if (include_flags & CL_JOINED) in print_specific_help()
1197 include_flags); in print_specific_help()
1280 unsigned int include_flags = 0; in common_handle_option() local
1327 pflags = & include_flags; in common_handle_option()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/test/threads/
H A DMakefile36 include_flags = $(patsubst %,-I%, $(include_paths)) macro
48 CCFL = -Wall -O3 -g -I./gen-cpp $(include_flags)
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/test/threads/
H A DMakefile36 include_flags = $(patsubst %,-I%, $(include_paths)) macro
48 CCFL = -Wall -O3 -g -I./gen-cpp $(include_flags)
/dports/devel/py-thrift/thrift-0.14.0/test/threads/
H A DMakefile36 include_flags = $(patsubst %,-I%, $(include_paths)) macro
48 CCFL = -Wall -O3 -g -I./gen-cpp $(include_flags)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/test/threads/
H A DMakefile36 include_flags = $(patsubst %,-I%, $(include_paths)) macro
48 CCFL = -Wall -O3 -g -I./gen-cpp $(include_flags)
/dports/devel/thrift/thrift-0.14.0/test/threads/
H A DMakefile36 include_flags = $(patsubst %,-I%, $(include_paths)) macro
48 CCFL = -Wall -O3 -g -I./gen-cpp $(include_flags)
/dports/devel/thrift-c_glib/thrift-0.14.0/test/threads/
H A DMakefile36 include_flags = $(patsubst %,-I%, $(include_paths)) macro
48 CCFL = -Wall -O3 -g -I./gen-cpp $(include_flags)
/dports/devel/thrift-cpp/thrift-0.14.0/test/threads/
H A DMakefile36 include_flags = $(patsubst %,-I%, $(include_paths)) macro
48 CCFL = -Wall -O3 -g -I./gen-cpp $(include_flags)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/test/threads/
H A DMakefile36 include_flags = $(patsubst %,-I%, $(include_paths)) macro
48 CCFL = -Wall -O3 -g -I./gen-cpp $(include_flags)
/dports/devel/node-thrift/thrift-0.14.0/test/threads/
H A DMakefile36 include_flags = $(patsubst %,-I%, $(include_paths)) macro
48 CCFL = -Wall -O3 -g -I./gen-cpp $(include_flags)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/lib/
H A Dasan-dg.exp98 set include_flags "[asan_include_flags]"
105 …set ALWAYS_CXXFLAGS [concat "{additional_flags=-fsanitize=address -g $include_flags}" $ALWAYS_CXXF…
108 set TEST_ALWAYS_FLAGS "$link_flags -fsanitize=address -g $include_flags $TEST_ALWAYS_FLAGS"
110 set TEST_ALWAYS_FLAGS "$link_flags -fsanitize=address -g $include_flags"
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/lib/
H A Dasan-dg.exp101 set include_flags "[asan_include_flags]"
109 …set ALWAYS_CXXFLAGS [concat "{additional_flags=-fsanitize=address -g $include_flags}" $ALWAYS_CXXF…
112 set TEST_ALWAYS_FLAGS "$link_flags -fsanitize=address -g $include_flags $TEST_ALWAYS_FLAGS"
114 set TEST_ALWAYS_FLAGS "$link_flags -fsanitize=address -g $include_flags"

12345678910>>...23