OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:variable
(Results
726 - 750
of
15203
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/tools/gyp/test/variables/filelist/
gyptest-filelist.py
8
Test
variable
expansion of '<|(list.txt ...)' syntax commands.
/external/chromium_org/tools/telemetry/telemetry/unittest/
options_for_unittests.py
5
"""This module provides the global
variable
options_for_unittests.
/external/chromium_org/ui/base/win/
scoped_ole_initializer.h
22
// In debug builds we use this
variable
to catch a potential bug where a
/external/chromium_org/v8/src/
rewriter.h
17
// a compiler-generated temporary
variable
wherever needed.
/external/chromium_org/v8/test/mjsunit/
smi-negative-zero.js
38
//
variable
op
variable
55
// literal op
variable
70
//
variable
op literal
/external/clang/include/clang/Analysis/Analyses/
LiveVariables.h
1
//===- LiveVariables.h - Live
Variable
Analysis for Source CFGs -*- C++ --*-//
67
/// that a
variable
is killed.
78
/// Return true if a
variable
is live at the end of a
82
/// Returns true if a
variable
is live at the beginning of the
/external/clang/test/ASTMerge/
enum.c
8
// CHECK: enum2.c:13:3: error: external
variable
'x2' declared with incompatible types in different translation units ('enum E2' vs. 'enum E2')
13
// CHECK: enum2.c:20:3: error: external
variable
'x3' declared with incompatible types in different translation units ('enum E3' vs. 'enum E3')
18
// CHECK: enum2.c:26:3: error: external
variable
'x4' declared with incompatible types in different translation units ('enum E4' vs. 'enum E4')
23
// CHECK: enum2.c:34:3: error: external
variable
'x5' declared with incompatible types in different translation units ('enum E5' vs. 'enum E5')
namespace.cpp
5
// CHECK: namespace2.cpp:16:17: error: external
variable
'z' declared with incompatible types in different translation units ('double' vs. 'float')
typedef.c
5
// CHECK: typedef2.c:4:10: error: external
variable
'x2' declared with incompatible types in different translation units ('Typedef2' (aka 'double') vs. 'Typedef2' (aka 'int'))
/external/clang/test/Analysis/
nil-receiver-undefined-larger-than-voidptr-ret-region.m
4
//
variable
can possibly be initialized by a method.
/external/clang/test/CXX/basic/basic.def.odr/
p1-var.cpp
5
//
variable
, [...].
/external/clang/test/CXX/except/except.handle/
p16.cpp
38
} catch (Abstract) { // expected-error{{
variable
type 'Abstract' is an abstract class}}
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.static/
p1.cpp
26
template<typename T> T x; // expected-warning{{
variable
templates are a C++1y extension}}
/external/clang/test/CodeGenCXX/
debug-info-anon-union-vars.cpp
3
// Make sure that we emit a global
variable
for each of the members of the
/external/clang/test/PCH/
chain-implicit-definition.cpp
32
//
Variable
that requires ~C().
/external/clang/test/Parser/
typeof.c
14
typeof(void ary[7]) anIntError; // expected-error{{expected ')'}} expected-note {{to match this '('}} expected-error {{
variable
has incomplete type 'typeof(void)' (aka 'void')}}
/external/clang/test/Sema/
attr-weak.c
18
extern int C __attribute__((weak_import)); // expected-warning {{an already-declared
variable
is made a weak_import declaration}}
decl-invalid.c
26
register int test1; // expected-error {{illegal storage class on file-scoped
variable
}}
predef.c
12
__func__[0] = 'a'; // expected-error {{
variable
is not assignable}}
/external/clang/test/SemaCXX/
captured-statements.cpp
11
y = z; // expected-error{{cannot assign to a
variable
captured by copy in a non-mutable lambda}}
24
c = a; // expected-error{{cannot assign to a
variable
captured by copy in a non-mutable lambda}}
56
T x; // expected-error{{declaration of reference
variable
'x' requires an initializer}}
88
y++; // expected-error{{read-only
variable
is not assignable}}
instantiate-blocks.cpp
11
block_arg = arg; // expected-error {{
variable
is not assignable (missing __block type specifier)}}
/external/clang/test/SemaObjC/
comptypes-1.m
27
/* Assigning to an 'id'
variable
should never
34
/* Assigning to a 'MyClass *'
variable
should always generate a
40
/* Assigning to an 'id<MyProtocol>'
variable
should generate a
49
/* Assigning to a 'MyOtherClass *'
variable
should always generate
ivar-in-class-extension.m
21
+ obj->privateIvar; // expected-error {{instance
variable
'privateIvar' is private}}
ivar-lookup-resolution-builtin.m
18
return index; // expected-error {{instance
variable
'index' accessed in class method}}
property-and-class-extension.m
34
@synthesize Property; // expected-error {{property 'Property' attempting to use instance
variable
'Property' declared in super class 'Super'}}
Completed in 2041 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>