Lines Matching refs:rvalue

42 Every rvalue has an associated type, and the API will check to ensure
45 .. function:: gcc_jit_type *gcc_jit_rvalue_get_type (gcc_jit_rvalue *rvalue)
47 Get the type of this rvalue.
49 .. function:: gcc_jit_object *gcc_jit_rvalue_as_object (gcc_jit_rvalue *rvalue)
51 Upcast the given rvalue to be an object.
62 Given a numeric type (integer or floating point), build an rvalue for
70 Given a numeric type (integer or floating point), build an rvalue for
76 Given a numeric type (integer or floating point), get the rvalue for
86 Given a numeric type (integer or floating point), get the rvalue for
98 Given a numeric type (integer or floating point), build an rvalue for
106 Given a pointer type, build an rvalue for the given address.
111 Given a pointer type, build an rvalue for ``NULL``. Essentially this
122 Generate an rvalue for the given NIL-terminated string, of type
139 Build a vector rvalue from an array of elements.
161 gcc_jit_rvalue *rvalue)
163 Build a unary operation out of an input rvalue.
386 Build a boolean rvalue out of the comparison of two other rvalues.
411 call to the function, with the result as an rvalue.
443 Given an rvalue of function pointer type (e.g. from
446 result as an rvalue.
496 gcc_jit_rvalue *rvalue,\
499 Given an rvalue of T, construct another rvalue of another type.
513 a storage area (such as a variable). It is also usable as an rvalue,
514 where the rvalue is computed by reading from the storage area.
524 Upcast an lvalue to be an rvalue.
583 gcc_jit_rvalue_dereference (gcc_jit_rvalue *rvalue,\
586 Given an rvalue of pointer type ``T *``, dereferencing the pointer,
616 Given an rvalue of struct or union type, access the given field
617 as an rvalue. Analogous to:
630 Given an rvalue of pointer type ``T *`` where T is of struct or union
645 Given an rvalue of pointer type ``T *``, get at the element `T` at