HomeSort by relevance Sort by last modified time
    Searched defs:Value (Results 1 - 25 of 2048) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Wpce791/
LpcIsaAcpi.h 46 UINT8 Value;
  /external/clang/test/CodeGen/
typedef.c 3 typedef struct { int i; } Value;
4 typedef Value *PValue;
  /external/llvm/include/llvm/ADT/
PointerEmbeddedInt.h 26 /// Note that much like pointers, an integer value of zero has special utility
27 /// due to boolean conversions. For example, a non-null value can be tested for
29 /// Also, the default constructed value zero initializes the integer.
32 uintptr_t Value;
40 // We shift as many zeros into the value as we can while preserving the
54 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
57 PointerEmbeddedInt() : Value(0) {}
64 assert((std::is_signed<IntT>::value ? llvm::isInt<Bits>(I
    [all...]
  /external/llvm/lib/DebugInfo/PDB/
PDBSymbolCompilandEnv.cpp 26 Variant Value = RawSymbol->getValue();
27 if (Value.Type != PDB_VariantType::String)
29 return std::string(Value.Value.String);
  /external/lzma/CPP/7zip/UI/Common/
Property.h 11 UString Value;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PointerEmbeddedInt.h 26 /// Note that much like pointers, an integer value of zero has special utility
27 /// due to boolean conversions. For example, a non-null value can be tested for
29 /// Also, the default constructed value zero initializes the integer.
32 uintptr_t Value;
40 // We shift as many zeros into the value as we can while preserving the
54 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
57 PointerEmbeddedInt() : Value(0) {}
64 assert((std::is_signed<IntT>::value ? llvm::isInt<Bits>(I
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
PointerEmbeddedInt.h 29 /// Note that much like pointers, an integer value of zero has special utility
30 /// due to boolean conversions. For example, a non-null value can be tested for
32 /// Also, the default constructed value zero initializes the integer.
35 uintptr_t Value = 0;
43 // We shift as many zeros into the value as we can while preserving the
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
65 assert((std::is_signed<IntT>::value ? isInt<Bits>(I) : isUInt<Bits>(I)) &&
67 Value = static_cast<uintptr_t>(I) << Shift
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
PointerEmbeddedInt.h 29 /// Note that much like pointers, an integer value of zero has special utility
30 /// due to boolean conversions. For example, a non-null value can be tested for
32 /// Also, the default constructed value zero initializes the integer.
35 uintptr_t Value = 0;
43 // We shift as many zeros into the value as we can while preserving the
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
65 assert((std::is_signed<IntT>::value ? isInt<Bits>(I) : isUInt<Bits>(I)) &&
67 Value = static_cast<uintptr_t>(I) << Shift
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
PointerEmbeddedInt.h 29 /// Note that much like pointers, an integer value of zero has special utility
30 /// due to boolean conversions. For example, a non-null value can be tested for
32 /// Also, the default constructed value zero initializes the integer.
35 uintptr_t Value = 0;
43 // We shift as many zeros into the value as we can while preserving the
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
65 assert((std::is_signed<IntT>::value ? isInt<Bits>(I) : isUInt<Bits>(I)) &&
67 Value = static_cast<uintptr_t>(I) << Shift
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
PointerEmbeddedInt.h 29 /// Note that much like pointers, an integer value of zero has special utility
30 /// due to boolean conversions. For example, a non-null value can be tested for
32 /// Also, the default constructed value zero initializes the integer.
35 uintptr_t Value = 0;
43 // We shift as many zeros into the value as we can while preserving the
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
65 assert((std::is_signed<IntT>::value ? isInt<Bits>(I) : isUInt<Bits>(I)) &&
67 Value = static_cast<uintptr_t>(I) << Shift
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
PointerEmbeddedInt.h 29 /// Note that much like pointers, an integer value of zero has special utility
30 /// due to boolean conversions. For example, a non-null value can be tested for
32 /// Also, the default constructed value zero initializes the integer.
35 uintptr_t Value = 0;
43 // We shift as many zeros into the value as we can while preserving the
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
65 assert((std::is_signed<IntT>::value ? isInt<Bits>(I) : isUInt<Bits>(I)) &&
67 Value = static_cast<uintptr_t>(I) << Shift
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
PointerEmbeddedInt.h 29 /// Note that much like pointers, an integer value of zero has special utility
30 /// due to boolean conversions. For example, a non-null value can be tested for
32 /// Also, the default constructed value zero initializes the integer.
35 uintptr_t Value = 0;
43 // We shift as many zeros into the value as we can while preserving the
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
65 assert((std::is_signed<IntT>::value ? isInt<Bits>(I) : isUInt<Bits>(I)) &&
67 Value = static_cast<uintptr_t>(I) << Shift
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PointerEmbeddedInt.h 26 /// Note that much like pointers, an integer value of zero has special utility
27 /// due to boolean conversions. For example, a non-null value can be tested for
29 /// Also, the default constructed value zero initializes the integer.
32 uintptr_t Value;
40 // We shift as many zeros into the value as we can while preserving the
54 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
57 PointerEmbeddedInt() : Value(0) {}
64 assert((std::is_signed<IntT>::value ? llvm::isInt<Bits>(I
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
PointerEmbeddedInt.h 29 /// Note that much like pointers, an integer value of zero has special utility
30 /// due to boolean conversions. For example, a non-null value can be tested for
32 /// Also, the default constructed value zero initializes the integer.
35 uintptr_t Value = 0;
43 // We shift as many zeros into the value as we can while preserving the
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
65 assert((std::is_signed<IntT>::value ? isInt<Bits>(I) : isUInt<Bits>(I)) &&
67 Value = static_cast<uintptr_t>(I) << Shift
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
PointerEmbeddedInt.h 29 /// Note that much like pointers, an integer value of zero has special utility
30 /// due to boolean conversions. For example, a non-null value can be tested for
32 /// Also, the default constructed value zero initializes the integer.
35 uintptr_t Value = 0;
43 // We shift as many zeros into the value as we can while preserving the
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
65 assert((std::is_signed<IntT>::value ? isInt<Bits>(I) : isUInt<Bits>(I)) &&
67 Value = static_cast<uintptr_t>(I) << Shift
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
PointerEmbeddedInt.h 29 /// Note that much like pointers, an integer value of zero has special utility
30 /// due to boolean conversions. For example, a non-null value can be tested for
32 /// Also, the default constructed value zero initializes the integer.
35 uintptr_t Value = 0;
43 // We shift as many zeros into the value as we can while preserving the
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
65 assert((std::is_signed<IntT>::value ? isInt<Bits>(I) : isUInt<Bits>(I)) &&
67 Value = static_cast<uintptr_t>(I) << Shift
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
PointerEmbeddedInt.h 29 /// Note that much like pointers, an integer value of zero has special utility
30 /// due to boolean conversions. For example, a non-null value can be tested for
32 /// Also, the default constructed value zero initializes the integer.
35 uintptr_t Value = 0;
43 // We shift as many zeros into the value as we can while preserving the
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
65 assert((std::is_signed<IntT>::value ? isInt<Bits>(I) : isUInt<Bits>(I)) &&
67 Value = static_cast<uintptr_t>(I) << Shift
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
PointerEmbeddedInt.h 29 /// Note that much like pointers, an integer value of zero has special utility
30 /// due to boolean conversions. For example, a non-null value can be tested for
32 /// Also, the default constructed value zero initializes the integer.
35 uintptr_t Value = 0;
43 // We shift as many zeros into the value as we can while preserving the
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
65 assert((std::is_signed<IntT>::value ? isInt<Bits>(I) : isUInt<Bits>(I)) &&
67 Value = static_cast<uintptr_t>(I) << Shift
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
PointerEmbeddedInt.h 29 /// Note that much like pointers, an integer value of zero has special utility
30 /// due to boolean conversions. For example, a non-null value can be tested for
32 /// Also, the default constructed value zero initializes the integer.
35 uintptr_t Value = 0;
43 // We shift as many zeros into the value as we can while preserving the
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
65 assert((std::is_signed<IntT>::value ? isInt<Bits>(I) : isUInt<Bits>(I)) &&
67 Value = static_cast<uintptr_t>(I) << Shift
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/issue19548.dir/
b.go 9 type Value interface {
17 var v Value
  /prebuilts/go/linux-x86/test/fixedbugs/issue19548.dir/
b.go 9 type Value interface {
17 var v Value
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmCpuLib/ArmCortexA5xLib/
ArmCortexA5xLib.c 68 UINT64 Value;
69 Value = ArmReadCpuExCr ();
70 Value |= Bits;
71 ArmWriteCpuExCr (Value);
80 UINT64 Value;
81 Value = ArmReadCpuExCr ();
82 Value &= ~Bits;
83 ArmWriteCpuExCr (Value);
  /external/capstone/
LEB128.h 25 /// Utility function to decode a ULEB128 value.
29 uint64_t Value = 0;
32 Value += (*p & 0x7f) << Shift;
37 return Value;
  /external/pdfium/core/fxcrt/css/
cfx_csscolorvalue.h 17 FX_ARGB Value() const { return value_; }
cfx_cssenumvalue.h 14 explicit CFX_CSSEnumValue(CFX_CSSPropertyValue value);
17 CFX_CSSPropertyValue Value() const { return value_; }

Completed in 846 milliseconds

1 2 3 4 5 6 7 8 91011>>