Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCUDARuntime.h34 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/swiftshader/src/Reactor/
DReactor.hpp160 class RValue class
2333 RValue<T>::RValue(Value *rvalue) in RValue() function in sw::RValue
2341 RValue<T>::RValue(const T &lvalue) in RValue() function in sw::RValue
2347 RValue<T>::RValue(typename IntLiteral<T>::type i) in RValue() function in sw::RValue
2353 RValue<T>::RValue(typename FloatLiteral<T>::type f) in RValue() function in sw::RValue
2359 RValue<T>::RValue(const Reference<T> &ref) in RValue() function in sw::RValue
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp264 SVal RValue = State->getRawSVal(*LValue, RetE->getType()); in visitNodeInitial() local
/external/clang/lib/Sema/
DSemaExprObjC.cpp508 ExprResult RValue = DefaultFunctionArrayLvalueConversion(ValueExpr); in BuildObjCBoxedExpr() local