HomeSort by relevance Sort by last modified time
    Searched refs:rvalue (Results 201 - 225 of 247) sorted by null

1 2 3 4 5 6 7 8910

  /external/python/cpython3/Modules/_ctypes/libffi/src/arm/
sysv.S 156 @ sp+0: ecif.rvalue
331 @ sp+0: ecif.rvalue
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
expected_test.go 25 // which template it uses when a reference or rvalue-reference refers
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
expected_test.go 25 // which template it uses when a reference or rvalue-reference refers
  /external/mesa3d/src/compiler/glsl/
lower_tess_level.cpp 71 virtual void handle_rvalue(ir_rvalue **rvalue);
156 * Determine whether the given rvalue describes an array of floats that
opt_copy_propagation_elements.cpp 162 void handle_rvalue(ir_rvalue **rvalue);
333 /* Don't pointlessly replace the rvalue with itself (or a noop swizzle
ir.h 158 AS_BASE(rvalue)
    [all...]
ast_to_hir.cpp 765 * Returns the innermost array index expression in an rvalue tree.
1004 ir_rvalue *rvalue; local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp 142 void accessChainStore(const glslang::TType& type, spv::Id rvalue);
143 void multiTypeStore(const glslang::TType&, spv::Id rValue);
    [all...]
SpvBuilder.cpp     [all...]
SpvBuilder.h 270 void createStore(Id rValue, Id lValue);
302 // Take an rvalue (source) and a set of channels to extract from it to
303 // make a new rvalue, which is returned.
521 void setAccessChainRValue(Id rValue)
524 accessChain.base = rValue;
545 void accessChainStore(Id rvalue);
  /external/tensorflow/tensorflow/contrib/training/python/training/
hparam.py 241 * If the same rvalue is assigned two different values (e.g. 'a=1,a=2',
  /external/clang/lib/CodeGen/
CodeGenFunction.h 849 const RValue &rv) {
912 RValue rvalue)
913 : CGF(CGF), Data(OpaqueValueMappingData::bind(CGF, opaqueValue, rvalue)) {
    [all...]
CodeGenFunction.cpp     [all...]
CGDecl.cpp 527 Args.add(RValue::get(Arg),
667 EmitStoreThroughLValue(RValue::get(value), lvalue, true);
772 return EmitStoreThroughLValue(RValue::get(init), lvalue, true);
1292 RValue rvalue = EmitReferenceBindingToExpr(init); local
    [all...]
CGExprAgg.cpp 81 void EmitFinalDestCopy(QualType type, RValue src);
85 void EmitMoveFromReturnSlot(const Expr *E, RValue Src);
203 RValue Res = CGF.EmitAtomicExpr(E);
249 /// RValue Result = EmitSomething(..., getReturnValueSlot());
255 void AggExprEmitter::EmitMoveFromReturnSlot(const Expr *E, RValue src) {
269 void AggExprEmitter::EmitFinalDestCopy(QualType type, RValue src) {
351 CGF.EmitStoreThroughLValue(RValue::get(ArrayStart), Start);
368 CGF.EmitStoreThroughLValue(RValue::get(ArrayEnd), EndOrLength);
371 CGF.EmitStoreThroughLValue(RValue::get(Size), EndOrLength);
683 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()) local
    [all...]
  /external/libffi/src/sh/
sysv.S 50 # sp+0: rvalue
  /external/libffi/src/sh64/
sysv.S 52 # r7: rvalue
  /external/python/cpython2/Modules/_ctypes/libffi/src/sh/
sysv.S 50 # sp+0: rvalue
  /external/python/cpython2/Modules/_ctypes/libffi/src/sh64/
sysv.S 52 # r7: rvalue
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
win32.S 56 rvalue : NEAR PTR DWORD,
96 cmp rvalue, 0
150 mov ecx, rvalue
156 mov ecx, rvalue
163 mov ecx, rvalue
169 mov ecx, rvalue
175 mov ecx, rvalue
181 mov ecx, rvalue
187 mov ecx, rvalue
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/sh/
sysv.S 50 # sp+0: rvalue
  /external/python/cpython3/Modules/_ctypes/libffi/src/sh64/
sysv.S 52 # r7: rvalue
  /external/python/cpython3/Modules/_ctypes/libffi/src/x86/
win32.S 56 rvalue : NEAR PTR DWORD,
96 cmp rvalue, 0
150 mov ecx, rvalue
156 mov ecx, rvalue
163 mov ecx, rvalue
169 mov ecx, rvalue
175 mov ecx, rvalue
181 mov ecx, rvalue
187 mov ecx, rvalue
    [all...]
  /external/swiftshader/src/Reactor/
Reactor.hpp 68 class RValue;
85 RValue<Pointer<T>> operator&();
103 RValue<T> operator=(RValue<T> rhs) const;
104 RValue<T> operator=(const Reference<T> &ref) const;
106 RValue<T> operator+=(RValue<T> rhs) const;
160 class RValue
163 explicit RValue(Value *rvalue);
    [all...]
  /external/guice/extensions/persist/lib/
javassist.jar 

Completed in 1481 milliseconds

1 2 3 4 5 6 7 8910