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

1 2 3 4

  /external/chromium_org/third_party/openssl/openssl/crypto/objects/
obj_dat.h 70 static const unsigned char lvalues[5980]={ variable
    [all...]
obj_dat.pl 90 @lvalues=();
91 $lvalues=0;
134 push(@lvalues,sprintf("%-45s/* [%3d] %s */\n",
135 $z,$lvalues,$obj{$nid{$i}}));
136 $out.="$length,&(lvalues[$lvalues]),0";
137 $lvalues+=$length;
242 printf OUT "static const unsigned char lvalues[%d]={\n",$lvalues+1;
243 print OUT @lvalues;
    [all...]
  /external/openssl/crypto/objects/
obj_dat.h 70 static const unsigned char lvalues[5980]={ variable
    [all...]
obj_dat.pl 90 @lvalues=();
91 $lvalues=0;
134 push(@lvalues,sprintf("%-45s/* [%3d] %s */\n",
135 $z,$lvalues,$obj{$nid{$i}}));
136 $out.="$length,&(lvalues[$lvalues]),0";
137 $lvalues+=$length;
242 printf OUT "static const unsigned char lvalues[%d]={\n",$lvalues+1;
243 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 14 // 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 get classified as lvalues.
133 // ObjC instance variables are lvalues
140 // C99 6.5.2.5p5 says that compound literals are lvalues.
255 // Implicit casts are lvalues if they're lvalue casts. Other than that, we
275 // C doesn't have any binary expressions that are lvalues.
406 // In C, functions are not lvalues.
459 // ObjC property accesses are not lvalues, but get special treatment
    [all...]
  /external/chromium_org/base/third_party/valgrind/
memcheck.h 202 all previous leak checks. They must be lvalues. */
205 unsigned long variables, then assign these to the lvalues the user
224 all previous leak checks. They must be lvalues. */
227 unsigned long variables, then assign these to the lvalues the user
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
memory_pool.h 63 * \warning Array, Size, Reserved have to be lvalues and may be evaluated
  /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/main/memcheck/
memcheck.h 210 all previous leak checks. They must be lvalues. */
213 unsigned long variables, then assign these to the lvalues the user
232 all previous leak checks. They must be lvalues. */
235 unsigned long variables, then assign these to the lvalues the user
  /external/chromium_org/third_party/cld/base/
casts.h 113 // conversions betweeen integral lvalues and floating-point lvalues.
basictypes.h 288 // conversions betweeen integral lvalues and floating-point lvalues.
  /external/eigen/doc/
C04_TutorialBlockOperations.dox 11 as rvalues and as lvalues. As usual with Eigen expressions, this abstraction has zero runtime cost
58 it was only read from. However, blocks can also be used as \em lvalues, meaning that you can assign to a block.
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-var.cpp 45 // 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
544 // expr.cond/4: If the second and third operands are lvalues and
  /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
  /external/chromium/base/
basictypes.h 296 // conversions betweeen integral lvalues and floating-point lvalues.
  /external/chromium_org/base/
basictypes.h 301 // conversions between integral lvalues and floating-point lvalues.

Completed in 1337 milliseconds

1 2 3 4