Searched refs:unnamed (Results 1 – 25 of 97) sorted by relevance
1234
119 sem_t unnamed, *named; in main() local156 ret = sem_init(&unnamed, 0, INIT_VAL); in main()169 ret = pthread_create(&child2, NULL, threaded, &unnamed); in main()190 ret = sem_getvalue(&unnamed, &value); in main()226 ret = sem_destroy(&unnamed); in main()
2 # These tests use tests/pipeio to put pipes (named or unnamed) through a workout12 # spawns 5 children to write 100 chunks of 4090 bytes to an unnamed pipe15 # spawns 5 children to write 100 chunks of 4090 bytes to an unnamed pipe21 # spawns 5 children to write 10 chunks of 5000 bytes to an unnamed pipe28 # spawns 5 children to write 10 chunks of 5000 bytes to an unnamed pipe
21 # These tests use tests/pipeio to put pipes (named or unnamed) through a workout31 # spawns 5 children to write 100 chunks of 4090 bytes to an unnamed pipe34 # spawns 5 children to write 100 chunks of 4090 bytes to an unnamed pipe40 # spawns 5 children to write 10 chunks of 5000 bytes to an unnamed pipe47 # spawns 5 children to write 10 chunks of 5000 bytes to an unnamed pipe
16 } unnamed;51 unnamed.x = 10;
1 ; Test the handling of unnamed vector arguments.7 ; in %v24 and %v26) and two unnamed vector arguments (passed
1 ; Test the handling of unnamed short vector arguments.7 ; in %v24 and %v26) and two unnamed vector arguments (passed
2 ; CHECK: comdat cannot be unnamed
1 ; This file is for use with unnamed-addr-err-a.ll
1 ; RUN: not llvm-link %s %p/unnamed-addr-err-b.ll -S -o - 2>&1 | FileCheck %s
1 ; This file is for use with unnamed-addr1-a.ll
2 // Test that meta-data for ivar lists with unnamed bitfield are generated.
2 # This test ensures that the MIR parser preserves unnamed LLVM IR block
1 ; RUN: llvm-link %s %p/unnamed-addr1-b.ll -S -o - | sort | FileCheck %s
13 ; same as above with unnamed types
11 define fastcc i32 @_Dmain(%"char[][]" %unnamed) {
8 define x86_stdcallcc i32 @_Dmain(%0 %unnamed) {
75 ; CHECK: Name: S1::<unnamed-tag>110 ; CHECK: Type: S1::<unnamed-tag> ([[anon_ty]])150 ; CHECK: Name: S1::<unnamed-tag>
15 define fastcc i32 @_Dmain(%"char[][]" %unnamed) {
58 # \note OS X doesn't support unnamed semaphores.
28 + Arrays as unnamed parameters in function prototypes
1 ; Tests that we name unnamed global addresses.