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

1 2 3 4

  /external/boringssl/src/crypto/obj/
obj_dat.h 66 static const unsigned char lvalues[6176]={ variable
    [all...]
obj_dat.pl 96 @lvalues=();
97 $lvalues=0;
140 push(@lvalues,sprintf("%-45s/* [%3d] %s */\n",
141 $z,$lvalues,$obj{$nid{$i}}));
142 $out.="$length,&(lvalues[$lvalues]),0";
143 $lvalues+=$length;
244 printf OUT "static const unsigned char lvalues[%d]={\n",$lvalues+1;
245 print OUT @lvalues;
    [all...]
  /external/clang/test/CXX/expr/expr.post/expr.reinterpret.cast/
p1-0x.cpp 16 // Per DR1268, reinterpret_cast can convert between lvalues and xvalues.
  /external/clang/test/Sema/
expr-comma.c 13 // comma does not promote array/function in c90 unless they are lvalues.
  /external/clang/test/CodeGen/
byval-memcpy-elim.c 13 // Make sure we don't generate extra memcpy for lvalues
exprs.c 61 // noop casts as lvalues.
  /external/llvm/test/Transforms/ScalarRepl/
phinodepromote.ll 6 ; lvalues), so handling this simple extension is quite useful.
  /external/clang/lib/AST/
ExprClassification.cpp 48 // Void "lvalues" are classified as addressable void values, which are void
114 // First come the expressions that are always lvalues, unconditionally.
122 // Property references are lvalues
127 // Unresolved lookups and uncorrected typos get classified as lvalues.
134 // ObjC instance variables are lvalues
143 // C99 6.5.2.5p5 says that compound literals are lvalues.
261 // Implicit casts are lvalues if they're lvalue casts. Other than that, we
281 // C doesn't have any binary expressions that are lvalues.
415 // In C, functions are not lvalues.
469 // ObjC property accesses are not lvalues, but get special treatment
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
memory_pool.h 63 * \warning Array, Size, Reserved have to be lvalues and may be evaluated
  /external/valgrind/memcheck/
memcheck.h 213 all previous leak checks. They must be lvalues. */
216 unsigned long variables, then assign these to the lvalues the user
235 all previous leak checks. They must be lvalues. */
238 unsigned long variables, then assign these to the lvalues the user
  /external/webrtc/webrtc/base/
sigslottester.h.pump 47 // non-const value types suitable for use as lvalues.
sigslottester.h 51 // non-const value types suitable for use as lvalues.
  /external/eigen/doc/
TutorialBlockOperations.dox 7 as rvalues and as lvalues. As usual with Eigen expressions, this abstraction has zero runtime cost
49 it was only read from. However, blocks can also be used as \em lvalues, meaning that you can assign to a block.
  /external/v8/src/base/
macros.h 128 // conversions between integral lvalues and floating-point lvalues.
  /system/extras/perfprofd/quipper/base/
macros.h 181 // conversions between integral lvalues and floating-point lvalues.
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-var.cpp 50 // First bullet: lvalue references binding to lvalues (the simple cases).
  /external/clang/test/SemaCXX/
expression-traits.cpp 10 // C++0x has its own, more-refined, idea of lvalues and rvalues.
95 // Make sure even trivial conversions are not detected as lvalues
231 // should really be lvalues or rvalues without some surrounding
543 // expr.cond/4: If the second and third operands are lvalues and
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_setcomps.py 33 Verify that syntax error's are raised for setcomps used as lvalues
test_genexps.py 135 Verify that syntax error's are raised for genexps used as lvalues
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_setcomps.py 33 Verify that syntax error's are raised for setcomps used as lvalues
test_genexps.py 135 Verify that syntax error's are raised for genexps used as lvalues
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_setcomps.py 33 Verify that syntax error's are raised for setcomps used as lvalues
test_genexps.py 135 Verify that syntax error's are raised for genexps used as lvalues
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_setcomps.py 33 Verify that syntax error's are raised for setcomps used as lvalues
test_genexps.py 135 Verify that syntax error's are raised for genexps used as lvalues

Completed in 1153 milliseconds

1 2 3 4