Home
last modified time | relevance | path

Searched refs:linkage (Results 251 – 275 of 14460) sorted by relevance

1...<<11121314151617181920>>...579

/dports/devel/llvm10/llvm-10.0.1.src/test/DebugInfo/X86/
H A Ddwarf-linkage-names.ll1 ; DWARF linkage name attributes are optional; verify they are missing for
9 ; $ clang++ -emit-llvm -S -g dwarf-linkage-names.cpp
15 ; With linkage names, we get an attribute for the declaration (first) entry
34 ; Without linkage names, verify there aren't any linkage-name attributes,
41 source_filename = "test/DebugInfo/X86/dwarf-linkage-names.ll"
61 !3 = !DIFile(filename: "dwarf-linkage-names.cpp", directory: "/home/probinson/projects/scratch")
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/DebugInfo/X86/
H A Ddwarf-linkage-names.ll1 ; DWARF linkage name attributes are optional; verify they are missing for
9 ; $ clang++ -emit-llvm -S -g dwarf-linkage-names.cpp
15 ; With linkage names, we get an attribute for the declaration (first) entry
34 ; Without linkage names, verify there aren't any linkage-name attributes,
41 source_filename = "test/DebugInfo/X86/dwarf-linkage-names.ll"
61 !3 = !DIFile(filename: "dwarf-linkage-names.cpp", directory: "/home/probinson/projects/scratch")
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/DebugInfo/X86/
H A Ddwarf-linkage-names.ll1 ; DWARF linkage name attributes are optional; verify they are missing for
9 ; $ clang++ -emit-llvm -S -g dwarf-linkage-names.cpp
15 ; With linkage names, we get an attribute for the declaration (first) entry
34 ; Without linkage names, verify there aren't any linkage-name attributes,
41 source_filename = "test/DebugInfo/X86/dwarf-linkage-names.ll"
61 !3 = !DIFile(filename: "dwarf-linkage-names.cpp", directory: "/home/probinson/projects/scratch")
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/DebugInfo/X86/
H A Ddwarf-linkage-names.ll1 ; DWARF linkage name attributes are optional; verify they are missing for
9 ; $ clang++ -emit-llvm -S -g dwarf-linkage-names.cpp
15 ; With linkage names, we get an attribute for the declaration (first) entry
34 ; Without linkage names, verify there aren't any linkage-name attributes,
41 source_filename = "test/DebugInfo/X86/dwarf-linkage-names.ll"
61 !3 = !DIFile(filename: "dwarf-linkage-names.cpp", directory: "/home/probinson/projects/scratch")
/dports/devel/llvm11/llvm-11.0.1.src/test/DebugInfo/X86/
H A Ddwarf-linkage-names.ll1 ; DWARF linkage name attributes are optional; verify they are missing for
9 ; $ clang++ -emit-llvm -S -g dwarf-linkage-names.cpp
15 ; With linkage names, we get an attribute for the declaration (first) entry
34 ; Without linkage names, verify there aren't any linkage-name attributes,
41 source_filename = "test/DebugInfo/X86/dwarf-linkage-names.ll"
61 !3 = !DIFile(filename: "dwarf-linkage-names.cpp", directory: "/home/probinson/projects/scratch")
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/DebugInfo/X86/
H A Ddwarf-linkage-names.ll1 ; DWARF linkage name attributes are optional; verify they are missing for
9 ; $ clang++ -emit-llvm -S -g dwarf-linkage-names.cpp
15 ; With linkage names, we get an attribute for the declaration (first) entry
34 ; Without linkage names, verify there aren't any linkage-name attributes,
41 source_filename = "test/DebugInfo/X86/dwarf-linkage-names.ll"
61 !3 = !DIFile(filename: "dwarf-linkage-names.cpp", directory: "/home/probinson/projects/scratch")
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/DebugInfo/X86/
H A Ddwarf-linkage-names.ll1 ; DWARF linkage name attributes are optional; verify they are missing for
9 ; $ clang++ -emit-llvm -S -g dwarf-linkage-names.cpp
15 ; With linkage names, we get an attribute for the declaration (first) entry
34 ; Without linkage names, verify there aren't any linkage-name attributes,
41 source_filename = "test/DebugInfo/X86/dwarf-linkage-names.ll"
61 !3 = !DIFile(filename: "dwarf-linkage-names.cpp", directory: "/home/probinson/projects/scratch")
/dports/devel/llvm90/llvm-9.0.1.src/test/DebugInfo/X86/
H A Ddwarf-linkage-names.ll1 ; DWARF linkage name attributes are optional; verify they are missing for
9 ; $ clang++ -emit-llvm -S -g dwarf-linkage-names.cpp
15 ; With linkage names, we get an attribute for the declaration (first) entry
34 ; Without linkage names, verify there aren't any linkage-name attributes,
41 source_filename = "test/DebugInfo/X86/dwarf-linkage-names.ll"
61 !3 = !DIFile(filename: "dwarf-linkage-names.cpp", directory: "/home/probinson/projects/scratch")
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/DebugInfo/X86/
H A Ddwarf-linkage-names.ll1 ; DWARF linkage name attributes are optional; verify they are missing for
9 ; $ clang++ -emit-llvm -S -g dwarf-linkage-names.cpp
15 ; With linkage names, we get an attribute for the declaration (first) entry
34 ; Without linkage names, verify there aren't any linkage-name attributes,
41 source_filename = "test/DebugInfo/X86/dwarf-linkage-names.ll"
61 !3 = !DIFile(filename: "dwarf-linkage-names.cpp", directory: "/home/probinson/projects/scratch")
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-clustering/src/main/java/de/lmu/ifi/dbs/elki/algorithm/clustering/hierarchical/
H A DNNChain.java23 import de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical.linkage.Linkage;
24 import de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical.linkage.SingleLinkage;
74 public NNChain(DistanceFunction<? super O> distanceFunction, Linkage linkage) { in NNChain() argument
75 super(distanceFunction, linkage); in NNChain()
86 if(SingleLinkage.class.isInstance(linkage)) { in run()
94 initializeDistanceMatrix(mat, dq, linkage); in run()
225 return new NNChain<>(distanceFunction, linkage);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/DebugInfo/X86/
H A Ddwarf-linkage-names.ll1 ; DWARF linkage name attributes are optional; verify they are missing for
9 ; $ clang++ -emit-llvm -S -g dwarf-linkage-names.cpp
15 ; With linkage names, we get an attribute for the declaration (first) entry
34 ; Without linkage names, verify there aren't any linkage-name attributes,
41 source_filename = "test/DebugInfo/X86/dwarf-linkage-names.ll"
61 !3 = !DIFile(filename: "dwarf-linkage-names.cpp", directory: "/home/probinson/projects/scratch")
/dports/devel/llvm80/llvm-8.0.1.src/test/DebugInfo/X86/
H A Ddwarf-linkage-names.ll1 ; DWARF linkage name attributes are optional; verify they are missing for
9 ; $ clang++ -emit-llvm -S -g dwarf-linkage-names.cpp
15 ; With linkage names, we get an attribute for the declaration (first) entry
34 ; Without linkage names, verify there aren't any linkage-name attributes,
41 source_filename = "test/DebugInfo/X86/dwarf-linkage-names.ll"
61 !3 = !DIFile(filename: "dwarf-linkage-names.cpp", directory: "/home/probinson/projects/scratch")
/dports/devel/llvm70/llvm-7.0.1.src/test/DebugInfo/X86/
H A Ddwarf-linkage-names.ll1 ; DWARF linkage name attributes are optional; verify they are missing for
9 ; $ clang++ -emit-llvm -S -g dwarf-linkage-names.cpp
15 ; With linkage names, we get an attribute for the declaration (first) entry
34 ; Without linkage names, verify there aren't any linkage-name attributes,
41 source_filename = "test/DebugInfo/X86/dwarf-linkage-names.ll"
61 !3 = !DIFile(filename: "dwarf-linkage-names.cpp", directory: "/home/probinson/projects/scratch")
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/DebugInfo/X86/
H A Ddwarf-linkage-names.ll1 ; DWARF linkage name attributes are optional; verify they are missing for
9 ; $ clang++ -emit-llvm -S -g dwarf-linkage-names.cpp
15 ; With linkage names, we get an attribute for the declaration (first) entry
34 ; Without linkage names, verify there aren't any linkage-name attributes,
41 source_filename = "test/DebugInfo/X86/dwarf-linkage-names.ll"
61 !3 = !DIFile(filename: "dwarf-linkage-names.cpp", directory: "/home/probinson/projects/scratch")
/dports/sysutils/calamares/calamares-3.2.44.2/3rdparty/kdsingleapplicationguard/
H A Dkdtoolsglobal.h61 #define KDTOOLS_MAKE_RELATION_OPERATORS( Class, linkage ) \ argument
62 linkage bool operator>( const Class & lhs, const Class & rhs ) { \
65 linkage bool operator!=( const Class & lhs, const Class & rhs ) { \
68 linkage bool operator<=( const Class & lhs, const Class & rhs ) { \
71 linkage bool operator>=( const Class & lhs, const Class & rhs ) { \
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/tests/examples/mpegts/
H A Dts-parser.c334 "", linkage->hand_over_type, in dump_linkage()
336 linkage->hand_over_type)); in dump_linkage()
340 linkage->network_id); in dump_linkage()
342 linkage->initial_service_id); in dump_linkage()
350 linkage->target_event_id); in dump_linkage()
367 linkage->target_event_id); in dump_linkage()
373 linkage->link_type); in dump_linkage()
375 linkage->target_id_type); in dump_linkage()
380 if (linkage->target_id_type == 3) { in dump_linkage()
382 linkage->user_defined_id); in dump_linkage()
[all …]
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/tests/examples/mpegts/
H A Dts-parser.c334 "", linkage->hand_over_type, in dump_linkage()
336 linkage->hand_over_type)); in dump_linkage()
340 linkage->network_id); in dump_linkage()
342 linkage->initial_service_id); in dump_linkage()
350 linkage->target_event_id); in dump_linkage()
367 linkage->target_event_id); in dump_linkage()
373 linkage->link_type); in dump_linkage()
375 linkage->target_id_type); in dump_linkage()
380 if (linkage->target_id_type == 3) { in dump_linkage()
382 linkage->user_defined_id); in dump_linkage()
[all …]
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/tests/examples/mpegts/
H A Dts-parser.c334 "", linkage->hand_over_type, in dump_linkage()
336 linkage->hand_over_type)); in dump_linkage()
340 linkage->network_id); in dump_linkage()
342 linkage->initial_service_id); in dump_linkage()
350 linkage->target_event_id); in dump_linkage()
367 linkage->target_event_id); in dump_linkage()
373 linkage->link_type); in dump_linkage()
375 linkage->target_id_type); in dump_linkage()
380 if (linkage->target_id_type == 3) { in dump_linkage()
382 linkage->user_defined_id); in dump_linkage()
[all …]
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/tests/examples/mpegts/
H A Dts-parser.c334 "", linkage->hand_over_type, in dump_linkage()
336 linkage->hand_over_type)); in dump_linkage()
340 linkage->network_id); in dump_linkage()
342 linkage->initial_service_id); in dump_linkage()
350 linkage->target_event_id); in dump_linkage()
367 linkage->target_event_id); in dump_linkage()
373 linkage->link_type); in dump_linkage()
375 linkage->target_id_type); in dump_linkage()
380 if (linkage->target_id_type == 3) { in dump_linkage()
382 linkage->user_defined_id); in dump_linkage()
[all …]
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/tests/examples/mpegts/
H A Dts-parser.c334 "", linkage->hand_over_type, in dump_linkage()
336 linkage->hand_over_type)); in dump_linkage()
340 linkage->network_id); in dump_linkage()
342 linkage->initial_service_id); in dump_linkage()
350 linkage->target_event_id); in dump_linkage()
367 linkage->target_event_id); in dump_linkage()
373 linkage->link_type); in dump_linkage()
375 linkage->target_id_type); in dump_linkage()
380 if (linkage->target_id_type == 3) { in dump_linkage()
382 linkage->user_defined_id); in dump_linkage()
[all …]
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/tests/examples/mpegts/
H A Dts-parser.c334 "", linkage->hand_over_type, in dump_linkage()
336 linkage->hand_over_type)); in dump_linkage()
340 linkage->network_id); in dump_linkage()
342 linkage->initial_service_id); in dump_linkage()
350 linkage->target_event_id); in dump_linkage()
367 linkage->target_event_id); in dump_linkage()
373 linkage->link_type); in dump_linkage()
375 linkage->target_id_type); in dump_linkage()
380 if (linkage->target_id_type == 3) { in dump_linkage()
382 linkage->user_defined_id); in dump_linkage()
[all …]
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/tests/examples/mpegts/
H A Dts-parser.c334 "", linkage->hand_over_type, in dump_linkage()
336 linkage->hand_over_type)); in dump_linkage()
340 linkage->network_id); in dump_linkage()
342 linkage->initial_service_id); in dump_linkage()
350 linkage->target_event_id); in dump_linkage()
367 linkage->target_event_id); in dump_linkage()
373 linkage->link_type); in dump_linkage()
375 linkage->target_id_type); in dump_linkage()
380 if (linkage->target_id_type == 3) { in dump_linkage()
382 linkage->user_defined_id); in dump_linkage()
[all …]
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/tests/examples/mpegts/
H A Dts-parser.c334 "", linkage->hand_over_type, in dump_linkage()
336 linkage->hand_over_type)); in dump_linkage()
340 linkage->network_id); in dump_linkage()
342 linkage->initial_service_id); in dump_linkage()
350 linkage->target_event_id); in dump_linkage()
367 linkage->target_event_id); in dump_linkage()
373 linkage->link_type); in dump_linkage()
375 linkage->target_id_type); in dump_linkage()
380 if (linkage->target_id_type == 3) { in dump_linkage()
382 linkage->user_defined_id); in dump_linkage()
[all …]
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/tests/examples/mpegts/
H A Dts-parser.c334 "", linkage->hand_over_type, in dump_linkage()
336 linkage->hand_over_type)); in dump_linkage()
340 linkage->network_id); in dump_linkage()
342 linkage->initial_service_id); in dump_linkage()
350 linkage->target_event_id); in dump_linkage()
367 linkage->target_event_id); in dump_linkage()
373 linkage->link_type); in dump_linkage()
375 linkage->target_id_type); in dump_linkage()
380 if (linkage->target_id_type == 3) { in dump_linkage()
382 linkage->user_defined_id); in dump_linkage()
[all …]
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/tests/examples/mpegts/
H A Dts-parser.c334 "", linkage->hand_over_type, in dump_linkage()
336 linkage->hand_over_type)); in dump_linkage()
340 linkage->network_id); in dump_linkage()
342 linkage->initial_service_id); in dump_linkage()
350 linkage->target_event_id); in dump_linkage()
367 linkage->target_event_id); in dump_linkage()
373 linkage->link_type); in dump_linkage()
375 linkage->target_id_type); in dump_linkage()
380 if (linkage->target_id_type == 3) { in dump_linkage()
382 linkage->user_defined_id); in dump_linkage()
[all …]

1...<<11121314151617181920>>...579