Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 530) sorted by relevance

12345678910>>...22

/minix3/external/bsd/llvm/dist/llvm/test/Linker/
H A Dmdlocation.ll9 ; CHECK-NEXT: !1 = !MDLocation(line: 3, column: 7, scope: !0)
10 ; CHECK-NEXT: !2 = !MDLocation(line: 3, column: 7, scope: !0, inlinedAt: !1)
11 ; CHECK-NEXT: !3 = !MDLocation(line: 3, column: 7, scope: !0, inlinedAt: !2)
13 ; CHECK-NEXT: !5 = !MDLocation(line: 3, column: 7, scope: !4)
14 ; CHECK-NEXT: !6 = !MDLocation(line: 3, column: 7, scope: !4, inlinedAt: !5)
15 ; CHECK-NEXT: !7 = !MDLocation(line: 3, column: 7, scope: !4, inlinedAt: !6)
16 ; CHECK-NEXT: !8 = distinct !MDLocation(line: 3, column: 7, scope: !0)
17 ; CHECK-NEXT: !9 = distinct !MDLocation(line: 3, column: 7, scope: !0, inlinedAt: !8)
19 ; CHECK-NEXT: !11 = !MDLocation(line: 3, column: 7, scope: !10)
20 ; CHECK-NEXT: !12 = !MDLocation(line: 3, column: 7, scope: !10, inlinedAt: !11)
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/Linker/Inputs/
H A Dmdlocation.ll3 !0 = !{} ; Use this as a scope.
4 !1 = !MDLocation(line: 3, column: 7, scope: !0)
5 !2 = !MDLocation(line: 3, column: 7, scope: !0, inlinedAt: !1)
6 !3 = !MDLocation(line: 3, column: 7, scope: !0, inlinedAt: !2)
8 !5 = !MDLocation(line: 3, column: 7, scope: !4)
9 !6 = !MDLocation(line: 3, column: 7, scope: !4, inlinedAt: !5)
10 !7 = !MDLocation(line: 3, column: 7, scope: !4, inlinedAt: !6)
12 !8 = distinct !MDLocation(line: 3, column: 7, scope: !0)
13 !9 = distinct !MDLocation(line: 3, column: 7, scope: !0, inlinedAt: !8)
/minix3/external/bsd/llvm/dist/llvm/test/Assembler/
H A Dmdlocation.ll10 ; CHECK-NEXT: !1 = !MDLocation(line: 3, column: 7, scope: !0)
11 !1 = !MDLocation(line: 3, column: 7, scope: !0)
12 !2 = !MDLocation(scope: !0, column: 7, line: 3)
14 ; CHECK-NEXT: !2 = !MDLocation(line: 3, column: 7, scope: !0, inlinedAt: !1)
15 !3 = !MDLocation(scope: !0, inlinedAt: !1, column: 7, line: 3)
16 !4 = !MDLocation(column: 7, line: 3, scope: !0, inlinedAt: !1)
18 ; CHECK-NEXT: !3 = !MDLocation(line: 0, scope: !0)
19 !5 = !MDLocation(scope: !0)
20 !6 = !MDLocation(scope: !0, column: 0, line: 0)
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp98 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter() local
99 clearRefsIn(*scope.Begin, info.Refs); in ~AutoreleasePoolRewriter()
100 clearRefsIn(*scope.End, info.Refs); in ~AutoreleasePoolRewriter()
101 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs); in ~AutoreleasePoolRewriter()
122 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter() local
123 clearUnavailableDiags(*scope.Begin); in ~AutoreleasePoolRewriter()
124 clearUnavailableDiags(*scope.End); in ~AutoreleasePoolRewriter()
125 if (scope.IsFollowedBySimpleReturnStmt) { in ~AutoreleasePoolRewriter()
127 Pass.TA.replaceStmt(*scope.Begin, "@autoreleasepool {"); in ~AutoreleasePoolRewriter()
128 Pass.TA.removeStmt(*scope.End); in ~AutoreleasePoolRewriter()
[all …]
/minix3/external/bsd/byacc/dist/test/
H A Dbtyacc_demo.y28 Scope *scope; member
39 Scope *scope; member
58 %type <expr> expr(<scope>)
59 %type decl(<scope>) declarator_list(<scope>, <type>)
60 decl_list(<scope>)
61 %type <code> statement(<scope>) statement_list(<scope>)
62 block_statement(<scope>)
63 %type <decl> declarator(<scope>, <type>) formal_arg(<scope>)
64 %type <type> decl_specs(<scope>) decl_spec(<scope>) typename(<scope>)
66 %type <scope> opt_scope(<scope>)
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/Analysis/ScopedNoAliasAA/
H A Dbasic2.ll8 %0 = load float* %c, align 4, !alias.scope !0
10 store float %0, float* %arrayidx.i, align 4, !alias.scope !5, !noalias !4
12 store float %0, float* %arrayidx1.i, align 4, !alias.scope !0, !noalias !5
18 … %0 = load float* %c, align 4, !alias.scope !0 <-> store float %0, float* %arrayidx.i, align 4…
20 … %0 = load float* %c, align 4, !alias.scope !0 <-> store float %0, float* %arrayidx1.i, align …
22 ; CHECK: MayAlias: %0 = load float* %c, align 4, !alias.scope !0 <-> store float %1, float* %ar…
23 … float* %c, align 4 <-> store float %0, float* %arrayidx.i, align 4, !alias.scope !4, !noalias !5
24 …float* %c, align 4 <-> store float %0, float* %arrayidx1.i, align 4, !alias.scope !0, !noalias !4
26 ; CHECK: NoAlias: store float %0, float* %arrayidx1.i, align 4, !alias.scope !0, !noalias !4 <-> …
27 ; CHECK: 4, !alias.scope !4, !noalias !5
[all …]
H A Dbasic-domains.ll8 %0 = load float* %c, align 4, !alias.scope !9
12 %1 = load float* %c, align 4, !alias.scope !5
16 %2 = load float* %c, align 4, !alias.scope !6
29 !2 = !{!2, !0, !"a scope in dom0"}
32 !4 = !{!4, !0, !"another scope in dom0"}
38 ; Another scope in the second domain
39 !7 = !{!7, !1, !"another scope in dom1"}
45 ; CHECK: NoAlias: %0 = load float* %c, align 4, !alias.scope !0 <-> store float %0, float* %arr…
46 ; CHECK: NoAlias: %0 = load float* %c, align 4, !alias.scope !0 <-> store float %1, float* %arr…
47 ; CHECK: MayAlias: %0 = load float* %c, align 4, !alias.scope !0 <-> store float %2, float* %ar…
[all …]
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Darc-linetable.m60 // CHECK: ![[ARC1]] = !MDLocation(line: [[@LINE+1]], scope: ![[TESTNOSIDEEFFECT]])
62 // CHECK: ![[RET1]] = !MDLocation(line: [[@LINE+1]], scope: !{{.*}})
66 // CHECK: ![[RET2]] = !MDLocation(line: [[@LINE+1]], scope: !{{.*}})
71 // CHECK: ![[MSG3]] = !MDLocation(line: [[@LINE+1]], scope: !{{.*}})
73 // CHECK: ![[RET3]] = !MDLocation(line: [[@LINE+1]], scope: !{{.*}})
77 // CHECK: ![[MSG4]] = !MDLocation(line: [[@LINE+1]], scope: !{{.*}})
79 // CHECK: ![[EXP4]] = !MDLocation(line: [[@LINE+1]], scope: !{{.*}})
81 // CHECK: ![[RET4]] = !MDLocation(line: [[@LINE+1]], scope: !{{.*}})
85 // CHECK: ![[ARC5]] = !MDLocation(line: [[@LINE+1]], scope: !{{.*}})
87 // CHECK: ![[RET5]] = !MDLocation(line: [[@LINE+1]], scope: !{{.*}})
[all …]
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Dobjc-decls-inside-namespace.mm5 @protocol P; //expected-error{{Objective-C declarations may only appear in global scope}}
7 @class Bar; //expected-error{{Objective-C declarations may only appear in global scope}}
9 …ibility_alias Foo Bar; //expected-error{{Objective-C declarations may only appear in global scope}}
11 @interface A //expected-error{{Objective-C declarations may only appear in global scope}}
14 @implementation A //expected-error{{Objective-C declarations may only appear in global scope}}
17 @protocol P //expected-error{{Objective-C declarations may only appear in global scope}}
20 @interface A(C) //expected-error{{Objective-C declarations may only appear in global scope}}
23 @implementation A(C) //expected-error{{Objective-C declarations may only appear in global scope}}
26 @interface B @end //expected-error{{Objective-C declarations may only appear in global scope}}
27 @implementation B //expected-error{{Objective-C declarations may only appear in global scope}}
/minix3/lib/libc/net/
H A Dinet6_scopeid.c56 uint16_t scope; in inet6_getscopeid() local
57 memcpy(&scope, &sin6->sin6_addr.s6_addr[2], sizeof(scope)); in inet6_getscopeid()
58 sin6->sin6_scope_id = ntohs(scope); in inet6_getscopeid()
74 uint16_t scope = htons(sin6->sin6_scope_id); in inet6_putscopeid() local
75 memcpy(&sin6->sin6_addr.s6_addr[2], &scope, sizeof(scope)); in inet6_putscopeid()
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Daarch64-2014-08-11-MachineCombinerCrash.ll51 …, !5, !6, null, void ()* @test, null, null, !12} ; [ DW_TAG_subprogram ] [] [] [def] [scope 141] []
86 !39 = !MDLocation(line: 154, column: 8, scope: !40)
90 !43 = !MDLocation(line: 157, column: 5, scope: !44)
92 !45 = !MDLocation(line: 159, column: 5, scope: !44)
97 !50 = !MDLocation(line: 160, column: 5, scope: !44)
98 !51 = !MDLocation(line: 161, column: 5, scope: !44)
99 !52 = !MDLocation(line: 188, column: 5, scope: !44)
100 !53 = !MDLocation(line: 190, column: 5, scope: !44)
101 !54 = !MDLocation(line: 198, column: 5, scope: !44)
102 !55 = !MDLocation(line: 144, column: 13, scope: !4)
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/SimplifyCFG/
H A Dhoist-dbgvalue.ll35 …!3, null, i32 (i32)* @foo, null, null, null} ; [ DW_TAG_subprogram ] [line 2] [def] [scope 0] [foo]
42 !7 = !MDLocation(line: 2, column: 13, scope: !0)
46 !11 = !MDLocation(line: 3, column: 12, scope: !10)
47 !12 = !MDLocation(line: 4, column: 3, scope: !10)
48 !13 = !MDLocation(line: 5, column: 5, scope: !14)
50 !15 = !MDLocation(line: 6, column: 3, scope: !14)
51 !16 = !MDLocation(line: 7, column: 5, scope: !17)
53 !18 = !MDLocation(line: 8, column: 3, scope: !17)
54 !19 = !MDLocation(line: 9, column: 3, scope: !10)
/minix3/external/bsd/llvm/dist/clang/test/ARCMT/
H A Datautorelease-check.m76 // the following pool was not released in this scope, don't touch it.
101 // expected-note {{scope begins here}}
103 // 'x' is declared inside the "pool scope" but used outside it, if we create
104 // a @autorelease scope it will be undefined outside it so don't touch the pool.
107 [pool release]; // expected-note {{scope ends here}}
109 …++x; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it was decl…
114 // expected-note {{scope begins here}}
118 [pool release]; // expected-note {{scope ends here}}
120 …struct S *var; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that i…
126 // expected-note {{scope begins here}}
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A Ddebug-info-s16-reg.ll92 !24 = !MDLocation(line: 4, column: 22, scope: !0)
93 !25 = !MDLocation(line: 4, column: 33, scope: !0)
94 !26 = !MDLocation(line: 4, column: 52, scope: !0)
95 !27 = !MDLocation(line: 6, column: 3, scope: !28)
97 !29 = !MDLocation(line: 7, column: 3, scope: !28)
98 !30 = !MDLocation(line: 11, column: 42, scope: !6)
99 !31 = !MDLocation(line: 11, column: 53, scope: !6)
100 !32 = !MDLocation(line: 11, column: 72, scope: !6)
101 !33 = !MDLocation(line: 13, column: 3, scope: !34)
103 !35 = !MDLocation(line: 14, column: 3, scope: !34)
[all …]
H A Ddebug-info-d16-reg.ll88 !26 = !MDLocation(line: 4, scope: !9)
89 !27 = !MDLocation(line: 6, scope: !28)
91 !29 = !MDLocation(line: 7, scope: !28)
92 !30 = !MDLocation(line: 11, scope: !0)
93 !31 = !MDLocation(line: 13, scope: !32)
95 !33 = !MDLocation(line: 14, scope: !32)
96 !34 = !MDLocation(line: 17, scope: !10)
97 !35 = !MDLocation(line: 19, scope: !25)
98 !36 = !MDLocation(line: 20, scope: !25)
99 !37 = !MDLocation(line: 21, scope: !25)
[all …]
/minix3/external/bsd/dhcp/dist/server/
H A Dddns.c84 struct binding_scope **scope = NULL; in ddns_updates() local
144 scope = &(lease->scope); in ddns_updates()
149 scope = &(lease6->scope); in ddns_updates()
166 packet->options, options, scope, in ddns_updates()
175 options, scope, oc, MDL)) in ddns_updates()
186 options, scope, oc, MDL)) in ddns_updates()
200 options, scope, oc, MDL)) { in ddns_updates()
213 options, scope, oc, MDL)) in ddns_updates()
224 options, scope, oc, MDL); in ddns_updates()
232 options, scope, oc, MDL); in ddns_updates()
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/DebugInfo/X86/
H A D2011-12-16-BadStructRef.ll114 … i32 (i32, i8**)* @main, null, null, null} ; [ DW_TAG_subprogram ] [line 17] [def] [scope 0] [main]
122 ….bar*, i32)* @_ZN3barC1Ei, null, !21, null} ; [ DW_TAG_subprogram ] [line 13] [def] [scope 0] [bar]
125 ….bar*, i32)* @_ZN3barC2Ei, null, !21, null} ; [ DW_TAG_subprogram ] [line 13] [def] [scope 0] [bar]
128 …t.baz*, i32)* @_ZN3bazC1Ei, null, !13, null} ; [ DW_TAG_subprogram ] [line 6] [def] [scope 0] [baz]
131 …t.baz*, i32)* @_ZN3bazC2Ei, null, !13, null} ; [ DW_TAG_subprogram ] [line 6] [def] [scope 0] [baz]
133 !50 = !MDLocation(line: 16, column: 14, scope: !29)
135 !52 = !MDLocation(line: 16, column: 27, scope: !29)
138 !55 = !MDLocation(line: 18, column: 9, scope: !54)
139 !56 = !MDLocation(line: 18, column: 17, scope: !54)
140 !57 = !MDLocation(line: 19, column: 5, scope: !54)
[all …]
H A Drecursive_inlining.ll233 !31 = !MDLocation(line: 16, scope: !14)
234 !32 = !MDLocation(line: 17, scope: !14)
240 !38 = !MDLocation(line: 0, scope: !22, inlinedAt: !32)
241 !39 = !MDLocation(line: 8, scope: !22, inlinedAt: !32)
242 !40 = !MDLocation(line: 9, scope: !41, inlinedAt: !32)
247 !45 = !MDLocation(line: 9, scope: !46, inlinedAt: !32)
249 !47 = !MDLocation(line: 10, scope: !22, inlinedAt: !32)
250 !48 = !MDLocation(line: 19, scope: !14)
251 !49 = !MDLocation(line: 0, scope: !22)
252 !50 = !MDLocation(line: 8, scope: !22)
[all …]
H A Ddbg-declare-arg.ll94 …%class.A*, i32)* @_Z3fooi, null, null, null} ; [ DW_TAG_subprogram ] [line 4] [def] [scope 0] [foo]
97 …id (%class.A*)* @_ZN1AD1Ev, null, null, null} ; [ DW_TAG_subprogram ] [line 2] [def] [scope 0] [~A]
100 …id (%class.A*)* @_ZN1AD2Ev, null, null, null} ; [ DW_TAG_subprogram ] [line 2] [def] [scope 0] [~A]
102 !27 = !MDLocation(line: 4, column: 11, scope: !19)
105 !30 = !MDLocation(line: 5, column: 7, scope: !29)
106 !31 = !MDLocation(line: 5, column: 12, scope: !29)
107 !32 = !MDLocation(line: 6, column: 3, scope: !29)
108 !33 = !MDLocation(line: 7, column: 5, scope: !34)
110 !35 = !MDLocation(line: 8, column: 3, scope: !34)
111 !36 = !MDLocation(line: 9, column: 9, scope: !29)
[all …]
H A Dsret.ll308 …(%class.A*, i32)* @_ZN1AC2Ei, null, !14, !2} ; [ DW_TAG_subprogram ] [line 16] [def] [scope 18] [A]
309 …*, %class.A*)* @_ZN1AC2ERKS_, null, !19, !2} ; [ DW_TAG_subprogram ] [line 21] [def] [scope 23] [A]
310 …s.A*)* @_ZN1AaSERKS_, null, !25, !2} ; [ DW_TAG_subprogram ] [line 27] [def] [scope 28] [operator=]
311 ….A*)* @_ZN1A7get_intEv, null, !33, !2} ; [ DW_TAG_subprogram ] [line 33] [def] [scope 34] [get_int]
312 …* @_ZN1B9AInstanceEv, null, !44, !2} ; [ DW_TAG_subprogram ] [line 47] [def] [scope 48] [AInstance]
313 …, i32 (i32, i8**)* @main, null, null, !2} ; [ DW_TAG_subprogram ] [line 53] [def] [scope 54] [main]
328 !69 = !MDLocation(line: 0, scope: !49)
330 !71 = !MDLocation(line: 16, scope: !49)
331 !72 = !MDLocation(line: 18, scope: !49)
332 !73 = !MDLocation(line: 19, scope: !49)
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/JitListener/
H A Dmultiple.ll145 !17 = !MDLocation(line: 1, column: 13, scope: !4)
146 !18 = !MDLocation(line: 2, column: 10, scope: !4)
147 !19 = !MDLocation(line: 2, column: 3, scope: !4)
149 !21 = !MDLocation(line: 5, column: 13, scope: !9)
150 !22 = !MDLocation(line: 6, column: 7, scope: !23)
152 !24 = !MDLocation(line: 6, column: 7, scope: !9)
153 !25 = !MDLocation(line: 7, column: 5, scope: !26)
155 !27 = !MDLocation(line: 9, column: 14, scope: !9)
156 !28 = !MDLocation(line: 9, column: 10, scope: !9)
157 !29 = !MDLocation(line: 9, column: 3, scope: !9)
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/Inline/
H A Dnoalias-cs.ll10 store float %0, float* %arrayidx.i, align 4, !alias.scope !7, !noalias !8
12 store float %0, float* %arrayidx1.i, align 4, !alias.scope !8, !noalias !7
22 call void @foo2(float* %b, float* %b, float* %a), !alias.scope !0
30 ; CHECK: store float %0, float* %arrayidx.i.i, align 4, !alias.scope !12, !noalias !13
32 ; CHECK: store float %0, float* %arrayidx1.i.i, align 4, !alias.scope !14, !noalias !15
36 ; CHECK: %2 = load float* %a, align 4, !alias.scope !16, !noalias !17
38 ; CHECK: store float %2, float* %arrayidx.i.i1, align 4, !alias.scope !21, !noalias !22
40 ; CHECK: store float %2, float* %arrayidx1.i.i2, align 4, !alias.scope !23, !noalias !24
41 ; CHECK: %3 = load float* %a, align 4, !alias.scope !16
43 ; CHECK: store float %3, float* %arrayidx.i3, align 4, !alias.scope !16
/minix3/external/bsd/llvm/dist/llvm/test/BugPoint/
H A Dmetadata.ll8 ; CHECK: ![[LOC]] = !MDLocation(line: 104, column: 105, scope: ![[SCOPE:[0-9]+]], inlinedAt: ![[SCO…
35 !10 = !MDLocation(line: 100, column: 101, scope: !9, inlinedAt: !9)
36 !11 = !MDLocation(line: 102, column: 103, scope: !9, inlinedAt: !9)
37 !12 = !MDLocation(line: 104, column: 105, scope: !9, inlinedAt: !9)
38 !13 = !MDLocation(line: 106, column: 107, scope: !9, inlinedAt: !9)
39 !14 = !MDLocation(line: 108, column: 109, scope: !9, inlinedAt: !9)
/minix3/external/bsd/llvm/dist/llvm/test/DebugInfo/
H A Dinline-debug-info.ll34 ; CHECK: ![[INL:[0-9]+]] = !MDLocation(line: 14, scope: {{.*}})
35 ; CHECK: ![[MD]] = !MDLocation(line: 9, scope: {{.*}}, inlinedAt: ![[INL]])
157 !14 = !MDLocation(line: 4, scope: !4)
159 !16 = !MDLocation(line: 5, scope: !4)
160 !17 = !MDLocation(line: 6, scope: !4)
161 !18 = !MDLocation(line: 7, scope: !4)
162 !19 = !MDLocation(line: 8, scope: !4)
163 !20 = !MDLocation(line: 9, scope: !4)
164 !21 = !MDLocation(line: 14, scope: !22)
166 !23 = !MDLocation(line: 15, scope: !22)
[all …]
H A Dinline-debug-info-multiret.ll13 ; CHECK: ![[INL:[0-9]+]] = !MDLocation(line: 14, scope: {{.*}})
14 ; CHECK: ![[MD]] = !MDLocation(line: 9, scope: {{.*}}, inlinedAt: ![[INL]])
139 !14 = !MDLocation(line: 4, scope: !4)
141 !16 = !MDLocation(line: 5, scope: !4)
142 !17 = !MDLocation(line: 6, scope: !4)
143 !18 = !MDLocation(line: 7, scope: !4)
144 !19 = !MDLocation(line: 8, scope: !4)
145 !20 = !MDLocation(line: 9, scope: !4)
146 !21 = !MDLocation(line: 14, scope: !22)
148 !23 = !MDLocation(line: 15, scope: !22)
[all …]

12345678910>>...22