Home
last modified time | relevance | path

Searched refs:protected (Results 1 – 25 of 1644) sorted by relevance

12345678910>>...66

/llvm-project-15.0.7/clang/test/CodeGenOpenCL/
H A Dvisibility.cl8 // FVIS-PROTECTED: @glob = protected local_unnamed_addr
15 // FVIS-DEFAULT: @glob_protected = protected local_unnamed_addr
17 // FVIS-HIDDEN: @glob_protected = protected local_unnamed_addr
18 __attribute__((visibility("protected"))) int glob_protected = 0;
25 // FVIS-PROTECTED: @ext = external protected local_unnamed_addr
43 // FVIS-HIDDEN: define protected amdgpu_kernel void @kern()
59 // FVIS-PROTECTED: define protected void @func()
66 // FVIS-DEFAULT: define protected void @func_protected()
67 // FVIS-PROTECTED: define protected void @func_protected()
68 // FVIS-HIDDEN: define protected void @func_protected()
[all …]
/llvm-project-15.0.7/llvm/test/Bitcode/
H A Dlocal-linkage-default-visibility.3.4.ll14 @protected.internal.var = internal protected global i32 0
15 ; CHECK: @protected.internal.var = internal global i32 0
23 @protected.private.var = private protected global i32 0
24 ; CHECK: @protected.private.var = private global i32 0
34 @protected.internal.alias = protected alias internal i32, internal i32* @global
43 @protected.private.alias = protected alias private i32, private i32* @global
44 ; CHECK: @protected.private.alias = private alias i32, i32* @global
58 define internal protected void @protected.internal() {
59 ; CHECK: define internal void @protected.internal
76 define private protected void @protected.private() {
[all …]
H A Dvisibility-styles.3.2.ll14 @protected.var = protected global i32 0
15 ; CHECK: @protected.var = protected global i32 0
23 declare protected void @protected()
24 ; CHECK: declare protected void @protected
H A Ddso_location.ll21 @protected_local_global = protected global i32 0
22 ; CHECK: @protected_local_global = protected global i32 0
38 define protected void @protected_local() {
39 ; CHECK: define protected void @protected_local()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Divar-access-tests.m8 @protected
9 int protected; field
21 access = s->protected;
34 access = s->protected;
37 access = m->protected;
50 access = s->protected;
53 access = m->protected;
65 access = s->protected; // expected-error {{instance variable 'protected' is protected}}
68 access = m->protected; // expected-error {{instance variable 'protected' is protected}}
77 access = s->protected; // expected-error {{instance variable 'protected' is protected}}
/llvm-project-15.0.7/llvm/test/Transforms/Internalize/
H A Dlocal-visibility.ll10 ; CHECK: @protected.variable = internal global i32 0
11 @protected.variable = protected global i32 0
15 ; CHECK: @protected.alias = internal alias i32, i32* @global
16 @protected.alias = protected alias i32, i32* @global
22 ; CHECK: define internal void @protected.function() {
23 define protected void @protected.function() {
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendActions.h63 protected:
69 protected:
75 protected:
81 protected:
87 protected:
120 protected:
134 protected:
181 protected:
197 protected:
211 protected:
[all …]
/llvm-project-15.0.7/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h24 protected:
30 protected:
55 protected:
60 protected:
66 protected:
71 protected:
78 protected:
/llvm-project-15.0.7/lld/test/ELF/
H A Dundef-shared.s15 # CHECK: error: undefined protected symbol: protected
17 .global protected
18 .protected protected
23 .quad protected
H A Dvisibility.s11 # CHECK-NEXT: GLOBAL PROTECTED 6 protected
18 # CHECK-NEXT: GLOBAL PROTECTED 6 protected
23 .global protected
24 protected: label
33 .protected
H A Dsymbols.s36 .global protected
37 .protected protected
38 protected: label
H A Dbsymbolic.s52 # ASM_DEF-NEXT: callq {{.*}} <protected>
72 # ASM_GFUN-NEXT: callq {{.*}} <protected>
91 # ASM_FUN-NEXT: callq {{.*}} <protected>
109 # ASM_ALL-NEXT: callq {{.*}} <protected>
117 .globl default, protected, hidden, notype_default
119 .protected protected
122 .type protected, @function
126 protected: nop label
134 callq protected@PLT
151 .protected data_protected
H A Ddynsym-pie.s39 # CHECK: Name: protected
70 .global protected
71 .protected protected
72 protected: label
/llvm-project-15.0.7/llvm/test/Linker/
H A Dvisibility.ll14 ; CHECK-DAG: @v2 = protected global i32 0
18 @v3 = protected global i32 0
27 ; CHECK: @a2 = protected alias i32, i32* @v2
31 @a3 = protected alias i32, i32* @v3
41 ; CHECK: define protected void @f2()
48 define protected void @f3() {
/llvm-project-15.0.7/clang/include/clang/ARCMigrate/
H A DARCMTActions.h20 protected:
28 protected:
37 protected:
47 protected:
67 protected:
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/
H A Dvirtual-class-destructor.rst7 nor protected and non-virtual. A virtual class's destructor should be specified
18 public and non-virtual or protected and virtual. No fixes are offered for
20 virtual or protected and non-virtual depends on the use case and is thus left
31 struct Foo { // NOK, protected destructor should not be virtual
33 protected:
49 protected:
/llvm-project-15.0.7/clang/test/ParserHLSL/
H A Daccess_specifiers.hlsl12 protected: // expected-warning {{access specifiers are a clang HLSL extension}}
13 int ears[2]; // expected-note {{declared protected here}}
30 …Dachshund : protected Doggo { // expected-warning {{access specifiers are a clang HLSL extension}…
40 Shibe.ears[0] = 1; // expected-error {{'ears' is a protected member of 'Doggo'}}
54 DH.legs = 4; // expected-error {{'legs' is a protected member of 'Doggo'}}
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DOSTargets.h22 protected:
40 protected:
60 protected:
79 protected:
172 protected:
207 protected:
267 protected:
290 protected:
323 protected:
346 protected:
[all …]
/llvm-project-15.0.7/lld/test/ELF/Inputs/
H A Dvisibility.s4 .protected protected
5 .quad protected
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmInfoCOFF.h19 protected:
26 protected:
33 protected:
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Daix-ignore-xcoff-visibility.ll15 @b = protected global i32 0, align 4
30 define protected void @bar() {
40 ; VISIBILITY-ASM: .globl bar[DS],protected
41 ; VISIBILITY-ASM: .globl .bar,protected
42 ; VISIBILITY-ASM: .globl b,protected
/llvm-project-15.0.7/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h172 protected:
186 protected:
221 protected:
251 protected:
281 protected:
312 protected:
332 protected:
360 protected:
382 protected:
429 protected:
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dpromote-vect3-load.ll9 define protected amdgpu_kernel void @load_v3i32_align4(<3 x i32> addrspace(1)* %arg) #0 {
20 define protected amdgpu_kernel void @load_v3i32_align8(<3 x i32> addrspace(1)* %arg) #0 {
30 define protected amdgpu_kernel void @load_v3i32_align16(<3 x i32> addrspace(1)* %arg) #0 {
40 define protected amdgpu_kernel void @load_v3f32_align4(<3 x float> addrspace(1)* %arg) #0 {
51 define protected amdgpu_kernel void @load_v3f32_align8(<3 x float> addrspace(1)* %arg) #0 {
61 define protected amdgpu_kernel void @load_v3f32_align16(<3 x float> addrspace(1)* %arg) #0 {
/llvm-project-15.0.7/clang/include/clang/AST/
H A DAttr.h45 protected:
73 protected:
112 protected:
125 protected:
138 protected:
163 protected:
178 protected:
196 protected:
/llvm-project-15.0.7/llvm/test/ThinLTO/X86/
H A Dvisibility-elf.ll34 ; CHECK: declare protected void @protected_def_weak_def()
43 ;; overrides it when importing the protected def.
44 ; CHECK: define available_externally protected void @protected_def_hidden_ref() !thinlto_src_module…
47 ; CHECK2: define protected void @protected_def_weak_def()
51 ; CHECK2: define protected void @protected_def_hidden_ref()
109 define protected void @protected_def_weak_def() {
114 define protected void @protected_def_weak_hidden_def() {
129 define protected void @protected_def_hidden_ref() {

12345678910>>...66