| /src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-llvm/ |
| loop_proto_to_llvm.cpp | 73 std::string RvalueToString(std::ostream &os, const Rvalue &x) { 125 std::string rvalue = RvalueToString(os, x.rvalue()); local 127 return os << "store i32 " << rvalue << ", i32* " << var_ref << "\n";
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-playback.h | 126 rvalue * 130 const auto_vec<rvalue*> *rvalues); 135 rvalue* init); 138 rvalue * 142 rvalue * 145 rvalue * 148 const auto_vec<rvalue *> &elements); 150 rvalue * 154 rvalue *a); 156 rvalue * 642 class rvalue : public wrapper class in namespace:gcc::jit::playback 645 rvalue (context *ctxt, tree inner) function in class:gcc::jit::playback::rvalue [all...] |
| libgccjit++.h | 45 class rvalue; 186 rvalue new_rvalue (type numeric_type, 188 rvalue new_rvalue (type numeric_type, 190 rvalue zero (type numeric_type) const; 191 rvalue one (type numeric_type) const; 192 rvalue new_rvalue (type numeric_type, 194 rvalue new_rvalue (type pointer_type, 196 rvalue new_rvalue (const std::string &value) const; 197 rvalue new_rvalue (type vector_type, 198 std::vector<rvalue> elements) const 479 class rvalue : public object class in namespace:gccjit 1746 inline rvalue::rvalue () : object () {} function in class:gccjit::rvalue 1747 inline rvalue::rvalue (gcc_jit_rvalue *inner) function in class:gccjit::rvalue [all...] |
| jit-recording.h | 152 rvalue * 157 rvalue **values); 161 rvalue *init); 164 rvalue * 168 rvalue * 171 rvalue * 174 rvalue **elements); 176 rvalue * 180 rvalue *a); 182 rvalue * 1094 class rvalue : public memento class in namespace:gcc::jit::recording 1097 rvalue (context *ctxt, function in class:gcc::jit::recording::rvalue [all...] |
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-playback.h | 149 rvalue * 153 const auto_vec<rvalue*> *rvalues); 158 rvalue* init); 161 rvalue * 165 rvalue * 168 rvalue * 171 rvalue * 174 const auto_vec<rvalue *> &elements); 176 rvalue * 180 rvalue *a) 678 class rvalue : public wrapper class in namespace:gcc::jit::playback 681 rvalue (context *ctxt, tree inner) function in class:gcc::jit::playback::rvalue [all...] |
| libgccjit++.h | 45 class rvalue; 186 rvalue new_rvalue (type numeric_type, 188 rvalue new_rvalue (type numeric_type, 190 rvalue zero (type numeric_type) const; 191 rvalue one (type numeric_type) const; 192 rvalue new_rvalue (type numeric_type, 194 rvalue new_rvalue (type pointer_type, 196 rvalue new_rvalue (const std::string &value) const; 197 rvalue new_rvalue (type vector_type, 198 std::vector<rvalue> elements) const 480 class rvalue : public object class in namespace:gccjit 1753 inline rvalue::rvalue () : object () {} function in class:gccjit::rvalue 1754 inline rvalue::rvalue (gcc_jit_rvalue *inner) function in class:gccjit::rvalue [all...] |
| jit-recording.h | 156 rvalue * 161 rvalue **values); 165 rvalue *init); 168 rvalue * 172 rvalue * 175 rvalue * 178 rvalue * 181 rvalue **elements); 183 rvalue * 187 rvalue *a) 1156 class rvalue : public memento class in namespace:gcc::jit::recording 1159 rvalue (context *ctxt, function in class:gcc::jit::recording::rvalue [all...] |
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGExprAgg.cpp | 56 // The given function should take a ReturnValueSlot, and return an RValue that 59 llvm::function_ref<RValue(ReturnValueSlot)> Fn); 81 /// SrcIsRValue is true if source comes from an RValue. 84 void EmitFinalDestCopy(QualType type, RValue src); 88 void EmitMoveFromReturnSlot(const Expr *E, RValue Src); 212 RValue Res = CGF.EmitAtomicExpr(E); 255 const Expr *E, llvm::function_ref<RValue(ReturnValueSlot)> EmitCall) { 295 RValue Src = 315 void AggExprEmitter::EmitFinalDestCopy(QualType type, RValue src) { 422 CGF.EmitStoreThroughLValue(RValue::get(ArrayStart), Start) 821 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); local [all...] |
| CGDecl.cpp | 603 Args.add(RValue::get(Arg), 766 EmitStoreThroughLValue(RValue::get(value), lvalue, true); 1899 return EmitStoreThroughLValue(RValue::get(constant), lv, true); 1923 RValue rvalue = EmitReferenceBindingToExpr(init); local 1926 EmitStoreThroughLValue(rvalue, lvalue, true);
|
| CGObjCMac.cpp | 1066 CodeGen::RValue EmitMessageSend(CodeGen::CodeGenFunction &CGF, 1318 CodeGen::RValue GenerateMessageSend(CodeGen::CodeGenFunction &CGF, 1326 CodeGen::RValue 1481 CodeGen::RValue EmitVTableMessageSend(CodeGen::CodeGenFunction &CGF, 1607 CodeGen::RValue GenerateMessageSend(CodeGen::CodeGenFunction &CGF, 1615 CodeGen::RValue 1734 RValue complete(CodeGenFunction &CGF, 1736 RValue result, 1764 RValue RV = I->getRValue(CGF); 1772 RValue RV = I->getRValue(CGF) 2280 RValue rvalue = CGF.EmitCall(MSI.CallInfo, Callee, Return, ActualArgs, local [all...] |
| /src/external/bsd/nvi/dist/vi/ |
| vi.h | 241 e_key_t rvalue; /* Value of last replacement character. */ member in struct:_vi_private
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-warn.cc | 2946 If RVALUE is true, only arrays evaluate to pointers. */ 2949 check_alignment_of_packed_member (tree type, tree field, bool rvalue) 2956 && (!rvalue || TREE_CODE (TREE_TYPE (field)) == ARRAY_TYPE)) 2982 bool rvalue = true; local 2995 rvalue = indirect; 3022 rvalue = true; 3024 if (rvalue && POINTER_TYPE_P (rhstype)) 3062 context = check_alignment_of_packed_member (type, field, rvalue); 3067 rvalue = false; 3068 if (rvalue) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| match.cc | 1308 gfc_expr *lvalue, *rvalue; local 1323 rvalue = NULL; 1324 m = gfc_match (" %e%t", &rvalue); 1327 && rvalue->ts.type == BT_BOZ 1333 "intrinsic subprogram", &rvalue->where); 1347 gfc_free_expr (rvalue); 1354 gfc_free_expr (rvalue); 1363 new_st.expr2 = rvalue; 1376 gfc_expr *lvalue, *rvalue; local 1382 lvalue = rvalue = NULL [all...] |
| openmp.cc | 4069 gfc_expr *lvalue = NULL, *rvalue = NULL; local 4078 m = gfc_match (" %e )", &rvalue); 4083 ns->code->expr2 = rvalue;
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-warn.cc | 3040 If RVALUE is true, only arrays evaluate to pointers. */ 3043 check_alignment_of_packed_member (tree type, tree field, bool rvalue) 3050 && (!rvalue || TREE_CODE (TREE_TYPE (field)) == ARRAY_TYPE)) 3075 bool rvalue = true; local 3088 rvalue = indirect; 3104 context = check_alignment_of_packed_member (type, field, rvalue); 3109 rvalue = false; 3110 if (rvalue)
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| match.cc | 1316 gfc_expr *lvalue, *rvalue; local 1331 rvalue = NULL; 1332 m = gfc_match (" %e%t", &rvalue); 1335 && rvalue->ts.type == BT_BOZ 1341 "intrinsic subprogram", &rvalue->where); 1355 gfc_free_expr (rvalue); 1362 gfc_free_expr (rvalue); 1371 new_st.expr2 = rvalue; 1384 gfc_expr *lvalue, *rvalue; local 1390 lvalue = rvalue = NULL [all...] |
| openmp.cc | 5091 gfc_expr *lvalue = NULL, *rvalue = NULL; local 5100 m = gfc_match (" %e )", &rvalue); 5105 ns->code->expr2 = rvalue;
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| tree.cc | 69 /* unnamed rvalue references are rvalues */ 83 /* lvalue references and named rvalue references are lvalues. */ 171 rvalue we want to preserve that information. */ 237 point, we know we got a plain rvalue. Unless we have a 379 /* Returns true if REF is an xvalue (the result of dereferencing an rvalue 960 /* EXPR is being used in an rvalue context. Return a version of EXPR 961 that is marked as an rvalue. */ 964 rvalue (tree expr) function 981 /* We need to do this for rvalue refs as well to get the right answer 1254 true, return an rvalue reference type, otherwise return an lvalu [all...] |
| class.cc | 268 bool rvalue = false; local 356 rvalue = !lvalue_p (expr); 436 if (rvalue && lvalue_p (expr)) 525 if (rvalue) 6820 whenever a bitfield expression is used as an rvalue.
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| tree.cc | 71 /* unnamed rvalue references are rvalues */ 85 /* lvalue references and named rvalue references are lvalues. */ 183 rvalue we want to preserve that information. */ 255 point, we know we got a plain rvalue. Unless we have a 399 /* Returns true if REF is an xvalue (the result of dereferencing an rvalue 988 /* EXPR is being used in an rvalue context. Return a version of EXPR 989 that is marked as an rvalue. */ 992 rvalue (tree expr) function 1009 /* We need to do this for rvalue refs as well to get the right answer 1282 true, return an rvalue reference type, otherwise return an lvalu [all...] |
| class.cc | 269 bool rvalue = false; local 357 rvalue = !lvalue_p (expr); 437 if (rvalue && lvalue_p (expr)) 526 if (rvalue) 7129 whenever a bitfield expression is used as an rvalue.
|