OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RValue
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGValue.h
35
///
RValue
- This trivial value class is used to represent the result of an
39
class
RValue
{
81
static
RValue
getIgnored() {
86
static
RValue
get(llvm::Value *V) {
87
RValue
ER;
93
static
RValue
getComplex(llvm::Value *V1, llvm::Value *V2) {
94
RValue
ER;
101
static
RValue
getComplex(const std::pair<llvm::Value *, llvm::Value *> &C) {
107
static
RValue
getAggregate(Address addr, bool isVolatile = false) {
108
RValue
ER
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp
89
/// We also wipe away all casts except lvalue-to-
rvalue
casts, because the
91
/// the final lvalue-to-
rvalue
cast before returning from this function
92
/// because it demonstrates more clearly from where the pointer
rvalue
was
95
/// foo()->y.z ==> foo() (
rvalue
)
146
// Special case: remove the final lvalue-to-
rvalue
cast, but do not recurse
148
// our pointer
rvalue
was loaded.
1056
SVal
RValue
= State->getRawSVal(*LValue, RetE->getType());
1057
if (
RValue
.getAs<DefinedSVal>())
1058
V =
RValue
;
2012
/// Attempts to add visitors to track an
RValue
expression back to its point o
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
1155
Value *
RValue
= extractIntPart(R, Builder);
1156
return Builder.CreateICmp(Pred, LValue,
RValue
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp
413
// Perform lvalue-to-
rvalue
conversion.
508
// Convert the expression to an
RValue
, so we can check for pointer types...
509
ExprResult
RValue
= DefaultFunctionArrayLvalueConversion(ValueExpr);
510
if (
RValue
.isInvalid()) {
514
ValueExpr =
RValue
.get();
781
// Perform lvalue-to-
rvalue
conversion on the base.
4412
// Check for viability and report error if casting an
rvalue
to a
/src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h
521
RValue
,
524
// Represents either a LValue or an
RValue
reference type.
532
// rule here is
rvalue
ref to
rvalue
ref collapses to a
rvalue
ref, and any
4011
Result = make<ReferenceType>(Ref, ReferenceKind::
RValue
);
Completed in 50 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026