/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. 254 // Implicit casts are lvalues if they're lvalue casts. Other than that, we 274 // C doesn't have any binary expressions that are lvalues. 405 // In C, functions are not lvalues. 458 // 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 | 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/chromium_org/third_party/libjingle/source/talk/base/ |
sigslottester.h.pump | 64 // non-const value types suitable for use as lvalues.
|
sigslottester.h | 68 // non-const value types suitable for use as lvalues.
|
/external/chromium_org/third_party/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/chromium_org/third_party/cld/base/ |
casts.h | 113 // conversions betweeen integral lvalues and floating-point 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/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 543 // 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
|
/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
|
/external/chromium_org/base/ |
macros.h | 237 // conversions between integral lvalues and floating-point lvalues.
|