HomeSort by relevance Sort by last modified time
    Searched full:subexpression (Results 1 - 25 of 214) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium-trace/catapult/tracing/tracing/extras/tquery/
filter_has_ancestor.html 16 this.subExpression = opt_subExpression;
22 set subExpression(expr) {
26 get subExpression() {
31 if (!this.subExpression)
35 if (this.subExpression.evaluate(context))
42 function(subExpression) {
43 return new FilterHasAncestor(subExpression);
filter_is_top_level.html 16 this.subExpression = opt_subExpression;
22 set subExpression(expr) {
26 get subExpression() {
33 if (!this.subExpression)
35 return this.subExpression.evaluate(context);
39 function(subExpression) {
40 return new FilterIsTopLevel(subExpression);
filter_not.html 15 function FilterNot(subExpression) {
17 this.subExpression = subExpression;
23 set subExpression(expr) {
27 get subExpression() {
32 return !this.subExpression.evaluate(context);
39 throw new Error('not() must have exactly one subexpression');
  /external/v8/src/crankshaft/
hydrogen-dehoist.cc 18 HValue* subexpression; local
21 subexpression = binary_operation->right();
24 subexpression = binary_operation->left();
48 array_operation->SetKey(subexpression);
  /external/clang/test/Preprocessor/
disabled-cond-diags2.c 11 #if 1 junk // expected-error{{token is not a valid binary operator in a preprocessor subexpression}}
expr_invalid_tok.c 2 // RUN: not %clang_cc1 -E %s 2>&1 | grep 'token is not a valid binary operator in a preprocessor subexpression'
has_attribute.c 57 #if __has_cpp_attribute(selectany) // expected-error {{token is not a valid binary operator in a preprocessor subexpression}}
cxx_oper_keyword.cpp 5 //expected-error@+3 {{token is not a valid binary operator in a preprocessor subexpression}}
has_include.c 123 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}} expected-error@+1 {{token is not a valid binary operator in a preprocessor subexpression}}
143 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}} expected-warning@+1 {{missing terminating '"' character}} expected-error@+1 {{token is not a valid binary operator in a preprocessor subexpression}}
147 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}} expected-error@+1 {{token is not a valid binary operator in a preprocessor subexpression}}
  /prebuilts/go/darwin-x86/src/regexp/testdata/
README 11 the no match case runs the starred subexpression zero times,
13 runs the starred subexpression one time, not twice.
  /prebuilts/go/linux-x86/src/regexp/testdata/
README 11 the no match case runs the starred subexpression zero times,
13 runs the starred subexpression one time, not twice.
  /external/v8/test/mjsunit/
short-circuit-boolean.js 33 // Left subexpression is known false at compile time.
42 // Left subexpression is known true at compile time.
  /external/llvm/docs/
re_format.7 333 the parenthesized subexpression matches all three characters;
338 both the whole RE and the parenthesized subexpression match the null string.
445 Anchors the single character regular expression or subexpression
448 Anchors the single character regular expression or subexpression
451 Defines a subexpression
461 Matches the single character regular expression or subexpression
465 is the first character of a regular expression or subexpression,
479 or subexpression immediately preceding it
483 or subexpression immediately preceding it
492 Matches the single character regular expression or subexpression
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p5.cpp 33 constexpr int f() { return throw 0, 0; } // expected-error {{constexpr function never produces a constant expression}} expected-note {{subexpression}}
52 throw 0, // expected-note {{subexpression}}
74 constexpr int LogicalAnd2(int n) { return 1 && (throw, 0); } // expected-error {{never produces}} expected-note {{subexpression}}
77 constexpr int LogicalOr2(int n) { return 0 || (throw, 0); } // expected-error {{never produces}} expected-note {{subexpression}}
139 constexpr void f() { throw; } // expected-error {{never produces}} expected-note {{subexpression}}
  /external/v8/test/mjsunit/regress/
regress-1167.js 48 // Similar test with a different subexpression of unary !.
63 // A similar issue, different subexpression of unary ! (e0 !== e1 is
regress-1210.js 42 // subexpression of the arguments access).
  /external/clang/test/Rewriter/
rewrite-modern-throw.m 88 @throw [NSException exceptionWithName: *_imp__NSInvalidArgumentException reason: [NSString stringWithFormat: @"Can't evaluate set expression; left subexpression not a set (lhs = %@ rhs = %@)", leftSet, rightSet] userInfo: 0];
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 1 //===-- MachineCSE.cpp - Machine Common Subexpression Elimination Pass ----===//
10 // This pass performs global common subexpression elimination on machine
35 STATISTIC(NumCSEs, "Number of common subexpression eliminated");
112 "Machine Common Subexpression Elimination", false, false)
116 "Machine Common Subexpression Elimination", false, false)
273 // For now conservatively returns false if the common subexpression is
275 // is if the common subexpression is in the sole predecessor block.
422 // Heuristics #3: If the common subexpression is used by PHIs, do not reuse
496 // used, then it's not safe to replace it with a common subexpression.
525 // Found a common subexpression, eliminate it
    [all...]
  /art/test/455-checker-gvn/src/
Main.java 66 // the common subexpression on the multiplication.
  /external/v8/test/mjsunit/compiler/
regress-3218915.js 41 // (i.e., itself the left subexpression of a comma expression).
  /external/v8/test/webkit/
dfg-get-by-val-clobber.js 25 "This tests that common subexpression elimination knows how to accurately model PutBuVal."
  /prebuilts/go/darwin-x86/doc/articles/wiki/
final-noclosure.go 94 return m[2], nil // The title is the second subexpression.
  /prebuilts/go/linux-x86/doc/articles/wiki/
final-noclosure.go 94 return m[2], nil // The title is the second subexpression.
  /external/clang/include/clang/AST/
EvaluatedExprVisitor.h 58 // Only the selected subexpression matters; the other one is not evaluated.
68 // Only the selected subexpression matters; the other subexpressions and the
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefBranchChecker.cpp 71 // What's going on here: we want to highlight the subexpression of the
74 // subexpressions and roughly look for the most nested subexpression

Completed in 1131 milliseconds

1 2 3 4 5 6 7 8 9