OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expression
(Results
351 - 375
of
3197
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/Index/
complete-stmt.c
12
// CHECK-IF-ELSE: NotImplemented:{TypedText else}{HorizontalSpace }{Text if}{HorizontalSpace }{LeftParen (}{Placeholder
expression
}{RightParen )}{HorizontalSpace }{LeftBrace {}{VerticalSpace }{Placeholder statements}{VerticalSpace }{RightBrace }} (40)
16
// CHECK-IF-ELSE-SIMPLE: NotImplemented:{TypedText else}{HorizontalSpace }{Text if}{HorizontalSpace }{LeftParen (}{Placeholder
expression
}{RightParen )} (40)
/external/clang/test/Parser/
cxx-ambig-paren-expr.cpp
12
//
Expression
.
20
// Special case: empty parens is a call, not an
expression
/external/clang/test/Sema/
block-misc.c
58
case NSBIRLazilyAllocated: // is an integer constant
expression
.
117
test12f = ^test12f; // expected-error {{type name requires a specifier or qualifier}} expected-error {{expected
expression
}}
176
(void)(bp == 1); // expected-error {{invalid operands to binary
expression
}}
178
(void)(1 == bp); // expected-error {{invalid operands to binary
expression
}}
180
(void)(bp < 1); // expected-error {{invalid operands to binary
expression
}}
181
(void)(bp < 0); // expected-error {{invalid operands to binary
expression
}}
182
(void)(1 < bp); // expected-error {{invalid operands to binary
expression
}}
183
(void)(0 < bp); // expected-error {{invalid operands to binary
expression
}}
/external/clang/test/SemaCXX/
constexpr-value-init.cpp
14
constexpr A a; // expected-error {{constant
expression
}} expected-note {{in call to 'A()'}}
37
constexpr int n = Z<V>().c; // expected-error {{constant
expression
}} expected-note {{virtual base class}}
qualified-names-diag.cpp
24
a + b; // expected-error{{invalid operands to binary
expression
('foo::wibble::x' and '::bar::y' (aka 'int'))}}
27
c + b; // expected-error{{invalid operands to binary
expression
('::foo::wibble::bar::wonka::x::y' and '::bar::y' (aka 'int'))}}
/external/clang/test/SemaObjC/
class-bitfield.m
10
int c : (1 + 0.25); // expected-error{{
expression
is not an integer constant
expression
}}
/external/clang/test/SemaTemplate/
copy-ctor-assign.cpp
11
: value(other.value + 1) { } // expected-error{{binary
expression
}}
15
value = other.value + 1; // expected-error{{binary
expression
}}
default-expr-arguments.cpp
15
template<typename T> void f3(T a, T b = T() + T()); // expected-error{{invalid operands to binary
expression
('S' and 'S')}}
19
f1(S()); // expected-note{{in instantiation of default function argument
expression
for 'f1<S>' required here}}
25
f3(S()); // expected-note{{in instantiation of default function argument
expression
for 'f3<S>' required here}}
44
s.f(); // expected-note{{in instantiation of default function argument
expression
for 'f<S>' required here}}
47
F<S> s2; // expected-note{{in instantiation of default function argument
expression
for 'F<S>' required here}}
112
B::B() { } // expected-note {{in instantiation of default function argument
expression
for 'A<int *>' required he}}
117
C::C() { } // expected-note {{in instantiation of default function argument
expression
for 'A<int *>' required he}}
124
D::D() { } // expected-note {{in instantiation of default function argument
expression
for 'A<int *>' required he}}
instantiate-objc-1.mm
53
return @(value); // expected-error {{Illegal type 'int *' used in a boxed
expression
}} \
54
// expected-error {{Illegal type 'long double' used in a boxed
expression
}}
/external/icu4c/i18n/
regexst.h
9
// This class is internal to the regular
expression
implementation.
10
// For the public Regular
Expression
API, see the file "unicode/regex.h"
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaSourceWriter.java
198
public void startIfBlock(JavaExpression
expression
) {
201
writeExpression(
expression
);
227
public void startIterableForLoop(String type, String name, JavaExpression
expression
) {
234
writeExpression(
expression
);
256
public void writeStatement(JavaExpression
expression
) {
258
writeExpression(
expression
);
263
public void writeExpression(JavaExpression
expression
) {
264
expression
.write(out);
/external/llvm/test/CodeGen/X86/
2007-02-19-LiveIntervalAssert.ll
8
define void @__eprintf(i8* %string, i8* %
expression
, i32 %line, i8* %filename) {
10
%tmp5 = tail call i32 (%struct._IO_FILE*, i8*, ...)* @fprintf( %struct._IO_FILE* %tmp, i8* %string, i8* %
expression
, i32 %line, i8* %filename )
/external/mesa3d/src/glsl/
ir_expression_flattening.h
28
* Takes the leaves of
expression
trees and makes them dereferences of
32
* an
expression
containing a call and move the call out to its own
/external/proguard/src/proguard/util/
StringParser.java
25
* regular
expression
.
32
* Creates a StringMatcher for the given regular
expression
.
/external/stlport/stlport/stl/config/
_prolog.h
37
/* supress EDC3130: A constant is being used as a conditional
expression
*/
42
# pragma warning 595 10 /* resolved as an
expression
*/
/external/v8/test/mjsunit/
debug-evaluate-recursive.js
82
testRequest(exec_state, '{"
expression
":"f()"}', true, 1);
83
testRequest(exec_state, '{"
expression
":"f()","frame":0}', true, 1);
84
testRequest(exec_state, '{"
expression
":"g()"}', true, 2);
85
testRequest(exec_state, '{"
expression
":"g()","frame":0}', true, 2);
89
testRequest(exec_state, '{"
expression
":"f()","disable_break":true}', true, 1);
90
testRequest(exec_state, '{"
expression
":"f()","frame":0,"disable_break":true}',
92
testRequest(exec_state, '{"
expression
":"g()","disable_break":true}', true, 2);
93
testRequest(exec_state, '{"
expression
":"g()","frame":0,"disable_break":true}',
invalid-source-element.js
29
// A function
expression
with no parenthesis around it is not a valid
30
//
expression
statement.
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
argument-types.js
3
function shouldNotThrow(
expression
)
6
eval(
expression
);
7
testPassed(
expression
+ " did not throw exception.");
9
testFailed(
expression
+ " should not throw exception. Threw exception " + e);
13
function test(
expression
, expressionShouldThrow, expectedException) {
16
shouldThrow(
expression
, '(function() { return "' + expectedException + '"; })();');
18
shouldThrow(
expression
, '(function() { return "Error: TYPE_MISMATCH_ERR: DOM Exception 17"; })();');
20
shouldNotThrow(
expression
);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
expression-004.js
2
File Name:
expression
-004.js
10
var SECTION = "
expression
-004";
/external/webkit/Source/WebCore/inspector/
InjectedScript.cpp
57
void InjectedScript::evaluate(ErrorString* errorString, const String&
expression
, const String& objectGroup, bool includeCommandLineAPI, RefPtr<InspectorObject>* result)
60
function.appendArgument(
expression
);
66
void InjectedScript::evaluateOn(ErrorString* errorString, const String& objectId, const String&
expression
, RefPtr<InspectorObject>* result)
70
function.appendArgument(
expression
);
74
void InjectedScript::evaluateOnCallFrame(ErrorString* errorString, const String& callFrameId, const String&
expression
, const String& objectGroup, bool includeCommandLineAPI, RefPtr<InspectorObject>* result)
78
function.appendArgument(
expression
);
114
void InjectedScript::setPropertyValue(ErrorString* errorString, const String& objectId, const String& propertyName, const String&
expression
)
119
function.appendArgument(
expression
);
/external/webkit/Source/WebCore/xml/
XPathEvaluator.idl
22
XPathExpression createExpression(in DOMString
expression
,
28
XPathResult evaluate(in DOMString
expression
,
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h
37
/* supress EDC3130: A constant is being used as a conditional
expression
*/
42
# pragma warning 595 10 /* resolved as an
expression
*/
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h
37
/* supress EDC3130: A constant is being used as a conditional
expression
*/
42
# pragma warning 595 10 /* resolved as an
expression
*/
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h
37
/* supress EDC3130: A constant is being used as a conditional
expression
*/
42
# pragma warning 595 10 /* resolved as an
expression
*/
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h
37
/* supress EDC3130: A constant is being used as a conditional
expression
*/
42
# pragma warning 595 10 /* resolved as an
expression
*/
Completed in 997 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>