HomeSort by relevance Sort by last modified time
    Searched full:expressions (Results 351 - 375 of 2155) sorted by null

<<11121314151617181920>>

  /external/clang/docs/
SanitizerSpecialCaseList.rst 72 # Extended regular expressions are supported:
  /external/clang/include/clang/Analysis/Analyses/
LiveVariables.h 85 /// only returns liveness information for block-level expressions.
  /external/clang/test/Analysis/inlining/
inline-defensive-checks.m 19 // Check that inline defensive checks is triggered for null expressions
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p3.cpp 22 auto n(1,2,3); // expected-error{{initializer for variable 'n' with type 'auto' contains multiple expressions}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p11-1y.cpp 55 auto bad_init_2 = [a(1, 2)] {}; // expected-error {{initializer for lambda capture 'a' contains multiple expressions}}
  /external/clang/test/CodeGenCXX/
debug-lambda-expressions.cpp 18 // CHECK: [[FILE:.*]] = {{.*}} [ DW_TAG_file_type ] [{{.*}}debug-lambda-expressions.cpp]
static-data-member.cpp 74 // Test that we can fold member lookup expressions which resolve to static data
  /external/clang/test/Coverage/
c-language-features.inc 78 // Expressions.
  /external/clang/test/Sema/
warn-type-safety.cpp 40 // Check that we don't crash on type and value dependent expressions.
  /external/clang/test/SemaCXX/
decl-expr-ambiguity.cpp 9 // Expressions.
  /external/clang/tools/diag-build/
diag-build.sh 13 # Mac OS X's BSD sed uses -E for extended regular expressions,
  /external/droiddriver/src/com/google/android/droiddriver/finders/
XPaths.java 103 * produce very long XPath expressions if a value contains a long run of
  /external/e2fsprogs/intl/
plural-exp.h 32 /* This is the representation of the expressions to determine the
xsize.h 32 /* The size of memory objects is often computed through expressions of
  /external/eigen/Eigen/src/Core/
Swap.h 20 * \brief Internal helper class for swapping two expressions
  /external/eigen/Eigen/src/Core/util/
XprHelper.h 250 /** \internal The reference selector for template expressions. The idea is that we don't
251 * need to use references for expressions since they are light weight proxy
279 * many coefficient accesses in the nested expressions -- as is the case with matrix product for example.
330 /* dense_xpr_base should only ever be used on dense expressions, thus falling either into the MatrixXpr or into the ArrayXpr cases */
  /external/eigen/doc/
tutorial.cpp 51 m4 = m4 + m4; // here Eigen goes for lazy evaluation, as with most expressions
  /external/icu4c/samples/
readme.txt 41 ugrep - demonstrates ICU Regular Expressions.
  /external/icu4c/test/cintltst/
cintltst.h 123 * compiler doesn't complain about integral conversion of expressions
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
ExpressionTranslator.java 62 * In order to optimize the expressions nicely this class emits code using a series of wrapper
71 * This is actually very important because it means that as we optimize the expressions to return
74 * the expression is now free to produce optimized expressions.
208 // other expressions unconditionally exist.
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/
CoreOperators.java 42 * Function registry containing core operators used in expressions.
  /external/libvpx/libvpx/examples/includes/geshi/docs/
TODO 34 eliminate the need for regular expressions except for numbers/methods
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
javascript.php 48 //Regular Expressions
  /external/llvm/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 25 /// are carefully arranged to allow folding of expressions such as:
  /external/llvm/lib/Analysis/
IVUsers.cpp 10 // This file implements bookkeeping for "interesting" users of expressions
122 return false; // Void and FP expressions cannot be reduced.
124 // IVUsers is used by LSR which assumes that all SCEV expressions are safe to
125 // pass to SCEVExpander. Expressions are not safe to expand if they represent

Completed in 3175 milliseconds

<<11121314151617181920>>