/external/clang/test/SemaTemplate/ |
default-expr-arguments.cpp | 226 double *****p = t; // expected-error{{cannot initialize a variable of type 'double *****' with an lvalue of type 'int'}}
|
instantiate-member-template.cpp | 93 id3.f0(dp, i); // expected-error{{cannot initialize a parameter of type 'int *' with an lvalue of type 'double *'}}
|
instantiate-expr-3.cpp | 83 Result r = __builtin_choose_expr(Cond, t, u); // expected-error{{lvalue}}
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
type_traits | 193 // "An imaginary lvalue of type From...".
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
type_traits | 193 // "An imaginary lvalue of type From...".
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
type_traits | 193 // "An imaginary lvalue of type From...".
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
GRState.h | 242 /// Get the lvalue for a variable reference. 245 /// Get the lvalue for a StringLiteral. 251 /// Get the lvalue for an ivar reference. 254 /// Get the lvalue for a field reference. 257 /// Get the lvalue for an array index.
|
/external/clang/docs/ |
AutomaticReferenceCounting.html | 739 lvalue with the same alignment and non-ownership qualification.</p> 742 lvalue-to-rvalue conversion on an object lvalue. 749 <li>For all other objects, the lvalue is loaded with primitive 758 second, the lvalue is loaded with primitive semantics; third, the new 759 pointee is stored into the lvalue with primitive semantics; and 763 <li>For <tt>__weak</tt> objects, the lvalue is updated to point to th [all...] |
/external/clang/lib/CodeGen/ |
CGClass.cpp | 413 LValue LHS, 433 LValue lvalue = CGF.MakeAddrLValue(Dest, T); local 434 CGF.EmitScalarInit(MemberInit->getInit(), /*decl*/ 0, lvalue, false); 517 LValue LHS = CGF.EmitLValueForField(ThisPtr, Field, 0); 539 LValue LHS; 598 LValue Src = CGF.EmitLValueForFieldInitialization(SrcPtr, Field, 0); [all...] |
CGCall.cpp | 337 CodeGenFunction::ExpandTypeFromArgs(QualType Ty, LValue LV, 344 "Unexpected non-simple lvalue during struct expansion."); 352 LValue LV = EmitLValueForField(Addr, FD, 0); [all...] |
CGExprConstant.cpp | 888 LValue Res = CGF->EmitPredefinedLValue(cast<PredefinedExpr>(E)); [all...] |
/external/clang/include/clang/AST/ |
Expr.h | 84 // considered an lvalue. 220 /// isModifiableLvalue - C99 6.3.2.1: an lvalue that does not have array type, 228 /// non-modifiable lvalue, if specified. 259 CL_Void, // Void cannot be an lvalue in C. 274 CM_LValueCast, // Same as CM_RValue, but indicates GCC cast-as-lvalue ext 307 /// \brief Create a simple, modifiably lvalue 317 /// old lvalue vs rvalue. This function determines the type of expression this 439 // isGlobalLValue - Return true if the evaluated lvalue expression 474 /// EvaluateAsLValue - Evaluate an expression to see if it's a lvalue 478 /// EvaluateAsLValue - Evaluate an expression to see if it's a lvalue [all...] |
Type.h | 729 /// \brief Determine the type of a (typically non-lvalue) expression with the 734 /// an lvalue. It removes a top-level reference (since there are no 862 /// An lvalue is an expression with an object type or an incomplete [all...] |
/external/clang/lib/Sema/ |
SemaInit.cpp | [all...] |
/external/clang/www/ |
compatibility.html | 36 <li><a href="#lvalue-cast">Lvalue casts</a></li> 178 <h3 id="lvalue-cast">Lvalue casts</h3> 185 lvalue.c:2:3: error: assignment to cast is illegal, lvalue casts are not
|
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/ |
DumpRenderTreeSupport_wrapPregenerated.c | 883 long lvalue; member in struct:swig_constant_info 1144 sv_setiv(sv, (IV) swig_constants[i].lvalue); 1156 SWIG_MakePackedObj(sv, swig_constants[i].pvalue, swig_constants[i].lvalue, *(swig_constants[i].ptype));
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
p5.cpp | 79 // template-argument, which shall be an lvalue.
|
/external/clang/test/SemaCXX/ |
new-delete.cpp | 77 (void)new float*(ip); // expected-error {{cannot initialize a new value of type 'float *' with an lvalue of type 'int *'}}
|
overloaded-operator.cpp | 77 float &f4 = (enum1 == next_enum1); // expected-error{{non-const lvalue reference to type 'float' cannot bind to a temporary of type 'bool'}}
|
/external/clang/test/SemaObjCXX/ |
arc-type-conversion.mm | 23 return arg; // expected-error{{cannot initialize return object of type 'void *' with an lvalue of type '__strong id'}}
|
/external/libpng/contrib/visupng/ |
cexcept.h | 128 expression must be a modifiable lvalue (something capable of being
|
/external/ppp/pppd/plugins/radius/ |
radiusclient.h | 329 UINT4 lvalue; member in struct:value_pair
|
/external/srec/shared/src/ |
SessionTypeImpl.c | 246 LCHAR* lValue; 261 lValue = (LCHAR*) pair->value; 264 *len = LSTRLEN(lValue) + 1; 267 LSTRCPY(value, lValue); [all...] |
/external/valgrind/main/memcheck/ |
memcheck.h | 175 lvalue to be checked. If suitable addressibility and definedness
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
IteratorsChecker.cpp | 236 // Handle assigning to an iterator where we don't have the LValue MemRegion. 317 // Use it to set the state of the LValue.
|