Home
last modified time | relevance | path

Searched defs:RValue (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/CodeGen/
DCGCUDARuntime.h29 class RValue; variable
/external/clang/test/CXX/special/class.copy/
Dp11.0x.move.cpp135 struct RValue { struct
Dp11.0x.copy.cpp124 struct RValue { struct
/external/v8/include/
Dv8.h724 struct RValue { struct
725 V8_INLINE explicit RValue(UniquePersistent* obj) : object(obj) {} in RValue() function
726 UniquePersistent* object;
776 V8_INLINE operator RValue() { return RValue(this); } in RValue() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp263 SVal RValue = State->getRawSVal(*LValue, RetE->getType()); in visitNodeInitial() local
/external/clang/lib/Sema/
DSemaExprObjC.cpp455 ExprResult RValue = DefaultFunctionArrayLvalueConversion(ValueExpr); in BuildObjCBoxedExpr() local