Home
last modified time | relevance | path

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

12345678910>>...92

/llvm-project/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
9 target variable C16_24
10 target variable C32_42
[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
7 target variable ABCFloat
8 target variable ABCVoid
10 target variable AC0
11 target variable ACNeg1
13 target variable AC1D
[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/clang/test/Sema/
H A Ddeterministic-diagnostics-order.m79 // CHECK: warning: unused variable 'v1'
80 // CHECK: warning: unused variable 'v2'
81 // CHECK: warning: unused variable 'v3'
82 // CHECK: warning: unused variable 'v4'
83 // CHECK: warning: unused variable 'v5'
84 // CHECK: warning: unused variable 'v6'
85 // CHECK: warning: unused variable 'v7'
86 // CHECK: warning: unused variable 'v8'
87 // CHECK: warning: unused variable 'v9'
88 // CHECK: warning: unused variable 'v10'
[all …]
H A Dpragma-attribute-strict-subjects.c3 #pragma clang attribute push (__attribute__((annotate("test"))), apply_to = any(function, variable))
9 #pragma clang attribute push (__attribute__((annotate("subRuleContradictions"))), apply_to = any(variable, variable(is_parameter), function(is_member), variable(is_global)))
10 // expected-error@-1 {{redundant attribute subject matcher sub-rule 'variable(is_parameter)'; 'variable' already matches those declarations}}
11 // expected-error@-2 {{redundant attribute subject matcher sub-rule 'variable(is_global)'; 'variable' already matches those declarations}}
20 #pragma clang attribute push (__attribute__((annotate("subRuleContradictions3"))), apply_to = any(variable, variable(unles
[all...]
/llvm-project/lldb/test/API/functionalities/watchpoint/unaligned-large-watchpoint/
H A Dmain.c17 struct obj variable; in main() local
18 variable.one = variable.two = variable.three = variable.four = 0; in main()
27 variable.one = 1; in main()
28 variable.two = 2; in main()
29 variable.three = 3; in main()
30 variable.four = 4; in main()
33 variable.one + variable.two + variable.three + variable.four); in main()
/llvm-project/mlir/utils/tree-sitter-mlir/test/highlight/
H A Dcontrolflow.mlir14 // ^ variable.parameter
16 // ^ variable.parameter
20 // ^ variable.parameter
29 // ^ variable.parameter
36 // ^ variable
39 // ^ variable.parameter
40 // ^ variable.parameter
45 // ^ variable
50 // ^ variable.parameter
55 // ^ variable.parameter
[all …]
/llvm-project/clang/test/Parser/
H A Dpragma-attribute.cpp9 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any(variable(is_parameter), function))
12 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = variable(unless(is_parameter)))
15 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any(variable(unless(is_parameter))))
65 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( variable( )) // expected-error {{expected ')'}}
66 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any(variable())) // expected-error {{expected an identifier that corresponds to an attribute subject matcher sub-rule; 'variable' matcher supports the following sub-rules: 'is_thread_local', 'is_global', 'is_local', 'is_parameter', 'unless(is_parameter)'}}
67 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any(variable(is))) // expected-error {{unknown attribute subject matcher sub-rule 'is'; 'variable' matcher supports the following sub-rules: 'is_thread_local', 'is_global', 'is_local', 'is_parameter', 'unless(is_parameter)'}}
68 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( variable(is_parameter, not) )) // expected-error {{expected ')'}} expected-note {{to match this '('}}
69 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( variable is_paramete
[all...]
/llvm-project/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/clang/test/SemaObjC/
H A Dflexible-array.m12 int last; // expected-note {{next instance variable declaration is here}}
20 …char flexible[]; // expected-warning {{field 'flexible' with variable sized type 'char[]' is not v…
28 …// expected-warning@-1 {{field 'flexible' with variable sized type 'char[]' is not visible to subc…
29 int last; // expected-note {{next instance variable declaration is here}}
35 …// expected-warning@-1 {{field 'flexible' with variable sized type 'char[]' is not visible to subc…
36 int last; // expected-note {{next instance variable declaration is here}}
45 int last; // expected-note {{next instance variable declaration is here}}
62 …char flexible[]; // expected-warning {{field 'flexible' with variable sized type 'char[]' is not v…
70 …// expected-warning@-1 {{field 'flexible' with variable sized type 'char[]' is not visible to subc…
71 int last; // expected-note {{next instance variable declaration is here}}
[all …]
/llvm-project/lldb/test/API/lang/c/array_types/
H A DTestArrayTypes.py169 variable = frame.FindVariable("strings")
170 var = str(variable)
175 substrs=["%s" % variable.GetName()],
177 self.DebugSBValue(variable)
179 variable.GetNumChildren(), 4, "Variable 'strings' should have 4 children"
181 byte_size = variable.GetByteSize()
184 child3 = variable.GetChildAtIndex(3)
191 variable = frame.FindVariable("char_16")
192 self.DebugSBValue(variable)
194 variable.GetNumChildren(), 16, "Variable 'char_16' should have 16 children"
[all …]
/llvm-project/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/clang/test/SemaOpenCL/
H A Dstorageclass.cl15 // expected-error@-2 {{program scope variable must reside in constant address space}}
20 // expected-error@-2 {{program scope variable must reside in constant address space}}
25 // expected-error@-2 {{program scope variable must reside in constant address space}}
32 // expected-error@-2 {{program scope variable must reside in constant address space}}
37 // expected-error@-2 {{program scope variable must reside in constant address space}}
39 // expected-error@-4 {{program scope variable must reside in global or constant address space}}
44 // expected-error@-2 {{program scope variable must reside in constant address space}}
46 // expected-error@-4 {{program scope variable must reside in global or constant address space}}
52 // expected-error@-3 {{program scope variable must reside in constant address space}}
62 // expected-error@-13 {{program scope 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…
12 static private float g_private_static_var = 0; // expected-error {{program scope variable must resi…
13 static generic float g_generic_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…
[all …]
/llvm-project/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/mlir/test/Dialect/Tosa/
H A Dvariables.mlir9 // CHECK: tosa.variable @stored_var = dense<3.140000e+00> : tensor<f32>
10 tosa.variable @stored_var = dense<3.14> : tensor<f32>
11 // CHECK: %[[STORED_VAL:.*]] = tosa.variable.read @stored_var : tensor<f32>
12 %0 = tosa.variable.read @stored_var : tensor<f32>
15 // CHECK: tosa.variable.write @stored_var, %[[RESULT_ADD]] : tensor<f32>
16 tosa.variable.write @stored_var, %1 : tensor<f32>
24 // CHECK: tosa.variable @stored_var = dense<-1> : tensor<2x4x8xi32>
25 tosa.variable @stored_var = dense<-1> : tensor<2x4x8xi32>
26 // CHECK: %[[STORED_VAL:.*]] = tosa.variable.read @stored_var : tensor<2x4x8xi32>
27 %0 = tosa.variable.read @stored_var : tensor<2x4x8xi32>
[all …]
/llvm-project/clang/test/Misc/
H A Dpragma-attribute-strict-subjects.c6 #pragma clang attribute push (__attribute__((annotate("subRuleContradictions"))), apply_to = any(variable, variable(is_parameter), function(is_member), variable(is_global)))
7 // expected-error@-1 {{redundant attribute subject matcher sub-rule 'variable(is_parameter)'; 'variable' already matches those declarations}}
8 // expected-error@-2 {{redundant attribute subject matcher sub-rule 'variable(is_global)'; 'variable' already matches those declarations}}
18 #pragma clang attribute push (__attribute__((annotate("negatedSubRuleContradictions2"))), apply_to = any(variable(unless(is_parameter)), variable(is_thread_local), function, variable(is_globa
[all...]
/llvm-project/flang/include/flang/Optimizer/Dialect/
H A DFortranVariableInterface.td49 /*desc=*/"Get the shape of the variable. May be a null value.",
60 /*desc=*/"Get explicit type parameters of the variable",
75 /// variable.
83 /// Get the scalar value type corresponding to this variable.
88 /// Is the variable an array?
104 /// Is this variable a Fortran pointer?
111 /// Is this variable a Fortran allocatable?
118 /// Is this variable a Fortran optional?
125 /// Does this variable have the Fortran CONTIGUOUS attribute?
127 /// variable i
[all...]
/llvm-project/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/flang/docs/
H A Df2018-grammar.md201 [integer-type-spec ::] ac-do-variable = scalar-int-expr ,
203 R776 ac-do-variable -> do-variable
258 R839 data-stmt-object -> variable | data-implied-do
261 data-i-do-variable = scalar-int-constant-expr ,
265 R842 data-i-do-variable -> do-variable
305 R869 namelist-group-object -> variable-name
308 R872 equivalence-object -> variable-name | array-element | substring
312 R874 common-block-object -> variable-name [( array-spec )]
318 R902 variable -> designator | function-reference
319 R903 variable-name -> name
[all …]
/llvm-project/lld/test/COFF/
H A Dlink-dll.s33 .global variable symbol
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/clang/test/Index/
H A Dindex-subscripting-literals.m44 // CHECK: [indexEntityReference]: kind: variable | name: idx | USR: c:@idx | lang: C | cursor:…
45 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: p | USR: c:@p | lang: C | cursor: Dec…
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:…
[all …]

12345678910>>...92