OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:variable
(Results
476 - 500
of
15203
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/tools/gyp/test/rules/src/subdir1/
executable.gyp
25
# in a
variable
-named path like <(INTERMEDIATE_DIR)
/external/chromium_org/tools/gyp/test/variables/commands/repeated_multidir/
repeated_command_common.gypi
18
# Attempt to expand an undefined
variable
. This triggers a GYP
/external/clang/lib/Analysis/
ThreadSafetyTIL.cpp
55
for (
Variable
*V : Args) {
66
for (
Variable
*V : Args) {
75
for (
Variable
*V : Args) {
78
for (
Variable
*V : Instrs) {
92
// If E is a
variable
, then trace back through any aliases or redundant
95
while (auto *V = dyn_cast<
Variable
>(E)) {
98
if (V->kind() !=
Variable
::VK_Let)
101
auto *V2 = dyn_cast<
Variable
>(D);
129
void simplifyIncompleteArg(
Variable
*V, til::Phi *Ph) {
/external/clang/test/Analysis/
free.c
7
free(a); // expected-warning {{Argument to free() is the address of the local
variable
'a', which is not memory allocated by malloc()}}
12
free(&a); // expected-warning {{Argument to free() is the address of the local
variable
'a', which is not memory allocated by malloc()}}
17
free(a); // expected-warning {{Argument to free() is the address of the static
variable
'a', which is not memory allocated by malloc()}}
66
free(someGlobal); // expected-warning {{Argument to free() is the address of the global
variable
'someGlobal', which is not memory allocated by malloc()}}
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p8-1y.cpp
8
// expected-error@-1{{
variable
template partial specialization does not specialize any template argument; to define the primary template, remove the template argument list}}
12
// expected-error@-1{{
variable
template partial specialization does not specialize any template argument; to define the primary template, remove the template argument list}}
16
// expected-error@-1{{
variable
template partial specialization does not specialize any template argument; to define the primary template, remove the template argument list}}
20
// expected-error@-1{{
variable
template partial specialization does not specialize any template argument; to define the primary template, remove the template argument list}}
/external/clang/test/CodeGen/
2002-08-19-RecursiveLocals.c
4
* figuring out the syntax for forward declaring a static
variable
. */
2007-06-15-AnnotateAttribute.c
4
/* Global
variable
with attribute */
/external/clang/test/FixIt/
fixit-recursive-block.c
7
void (^arc_fail)() = ^() { // expected-warning {{block pointer
variable
'arc_fail' is uninitialized when captured by block}} \
/external/clang/test/Index/skip-parsed-bodies/
compile_commands.json
25
// CHECK-NEXT: [indexEntityReference]: kind:
variable
| name: some_val | {{.*}} | loc: ./t.h:9:27
30
// CHECK-NEXT: [indexEntityReference]: kind:
variable
| name: some_val | {{.*}} | loc: ./t.h:15:5
32
// CHECK-NEXT: [indexEntityReference]: kind:
variable
| name: some_val | {{.*}} | loc: ./t.h:19:5
47
// CHECK-NEXT: [indexEntityReference]: kind:
variable
| name: some_val | {{.*}} | loc: ./t.h:25:5
49
// CHECK-NEXT: [indexEntityReference]: kind:
variable
| name: some_val | {{.*}} | loc: ./pragma_once.h:8:7
51
// CHECK-NEXT: [indexEntityReference]: kind:
variable
| name: some_val | {{.*}} | loc: ./imported.h:4:5
66
// CHECK-NEXT: [indexDeclaration]: kind:
variable
| {{.*}} | loc: ./pragma_once.h:3:12
68
// CHECK-NOT: [indexEntityReference]: kind:
variable
| name: some_val |
70
// CHECK-NOT: [indexEntityReference]: kind:
variable
| name: some_val |
/external/clang/test/OpenMP/
parallel_sections_private_messages.cpp
71
#pragma omp parallel sections private(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected
variable
name}}
83
#pragma omp parallel sections private(a, b) // expected-error {{private
variable
with incomplete type 'S1'}}
87
#pragma omp parallel sections private(argv[1]) // expected-error {{expected
variable
name}}
95
#pragma omp parallel sections private(h) // expected-error {{threadprivate or thread local
variable
cannot be private}}
151
#pragma omp parallel sections private(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected
variable
name}}
163
#pragma omp parallel sections private(a, b) // expected-error {{private
variable
with incomplete type 'S1'}}
167
#pragma omp parallel sections private(argv[1]) // expected-error {{expected
variable
name}}
171
#pragma omp parallel sections private(e, g) // expected-error 2 {{private
variable
must have an accessible, unambiguous default constructor}}
175
#pragma omp parallel sections private(h) // expected-error {{threadprivate or thread local
variable
cannot be private}}
sections_private_messages.cpp
71
#pragma omp sections private(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected
variable
name}}
83
#pragma omp sections private(a, b) // expected-error {{private
variable
with incomplete type 'S1'}}
87
#pragma omp sections private(argv[1]) // expected-error {{expected
variable
name}}
95
#pragma omp sections private(h) // expected-error {{threadprivate or thread local
variable
cannot be private}}
151
#pragma omp sections private(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected
variable
name}}
163
#pragma omp sections private(a, b) // expected-error {{private
variable
with incomplete type 'S1'}}
167
#pragma omp sections private(argv[1]) // expected-error {{expected
variable
name}}
171
#pragma omp sections private(e, g) // expected-error 2 {{private
variable
must have an accessible, unambiguous default constructor}}
175
#pragma omp sections private(h) // expected-error {{threadprivate or thread local
variable
cannot be private}}
single_private_messages.cpp
61
#pragma omp single private(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected
variable
name}}
67
#pragma omp single private(a, b) // expected-error {{private
variable
with incomplete type 'S1'}}
69
#pragma omp single private(argv[1]) // expected-error {{expected
variable
name}}
73
#pragma omp single private(h) // expected-error {{threadprivate or thread local
variable
cannot be private}}
109
#pragma omp single private(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected
variable
name}}
115
#pragma omp single private(a, b) // expected-error {{private
variable
with incomplete type 'S1'}}
117
#pragma omp single private(argv[1]) // expected-error {{expected
variable
name}}
119
#pragma omp single private(e, g) // expected-error 2 {{private
variable
must have an accessible, unambiguous default constructor}}
121
#pragma omp single private(h) // expected-error {{threadprivate or thread local
variable
cannot be private}}
/external/clang/test/PCH/
tentative-defs.c
5
// RUN: grep "@
variable
= common global i32 0" %t | count 1
/external/clang/test/Sema/
thread-specifier.c
24
// expected-error-re@-2 {{'{{__thread|_Thread_local|thread_local}}' is only allowed on
variable
declarations}}
26
// FIXME: The 'is only allowed on
variable
declarations' diagnostic is better here.
32
// expected-error@-2 {{'__thread' is only allowed on
variable
declarations}}
34
// expected-error@-4 {{'_Thread_local' is only allowed on
variable
declarations}}
36
// expected-error@-6 {{'thread_local' is only allowed on
variable
declarations}}
39
int f(__thread int t7) { // expected-error {{' is only allowed on
variable
declarations}}
91
// expected-error@-4 {{initializer for thread-local
variable
must be a constant expression}}
103
// expected-error@-2 {{type of thread-local
variable
has non-trivial destruction}}
116
// expected-error@-2 {{initializer for thread-local
variable
must be a constant expression}}
/external/clang/test/SemaCXX/
address-space-initialize.cpp
20
int* as_ptr = nocv_iarray; // expected-error{{cannot initialize a
variable
of type '__attribute__((address_space(9999))) int *' with an lvalue of type '__attribute__((address_space(42))) int [10]'}}
cxx98-compat-flags.cpp
31
const Private &a = Private(); // expected-warning {{copying
variable
of type 'CopyCtorIssues::Private' when binding a reference to a temporary would invoke an inaccessible constructor in C++98}}
32
const NoViable &b = NoViable(); // expected-warning {{copying
variable
of type 'CopyCtorIssues::NoViable' when binding a reference to a temporary would find no viable constructor in C++98}}
33
const Ambiguous &c = Ambiguous(); // expected-warning {{copying
variable
of type 'CopyCtorIssues::Ambiguous' when binding a reference to a temporary would find ambiguous constructors in C++98}}
34
const Deleted &d = Deleted(); // expected-warning {{copying
variable
of type 'CopyCtorIssues::Deleted' when binding a reference to a temporary would invoke a deleted constructor in C++98}}
/external/clang/test/SemaObjC/
arc-property-lifetime.m
6
id __unsafe_unretained x; // expected-error {{existing instance
variable
'x' for strong property 'x' may not be __unsafe_unretained}}
7
id __weak y; // expected-error {{existing instance
variable
'y' for strong property 'y' may not be __weak}}
23
id __unsafe_unretained x; // expected-error {{existing instance
variable
'x' for strong property 'x' may not be __unsafe_unretained}}
24
id __weak y; // expected-error {{existing instance
variable
'y' for strong property 'y' may not be __weak}}
40
id __unsafe_unretained x; // expected-error {{existing instance
variable
'x' for strong property 'x' may not be __unsafe_unretained}}
41
id __weak y; // expected-error {{existing instance
variable
'y' for strong property 'y' may not be __weak}}
73
id y; // expected-error {{existing instance
variable
'y' for property 'y' with assign attribute must be __unsafe_unretained}}
88
id y; // expected-error {{existing instance
variable
'y' for property 'y' with unsafe_unretained attribute must be __unsafe_unretained}}
183
id _prop; // expected-error {{existing instance
variable
'_prop' for property 'prop' with assign attribute must be __unsafe_unretained}}
err-ivar-access-in-class-method.m
24
foo = 0; // expected-error {{instance
variable
'foo' accessed in class method}}
/external/compiler-rt/test/BlocksRuntime/
goto.c
26
goto out_bad; // error: local byref
variable
val is in the scope of this goto
/external/compiler-rt/test/asan/TestCases/Helpers/
echo-env.cc
3
// Prints the environment
variable
with the given name.
/external/compiler-rt/test/asan/TestCases/
global-location.cc
19
// GLOB: 0x{{.*}} is located 4 bytes to the right of global
variable
'global' defined in '{{.*}}global-location.cc:[[@LINE-1]]:5' {{.*}} of size 40
21
// CLASS_STATIC: 0x{{.*}} is located 4 bytes to the right of global
variable
'C::array' defined in '{{.*}}global-location.cc:[[@LINE-1]]:8' {{.*}} of size 40
30
// FUNC_STATIC: 0x{{.*}} is located 4 bytes to the right of global
variable
'main::array' defined in '{{.*}}global-location.cc:[[@LINE-1]]:16' {{.*}} of size 40
35
// LITERAL: 0x{{.*}} is located 0 bytes to the right of global
variable
{{.*}} defined in '{{.*}}global-location.cc:[[@LINE-1]]:23' {{.*}} of size 11
/external/deqp/framework/randomshaders/
rsgFunctionGenerator.hpp
41
void requireAssignment (
Variable
*
variable
) { m_requiredAssignments.push_back(
variable
); }
48
std::vector<
Variable
*> m_requiredAssignments;
rsgVariable.hpp
23
* \brief
Variable
class.
37
class
Variable
54
Variable
(const VariableType& type, Storage storage, const char* name);
55
~
Variable
(void);
/external/eigen/scripts/
buildtests.in
7
echo " The EIGEN_MAKE_ARGS environment
variable
allows to pass args to 'make'."
/external/gtest/test/
gtest_break_on_failure_unittest.py
35
either the GTEST_BREAK_ON_FAILURE environment
variable
or the
52
# The environment
variable
for enabling/disabling the break-on-failure mode.
58
# The environment
variable
for enabling/disabling the throw-on-failure mode.
61
# The environment
variable
for enabling/disabling the catch-exceptions mode.
94
"""Tests using the GTEST_BREAK_ON_FAILURE environment
variable
or
105
variable
; None if the
variable
should be unset.
152
"""Tests using the GTEST_BREAK_ON_FAILURE environment
variable
."""
172
"""Tests that the flag overrides the environment
variable
."""
Completed in 645 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>