HomeSort by relevance Sort by last modified time
    Searched refs:NewValue (Results 101 - 125 of 133) sorted by null

1 2 3 45 6

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Endian.h 209 void operator=(value_type newValue) {
211 (void*)Value.buffer, newValue);
214 packed_endian_specific_integral &operator+=(value_type newValue) {
215 *this = *this + newValue;
219 packed_endian_specific_integral &operator-=(value_type newValue) {
220 *this = *this - newValue;
224 packed_endian_specific_integral &operator|=(value_type newValue) {
225 *this = *this | newValue;
229 packed_endian_specific_integral &operator&=(value_type newValue) {
230 *this = *this & newValue;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
IdentifierTable.h 400 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
403 II->setIsPoisoned(NewValue);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Endian.h 220 void operator=(value_type newValue) {
222 (void*)Value.buffer, newValue);
225 packed_endian_specific_integral &operator+=(value_type newValue) {
226 *this = *this + newValue;
230 packed_endian_specific_integral &operator-=(value_type newValue) {
231 *this = *this - newValue;
235 packed_endian_specific_integral &operator|=(value_type newValue) {
236 *this = *this | newValue;
240 packed_endian_specific_integral &operator&=(value_type newValue) {
241 *this = *this & newValue;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
IdentifierTable.h 400 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
403 II->setIsPoisoned(NewValue);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Endian.h 220 void operator=(value_type newValue) {
222 (void*)Value.buffer, newValue);
225 packed_endian_specific_integral &operator+=(value_type newValue) {
226 *this = *this + newValue;
230 packed_endian_specific_integral &operator-=(value_type newValue) {
231 *this = *this - newValue;
235 packed_endian_specific_integral &operator|=(value_type newValue) {
236 *this = *this | newValue;
240 packed_endian_specific_integral &operator&=(value_type newValue) {
241 *this = *this & newValue;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
IdentifierTable.h 395 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
398 II->setIsPoisoned(NewValue);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Endian.h 220 void operator=(value_type newValue) {
222 (void*)Value.buffer, newValue);
225 packed_endian_specific_integral &operator+=(value_type newValue) {
226 *this = *this + newValue;
230 packed_endian_specific_integral &operator-=(value_type newValue) {
231 *this = *this - newValue;
235 packed_endian_specific_integral &operator|=(value_type newValue) {
236 *this = *this | newValue;
240 packed_endian_specific_integral &operator&=(value_type newValue) {
241 *this = *this & newValue;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
IdentifierTable.h 395 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
398 II->setIsPoisoned(NewValue);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Endian.h 220 void operator=(value_type newValue) {
222 (void*)Value.buffer, newValue);
225 packed_endian_specific_integral &operator+=(value_type newValue) {
226 *this = *this + newValue;
230 packed_endian_specific_integral &operator-=(value_type newValue) {
231 *this = *this - newValue;
235 packed_endian_specific_integral &operator|=(value_type newValue) {
236 *this = *this | newValue;
240 packed_endian_specific_integral &operator&=(value_type newValue) {
241 *this = *this & newValue;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
IdentifierTable.h 395 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
398 II->setIsPoisoned(NewValue);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Endian.h 220 void operator=(value_type newValue) {
222 (void*)Value.buffer, newValue);
225 packed_endian_specific_integral &operator+=(value_type newValue) {
226 *this = *this + newValue;
230 packed_endian_specific_integral &operator-=(value_type newValue) {
231 *this = *this - newValue;
235 packed_endian_specific_integral &operator|=(value_type newValue) {
236 *this = *this | newValue;
240 packed_endian_specific_integral &operator&=(value_type newValue) {
241 *this = *this & newValue;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
IdentifierTable.h 395 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
398 II->setIsPoisoned(NewValue);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Endian.h 220 void operator=(value_type newValue) {
222 (void*)Value.buffer, newValue);
225 packed_endian_specific_integral &operator+=(value_type newValue) {
226 *this = *this + newValue;
230 packed_endian_specific_integral &operator-=(value_type newValue) {
231 *this = *this - newValue;
235 packed_endian_specific_integral &operator|=(value_type newValue) {
236 *this = *this | newValue;
240 packed_endian_specific_integral &operator&=(value_type newValue) {
241 *this = *this & newValue;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Parser.py 601 NewValue = FindKeyValue(EotGlobalData.gDb.TblFile, Table, Protocol)
602 if Protocol != NewValue and NewValue.endswith('Guid'):
603 GuidName = GetParameterName(NewValue)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFds.py 365 NewValue = ''
372 NewValue = BuildOptionPcdValueFormat(TokenSpaceGuidCName, TokenCName, PcdDatumType, pcdvalue)
381 NewValue = BuildOptionPcdValueFormat(TokenSpaceGuidCName, TokenCName, PcdDatumType, pcdvalue)
390 GlobalData.BuildOptionPcd[i] = (TokenSpaceGuidCName, TokenCName, NewValue)
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MtrrLib/
MtrrLib.c     [all...]
  /external/spirv-llvm/lib/SPIRV/
OCL20ToSPIRV.cpp     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenC.py     [all...]
AutoGen.py 408 NewValue = ''
415 NewValue = self._BuildOptionPcdValueFormat(TokenSpaceGuidCName, TokenCName, PcdDatumType, pcdvalue)
424 NewValue = self._BuildOptionPcdValueFormat(TokenSpaceGuidCName, TokenCName, PcdDatumType, pcdvalue)
433 GlobalData.BuildOptionPcd[i] = (TokenSpaceGuidCName, TokenCName, NewValue)
449 PcdItem.DefaultValue = NewValue
452 PcdSet[(TokenCName, TokenSpaceGuidCName)] = NewValue
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 723 llvm::Value *NewValue = UndefValue::get(CI->getType());
725 "\nOld = " << *CI << "\nNew = " << *NewValue << "\n");
726 CI->replaceAllUsesWith(NewValue);
743 llvm::Value *NewValue = UndefValue::get(CI->getType());
745 "\nOld = " << *CI << "\nNew = " << *NewValue << "\n");
747 CI->replaceAllUsesWith(NewValue);
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/
MtrrLib.c     [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8664.cpp 185 void TargetX8664::_mov_sp(Operand *NewValue) {
186 assert(NewValue->getType() == IceType_i32);
195 _redefined(_mov(esp, NewValue));
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Misc.py     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
func.go 108 // newValue allocates a new Value with the given fields and places it at the end of b.Values.
109 func (f *Func) newValue(op Op, t *types.Type, b *Block, pos src.XPos) *Value {
249 v := b.Func.newValue(op, t, b, pos)
255 // NewValue returns a new value in the block with no arguments and an auxint value.
257 v := b.Func.newValue(op, t, b, pos)
263 // NewValue returns a new value in the block with no arguments and an aux value.
271 v := b.Func.newValue(op, t, b, pos)
278 // NewValue returns a new value in the block with no arguments and both an auxint and aux values.
280 v := b.Func.newValue(op, t, b, pos)
289 v := b.Func.newValue(op, t, b, pos
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
func.go 108 // newValue allocates a new Value with the given fields and places it at the end of b.Values.
109 func (f *Func) newValue(op Op, t *types.Type, b *Block, pos src.XPos) *Value {
249 v := b.Func.newValue(op, t, b, pos)
255 // NewValue returns a new value in the block with no arguments and an auxint value.
257 v := b.Func.newValue(op, t, b, pos)
263 // NewValue returns a new value in the block with no arguments and an aux value.
271 v := b.Func.newValue(op, t, b, pos)
278 // NewValue returns a new value in the block with no arguments and both an auxint and aux values.
280 v := b.Func.newValue(op, t, b, pos)
289 v := b.Func.newValue(op, t, b, pos
    [all...]

Completed in 921 milliseconds

1 2 3 45 6