Searched refs:input_value (Results 1 – 3 of 3) sorted by relevance
961 explicit Impl(R&& input_value)962 : state_(new State(std::move(input_value))) {}966 explicit Impl(const R& input_value) : state_(new State(input_value)) {}979 // reference to the string backed by input_value. The copy constructor would980 // copy both, so that we wind up with a new input_value object (with the981 // same contents) and a reference to the *old* input_value object rather985 : input_value(input_value_in),994 value(ImplicitCast_<U>(internal::as_const(input_value))) {}999 : input_value(st[all...]
424 Value input_value; in RefreshTrampolines() local428 input_value.SetValueType(Value::ValueType::Scalar); in RefreshTrampolines()431 input_value.SetCompilerType(clang_void_ptr_type); in RefreshTrampolines()432 argument_values.PushValue(input_value); in RefreshTrampolines()
3421 Value input_value; in GetSharedCacheImageHeaderVersion() 3422 input_value.SetCompilerType(voidstar); in GetSharedCacheImageHeaderVersion() 3423 args.PushValue(input_value); in GetSharedCacheImageHeaderVersion() 3445 Value input_value; ObjCExceptionRecognizedStackFrame() local