Home
last modified time | relevance | path

Searched refs:newValue (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Support/
HDEndian.h92 void operator=(value_type newValue) {
94 (void*)Value.buffer, newValue);
97 packed_endian_specific_integral &operator+=(value_type newValue) {
98 *this = *this + newValue;
102 packed_endian_specific_integral &operator-=(value_type newValue) {
103 *this = *this - newValue;
107 packed_endian_specific_integral &operator|=(value_type newValue) {
108 *this = *this | newValue;
112 packed_endian_specific_integral &operator&=(value_type newValue) {
113 *this = *this & newValue;
/NextBSD/contrib/ntp/sntp/unity/
HDunity_fixture_internals.h35 void UnityPointer_Set(void ** ptr, void * newValue);
HDunity_fixture.c292 void UnityPointer_Set(void ** pointer, void * newValue) in UnityPointer_Set() argument
299 *pointer = newValue; in UnityPointer_Set()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjC.cpp2097 llvm::Value *newValue, in EmitARCStoreStrong() argument
2108 return EmitARCStoreStrongCall(dst.getAddress(), newValue, ignored); in EmitARCStoreStrong()
2114 newValue = EmitARCRetain(type, newValue); in EmitARCStoreStrong()
2121 EmitStoreOfScalar(newValue, dst); in EmitARCStoreStrong()
2126 return newValue; in EmitARCStoreStrong()
/NextBSD/contrib/libxo/xohtml/external/
HDjquery.qtip.js1633 QTIP = $.fn.qtip = function(options, notation, newValue)
1659 if(newValue !== undefined || $.isPlainObject(notation)) {
1660 api.set(notation, newValue);