Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 2012) sorted by relevance

12345678910>>...81

/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/Inputs/
H A Dglobals-fundamental.lldbinit1 target variable BFalse
2 target variable BTrue
3 target variable CA
4 target variable CZ
5 target variable SCa
6 target variable SCz
7 target variable UC24
8 target variable UC42
11 target variable WC1
12 target variable WCP
[all …]
H A Ds_constant.lldbinit1 target variable GlobalLUEA
2 target variable GlobalLUEB
3 target variable GlobalLUEC
5 target variable GlobalLSEA
6 target variable GlobalLSEB
7 target variable GlobalLSEC
9 target variable GlobalUEA
10 target variable GlobalUEB
11 target variable GlobalUEC
13 target variable GlobalSEA
[all …]
H A Dast-types.lldbinit1 target variable TC
2 target variable TS
3 target variable TU
4 target variable TE
6 target variable ABCInt
10 target variable AC0
11 target variable ACNeg1
13 target variable AC1D
14 target variable AC0D
16 target variable AD
[all …]
H A Dfunction-types-classes.lldbinit1 target variable a
2 target variable b
3 target variable c
4 target variable d
5 target variable e
6 target variable f
7 target variable g
8 target variable h
9 target variable i
10 target variable incomplete
H A Dnested-types.lldbinit3 target variable -T GlobalA
4 target variable -T GlobalB
5 target variable -T GlobalC
6 target variable -T GlobalD
7 target variable -T GlobalE
8 target variable -T GlobalF
9 target variable -T GlobalG
10 target variable -T GlobalH
11 target variable -T GlobalEnum
H A Dglobals-classes.lldbinit3 target variable -T ClassWithPaddingInstance
4 target variable -T ClassNoPaddingInstance
5 target variable -T DC
6 target variable -T EBOC
7 target variable -T PBC
9 target variable -T UnnamedClassInstance
11 target variable -T PointersInstance
12 target variable -T ReferencesInstance
/llvm-project-15.0.7/clang/test/Parser/
H A Dpragma-attribute.cpp9 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any(variable(is_paramete…
12 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = variable(unless(is_param…
98 …ibute push(__attribute__((annotate("test"))), apply_to = any( variable(is_global), variable(is_glo…
99 …ribute__((annotate("test"))), apply_to = any( variable(is_global), function, variable(is_global),
101 …(annotate("test"))), apply_to = any( variable(unless(is_parameter)), variable(unless(is_parameter)…
135 #pragma clang attribute push (__attribute__((annotate("hello"))), apply_to=variable) in statementPragmasAndPragmaExpression()
183 #pragma clang attribute push([[clang::uninitialized]], apply_to = variable(is_local))
196 #pragma clang attribute push([[clang::no_destroy]], apply_to = variable)
198 #pragma clang attribute push([[clang::no_destroy]], apply_to = variable(is_thread_local))
200 #pragma clang attribute push([[clang::no_destroy]], apply_to = variable(is_global))
[all …]
/llvm-project-15.0.7/clang/test/Sema/
H A Dpragma-attribute-strict-subjects.c3 #pragma clang attribute push (__attribute__((annotate("test"))), apply_to = any(function, variable))
9 …e("subRuleContradictions"))), apply_to = any(variable, variable(is_parameter), function(is_member)…
20 …_attribute__((annotate("subRuleContradictions3"))), apply_to = any(variable, variable(unless(is_pa…
25 …annotate("negatedSubRuleContradictions1"))), apply_to = any(variable(is_parameter), variable(unles…
30 …leContradictions2"))), apply_to = any(variable(unless(is_parameter)), variable(is_thread_local), f…
42 … push (__attribute__((abi_tag("a"))), apply_to = any(record(unless(is_union)), function, variable))
46 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = any(function, variable, rec…
58 … apply_to = any(enum_constant, function, record(unless(is_union)), variable, variable(is_parameter…
73 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = variable)
81 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = any(function, variable))
[all …]
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dobjc-global-variable-declaration.m1 // RUN: %check_clang_tidy %s google-objc-global-variable-declaration %t
6 …arning: const global variable 'myConstString' must have a name which starts with an appropriate pr…
10 …arning: const global variable 'GlobalConstant' must have a name which starts with an appropriate p…
13 …18: warning: non-const global variable 'MyString' must have a name which starts with 'g[A-Z]' [goo…
17 …: warning: non-const global variable 'globalString' must have a name which starts with 'g[A-Z]' [g…
21 …1]]:18: warning: non-const global variable 'a' must have a name which starts with 'g[A-Z]' [google…
25 …]:18: warning: non-const global variable 'noDef' must have a name which starts with 'g[A-Z]' [goog…
29 … warning: const global variable '_notAlpha' must have a name which starts with an appropriate pref…
33 …4: warning: const global variable 'notCap' must have a name which starts with an appropriate prefi…
37 …: warning: const global variable 'k_Alpha' must have a name which starts with an appropriate prefi…
[all …]
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/Inputs/
H A DVariablesLocationsTest.script6 target variable g_var
8 frame variable arg_0
9 frame variable arg_1
11 frame variable loc_0
12 frame variable loc_1
16 frame variable loc_0
17 frame variable loc_1
21 frame variable arg_0
23 frame variable loc_0
24 frame variable loc_1
/llvm-project-15.0.7/lldb/test/API/lang/c/array_types/
H A DTestArrayTypes.py161 var = str(variable)
168 variable.GetName()])
169 self.DebugSBValue(variable)
172 byte_size = variable.GetByteSize()
175 child3 = variable.GetChildAtIndex(3)
182 self.DebugSBValue(variable)
191 self.DebugSBValue(variable)
194 child0 = variable.GetChildAtIndex(0)
204 variable = frame.FindVariable("long_6")
205 self.DebugSBValue(variable)
[all …]
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dflexible-array.m12 int last; // expected-note {{next instance variable declaration is here}}
29 int last; // expected-note {{next instance variable declaration is here}}
119 // ## Synthesized instance variable.
211 // ## Synthesized instance variable.
214 …ected-error {{synthesized property with variable size type 'struct Packet' requires an existing in…
220 …ected-error {{synthesized property with variable size type 'struct Packet' requires an existing in…
247 …; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with variable size…
254 …; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with variable size…
261 …; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with variable size…
273 …; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with variable size…
[all …]
H A Dexternally-retained.m18 …e = 0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in …
19 …f = 0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in …
26 …a = 0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in …
36 …p = 0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in …
45 …first = 0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified…
51 …first = 0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified…
61 …second = 0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modifie…
68 …second = 0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modifie…
81 …first = 0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified…
85 …first = 0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified…
[all …]
H A Divar-lookup.m47 // expected-error{{instance variable 'b' accessed in class method}}
60 int IVAR; // expected-error {{instance variable is already declared}}
67 int IVAR; // expected-error {{instance variable is already declared}}
73 int IVAR; // expected-error {{instance variable is already declared}}
74 int PIVAR; // expected-error {{instance variable is already declared}}
80 int IVAR; // expected-error {{instance variable is already declared}}
146 // expected-error {{instance variable is already declared}}
151 int d; // expected-error {{instance variable is already declared}}
152 NSString *e_strong; // expected-error {{instance variable is already declared}}
153 NSData *f_weak; // expected-error {{instance variable is already declared}}
[all …]
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Ddirective-tlsdescseq.s11 .tlsdescseq variable
13 .tlsdescseq variable
15 .tlsdescseq variable
18 .word variable(tlsdesc) + (. - 1b)
21 @ CHECK: 0x4 R_ARM_TLS_DESCSEQ variable
22 @ CHECK: 0x8 R_ARM_TLS_DESCSEQ variable
23 @ CHECK: 0xC R_ARM_TLS_DESCSEQ variable
24 @ CHECK: 0x10 R_ARM_TLS_GOTDESC variable
28 @ CHECK-ASM: .tlsdescseq variable
30 @ CHECK-ASM: .tlsdescseq variable
[all …]
/llvm-project-15.0.7/clang/test/SemaOpenCL/
H A Dstorageclass.cl71 // expected-error@-2 {{extern variable must reside in constant address space}}
78 // expected-error@-2 {{extern variable must reside in constant address space}}
83 // expected-error@-2 {{extern variable must reside in constant address space}}
90 // expected-error@-2 {{extern variable must reside in constant address space}}
98 // expected-error@-3 {{extern variable must reside in constant address space}}
108 // expected-error@-13 {{extern variable must reside in constant address space}}
229 // expected-error@-2 {{extern variable must reside in constant address space}}
231 // expected-error@-4 {{extern variable must reside in constant address space}}
238 // expected-error@-2 {{extern variable must reside in constant address space}}
240 // expected-error@-4 {{extern variable must reside in constant address space}}
[all …]
H A Dstorageclass-cl20.cl6 local int G4 = 0; // expected-error{{program scope variable must reside in global or c…
11 static local float g_local_static_var = 0; // expected-error {{program scope variable must resi…
18 extern local float g_local_extern_var; // expected-error {{extern variable must reside in globa…
19 extern private float g_private_extern_var; // expected-error {{extern variable must reside in globa…
20 extern generic float g_generic_extern_var; // expected-error {{extern variable must reside in globa…
28 …global int L3; // expected-error{{function scope variable cannot be d…
29 …generic int L4; // expected-error{{automatic variable qualified with a…
30 …__attribute__((address_space(100))) int L5; // expected-error{{automatic variable qualified with a…
42 …extern local float l_local_extern_var; // expected-error {{extern variable must reside in glob…
43 …extern private float l_private_extern_var; // expected-error {{extern variable must reside in glob…
[all …]
H A Datomic-init.cl6 …a1 = 1; // expected-error {{atomic variable can be assigned to a variable only in global address s…
7 …atomic_int a2 = 0; // expected-error {{atomic variable can be initialized to a variable only in gl…
8 …private atomic_int a3 = 0; // expected-error {{atomic variable can be initialized to a variable on…
9 local atomic_int a4 = 0; // expected-error {{'__local' variable cannot have an initializer}}
10 …global atomic_int a5 = 0; // expected-error {{function scope variable cannot be declared in global…
/llvm-project-15.0.7/clang/test/Misc/
H A Dpragma-attribute-strict-subjects.c6 …e("subRuleContradictions"))), apply_to = any(variable, variable(is_parameter), function(is_member)…
18 …leContradictions2"))), apply_to = any(variable(unless(is_parameter)), variable(is_thread_local), f…
53 …(__attribute__((abi_tag("a"))), apply_to = any(function, record(unless(is_union)), variable, enum))
93 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = variable)
125 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = any(function, variable))
141 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = any(variable, record(unless…
173 … push (__attribute__((abi_tag("a"))), apply_to = any(record(unless(is_union)), function, variable))
190 …e__((abi_tag("a"))), apply_to = any(record(unless(is_union)), function, variable, enum, enum_const…
/llvm-project-15.0.7/clang/test/FixIt/
H A Dfixit-pragma-attribute.cpp14 …ribute__((annotate("test"))), apply_to = any( variable(is_global), function, variable(is_global),
18 …e("subRuleContradictions"))), apply_to = any(variable, variable(is_parameter), function(is_member)…
29 …annotate("negatedSubRuleContradictions1"))), apply_to = any(variable(is_parameter), variable(unles…
33 …leContradictions2"))), apply_to = any(variable(unless(is_parameter)), variable(is_thread_local), f…
37 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = any(enum, variable))
/llvm-project-15.0.7/clang/test/Modules/Inputs/
H A Dredecl-add-after-load-decls.h2 extern const int variable;
4 constexpr int test(bool b) { return b ? variable : function(); } in test()
8 extern const int variable;
12 constexpr int N_test(bool b) { return b ? N::variable : N::function(); } in N_test()
16 constexpr int C_test(bool b) { return b ? C::variable : C::function(); } in C_test()
20 static const int variable; member
24 constexpr int D_test(bool b) { return b ? D::variable : D::function(); } in D_test()
/llvm-project-15.0.7/flang/docs/
H A Df2018-grammar.md203 R776 ac-do-variable -> do-variable
265 R842 data-i-do-variable -> do-variable
320 R904 logical-variable -> variable
321 R905 char-variable -> variable
322 R906 default-char-variable -> variable
323 R907 int-variable -> variable
355 R929 stat-variable -> scalar-int-variable
546 R1171 event-variable -> scalar-variable
553 R1177 team-variable -> scalar-variable
558 R1182 lock-variable -> scalar-variable
[all …]
/llvm-project-15.0.7/lld/test/COFF/
H A Dlink-dll.s33 .global variable
34 variable: label
42 variable label
49 movq .refptr.variable(%rip), %rax
53 .section .rdata$.refptr.variable,"dr",discard,.refptr.variable
54 .globl .refptr.variable
55 .refptr.variable:
56 .quad variable
63 # CHECK-NEXT: Symbol: variable
66 # LOG: Automatically importing variable from link-dll.s.tmp.lib.dll
/llvm-project-15.0.7/clang/test/Index/
H A Dindex-subscripting-literals.m44 // CHECK: [indexEntityReference]: kind: variable | name: idx | USR: c:@idx | lang: C | cursor:…
49 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: p | USR: c:@p | lang: C | cursor: Dec…
50 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: p | USR: c:@p | lang: C | cursor: Dec…
51 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: idx | USR: c:@idx | lang: C | cursor:…
53 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: key
55 // CHECK: [indexEntityReference]: kind: variable | name: oldObject
56 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: key | USR: c:@key | lang: C | cursor:…
58 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: key | USR: c:@key | lang: C | cursor:…
59 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: newObject | USR: c:@newObject | lang:…
63 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: key | USR: c:@key | lang: C | cursor:…
[all …]
/llvm-project-15.0.7/clang/test/Modules/
H A Dredecl-add-after-load.cpp11 extern const int variable;
13 constexpr int test(bool b) { return b ? variable : function(); } in test()
17 extern const int variable;
21 constexpr int N_test(bool b) { return b ? N::variable : N::function(); } in N_test()
25 constexpr int C_test(bool b) { return b ? C::variable : C::function(); } in C_test()
29 static const int variable; member
33 constexpr int D_test(bool b) { return b ? D::variable : D::function(); } in D_test()

12345678910>>...81