OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:variable
(Results
1201 - 1225
of
15203
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/chromium_org/v8/src/
hydrogen-gvn.h
61
// Tracks global
variable
and inobject field loads/stores in a fine grained
63
// SideEffects class (see above). This way unrelated global
variable
/inobject
64
// field stores don't prevent hoisting and merging of global
variable
/inobject
/external/chromium_org/v8/test/mjsunit/compiler/
dead-loops-neg.js
40
// can only remove the loop with induction
variable
analysis.
47
// can only remove the loop with induction
variable
analysis.
54
// can only remove the loop with induction
variable
analysis.
/external/clang/include/clang/Sema/
SemaInternal.h
41
// This requires the
variable
to be non-dependent and the initializer
50
// Directly mark a
variable
odr-used. Given a choice, prefer to use
53
// If the
variable
must be captured:
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
blocks.mm
5
(void)[var] { }; // expected-error{{__block
variable
'var' cannot be captured in a lambda}}
7
(void)[=] { var = 17; }; // expected-error{{__block
variable
'var' cannot be captured in a lambda}}
23
T *ptr = 1; // expected-error{{cannot initialize a
variable
of type 'float *' with an rvalue of type 'int'}}
templates.cpp
72
T* x = 1; // expected-error{{cannot initialize a
variable
of type 'int *' with an rvalue of type 'int'}} \
73
// expected-error{{cannot initialize a
variable
of type 'float *' with an rvalue of type 'int'}}
126
int X<T>::value = []{ return T(); }(); // expected-error{{cannot initialize a
variable
of type 'int' with an rvalue of type 'int *'}}
/external/clang/test/Parser/
cxx0x-lambda-expressions.cpp
13
[+] {}; // expected-error {{expected
variable
name or 'this' in lambda capture list}}
17
[&,] {}; // expected-error {{expected
variable
name or 'this' in lambda capture list}}
18
[=,] {}; // expected-error {{expected
variable
name or 'this' in lambda capture list}}
/external/clang/test/Sema/
c89.c
25
int A[i]; /* expected-warning {{
variable
length array}} */
64
void test10 (int x[*]); /* expected-warning {{
variable
length arrays are a C99 feature}} */
68
int Y[x[1]]; /* expected-warning {{
variable
length arrays are a C99 feature}} */
/external/clang/test/SemaCXX/
warn-unused-filescoped.cpp
163
} x; // expected-warning {{unused
variable
}}
184
X a = X(); // expected-warning {{unused
variable
'a'}}
185
auto b = X(); // expected-warning {{unused
variable
'b'}}
/external/clang/test/SemaObjC/
arc-repeated-weak.mm
22
use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this function but may be unpredictably set to nil; assign to a strong
variable
to keep the object alive}}
66
use(a.strongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple times in this function and may be unpredictably set to nil; assign to a strong
variable
to keep the object alive}}
92
use(a->weakIvar); // expected-warning{{weak instance
variable
'weakIvar' is accessed multiple times}}
98
use(a); // expected-warning{{weak
variable
'a' is accessed multiple times}}
139
use(a->weakIvar); // expected-warning{{weak instance
variable
'weakIvar' is accessed multiple times}}
145
use(a); // expected-warning{{weak
variable
'a' is accessed multiple times}}
281
use(a); // expected-warning{{weak
variable
'a' is accessed multiple times in this function}}
298
use(self.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this method but may be unpredictably set to nil; assign to a strong
variable
to keep the object alive}}
303
use(weakIvar); // expected-warning{{weak instance
variable
'weakIvar' is accessed multiple times in this method but may be unpredictably set to nil; assign to a strong
variable
to keep the object alive}
[
all
...]
arc-unavailable-for-weakref.m
59
@property (weak) NSFont *font; // expected-error {{synthesizing __weak instance
variable
of type 'NSFont *', which does not support weak references}}
68
@property (weak) NSFont *font; // expected-error {{synthesizing __weak instance
variable
of type 'NSFont *', which does not support weak references}}
79
@property (weak) NSFont *font; // expected-error {{synthesizing __weak instance
variable
of type 'NSFont *', which does not support weak references}}
/external/deqp/modules/glshared/
glsRandomShaderProgram.hpp
57
const rsg::
Variable
* m_positionVar;
58
std::vector<const rsg::
Variable
*> m_vertexOutputs; //!< Other vertex outputs in the order they are passed to fragment shader.
59
const rsg::
Variable
* m_fragColorVar;
/external/e2fsprogs/e2fsck/
mtrace.c
58
freed has an address matching the
variable
"mallwatch". In a debugger,
131
/* We enable tracing if either the environment
variable
MALLOC_TRACE
132
is set, or if the
variable
mallwatch has been patched to an address
/external/eigen/bench/spbench/
spbenchsolver.cpp
7
cout<< " The matrices for the benchmark should be collected in a folder specified with an environment
variable
EIGEN_MATRIXDIR \n";
16
cout<< " -d matrixdir \n Use matrixdir as the matrix folder instead of the one specified in the environment
variable
EIGEN_MATRIXDIR\n\n";
36
std::cerr << "Please, specify the location of the matrices with -d mat_folder or the environment
variable
EIGEN_MATRIXDIR \n";
/external/fonttools/Lib/fontTools/ttLib/tables/
_s_b_i_x.py
17
(
Variable
) storage for bitmap sets
30
(
Variable
) storage for bitmaps
42
(
Variable
) bitmap data
/external/glide/
gradlew.bat
29
echo Please set the JAVA_HOME
variable
in your environment to match the
43
echo Please set the JAVA_HOME
variable
in your environment to match the
82
rem Set
variable
GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/external/glide/library/
gradlew.bat
29
echo Please set the JAVA_HOME
variable
in your environment to match the
43
echo Please set the JAVA_HOME
variable
in your environment to match the
82
rem Set
variable
GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/external/guava/guava/src/com/google/common/base/
CaseFormat.java
30
* Hyphenated
variable
naming convention, e.g., "lower-hyphen".
35
* C++
variable
naming convention, e.g., "lower_underscore".
40
* Java
variable
naming convention, e.g., "lowerCamel".
/external/icu/icu4c/source/i18n/unicode/
ucsdet.h
68
* operation are reported back in this
variable
.
117
* @param status any error conditions are reported back in this
variable
.
139
* @param status any error conditions are reported back in this
variable
.
166
* @param status any error conditions are reported back in this
variable
.
196
* @param matchesFound pointer to a
variable
that will be set to the
199
* @param status any error conditions are reported back in this
variable
.
221
* @param status Any error conditions are reported back in this
variable
.
247
* @param status Any error conditions are reported back in this
variable
.
278
* @param status Any error conditions are reported back in this
variable
.
305
* @param status Any error conditions are reported back in this
variable
[
all
...]
/external/icu/icu4c/source/tools/genrb/
genrb.1.in
100
The default source directory is specified by the environment
variable
109
The default destination directory is specified by the environment
variable
121
The default ICU data directory is specified by the environment
variable
/external/libcxxabi/test/
test_guard.cpp
15
// Ensure that we initialize each
variable
once and only once.
75
// A simple thread test of two threads racing to initialize a
variable
. This
96
// Check that we don't re-initialize a static
variable
even when it's
/external/libmtp/
configure.ac
62
may need to set the LDFLAGS environment
variable
to include the
75
You may need to set the CPPFLAGS environment
variable
to include
96
# (No need to use AC_SUBST on this default substituted environment
variable
.)
/external/libnfc-nxp/src/
phFriNfc_LlcpMac.c
45
/* Set the LinkStatus
variable
to the default state */
80
/* Set the PeerRemoteDevType
variable
to the Target type */
85
/* Set the PeerRemoteDevType
variable
to the Initiator type */
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
dwarf-aux.h
105
/* Find a
variable
called 'name' at given address */
113
/* Get the name of given
variable
DIE */
116
/* Get the name and type of given
variable
DIE, stored as "type\tname" */
/external/lldb/include/lldb/Core/
ValueObjectVariable.h
22
// A ValueObject that contains a root
variable
that may or may not
77
lldb::VariableSP m_variable_sp; ///< The
variable
that this value object is based upon
78
Value m_resolved_value; ///< The value that DWARFExpression resolves this
variable
to before we patch it up
dwarf.h
53
//#define DW_OP_APPLE_address_of 0xF2 // gets the address of the top stack item (top item must be a
variable
, or have value_type that is an address already)
54
//#define DW_OP_APPLE_value_of 0xF3 // pops the value off the stack and pushes the value of that object (top item must be a
variable
, or expression local)
55
//#define DW_OP_APPLE_deref_type 0xF4 // gets the address of the top stack item (top item must be a
variable
, or a clang type)
Completed in 479 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>