HomeSort by relevance Sort by last modified time
    Searched refs:Val (Results 1 - 25 of 2332) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
arm-asm.c 4 int Val;
5 asm volatile ("lw (r1), %0[val]": "=&b"(Val)); // expected-error {{invalid output constraint '=&b' in asm}}
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
TinyPtrVector.h 28 llvm::PointerUnion<EltTy, VecTy*> Val;
31 TinyPtrVector(const TinyPtrVector &RHS) : Val(RHS.Val) {
32 if (VecTy *V = Val.template dyn_cast<VecTy*>())
33 Val = new VecTy(*V);
36 if (VecTy *V = Val.template dyn_cast<VecTy*>())
43 if (Val.isNull()) return true;
44 if (VecTy *Vec = Val.template dyn_cast<VecTy*>())
52 if (Val.template is<EltTy>())
54 return Val.template get<VecTy*>()->size()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 75 # define __TGMATH_UNARY_REAL_ONLY(Val, Fct) \
76 (__extension__ ((sizeof (Val) == sizeof (double) \
77 || __builtin_classify_type (Val) != 8) \
78 ? (__tgmath_real_type (Val)) Fct (Val) \
79 : (sizeof (Val) == sizeof (float)) \
80 ? (__tgmath_real_type (Val)) Fct##f (Val) \
81 : (__tgmath_real_type (Val)) __tgml(Fct) (Val)))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 75 # define __TGMATH_UNARY_REAL_ONLY(Val, Fct) \
76 (__extension__ ((sizeof (Val) == sizeof (double) \
77 || __builtin_classify_type (Val) != 8) \
78 ? (__tgmath_real_type (Val)) Fct (Val) \
79 : (sizeof (Val) == sizeof (float)) \
80 ? (__tgmath_real_type (Val)) Fct##f (Val) \
81 : (__tgmath_real_type (Val)) __tgml(Fct) (Val)))
    [all...]
  /external/llvm/include/llvm/Support/
EndianStream.h 34 template <typename value_type> void write(value_type Val) {
35 Val = byte_swap<value_type, endian>(Val);
36 OS.write((const char *)&Val, sizeof(value_type));
42 inline void Writer<little>::write<float>(float Val) {
43 write(FloatToBits(Val));
48 inline void Writer<little>::write<double>(double Val) {
49 write(DoubleToBits(Val));
54 inline void Writer<big>::write<float>(float Val) {
55 write(FloatToBits(Val));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
EndianStream.h 34 template <typename value_type> void write(value_type Val) {
35 Val = byte_swap<value_type, endian>(Val);
36 OS.write((const char *)&Val, sizeof(value_type));
42 inline void Writer<little>::write<float>(float Val) {
43 write(FloatToBits(Val));
48 inline void Writer<little>::write<double>(double Val) {
49 write(DoubleToBits(Val));
54 inline void Writer<big>::write<float>(float Val) {
55 write(FloatToBits(Val));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
EndianStream.h 34 template <typename value_type> void write(value_type Val) {
35 Val = byte_swap<value_type, endian>(Val);
36 OS.write((const char *)&Val, sizeof(value_type));
42 inline void Writer<little>::write<float>(float Val) {
43 write(FloatToBits(Val));
48 inline void Writer<little>::write<double>(double Val) {
49 write(DoubleToBits(Val));
54 inline void Writer<big>::write<float>(float Val) {
55 write(FloatToBits(Val));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
EndianStream.h 34 template <typename value_type> void write(value_type Val) {
35 Val = byte_swap<value_type, endian>(Val);
36 OS.write((const char *)&Val, sizeof(value_type));
42 inline void Writer<little>::write<float>(float Val) {
43 write(FloatToBits(Val));
48 inline void Writer<little>::write<double>(double Val) {
49 write(DoubleToBits(Val));
54 inline void Writer<big>::write<float>(float Val) {
55 write(FloatToBits(Val));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
EndianStream.h 34 template <typename value_type> void write(value_type Val) {
35 Val = byte_swap<value_type, endian>(Val);
36 OS.write((const char *)&Val, sizeof(value_type));
42 inline void Writer<little>::write<float>(float Val) {
43 write(FloatToBits(Val));
48 inline void Writer<little>::write<double>(double Val) {
49 write(DoubleToBits(Val));
54 inline void Writer<big>::write<float>(float Val) {
55 write(FloatToBits(Val));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
EndianStream.h 34 template <typename value_type> void write(value_type Val) {
35 Val = byte_swap<value_type, endian>(Val);
36 OS.write((const char *)&Val, sizeof(value_type));
42 inline void Writer<little>::write<float>(float Val) {
43 write(FloatToBits(Val));
48 inline void Writer<little>::write<double>(double Val) {
49 write(DoubleToBits(Val));
54 inline void Writer<big>::write<float>(float Val) {
55 write(FloatToBits(Val));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
EndianStream.h 34 template <typename value_type> void write(value_type Val) {
35 Val = byte_swap<value_type, endian>(Val);
36 OS.write((const char *)&Val, sizeof(value_type));
42 inline void Writer<little>::write<float>(float Val) {
43 write(FloatToBits(Val));
48 inline void Writer<little>::write<double>(double Val) {
49 write(DoubleToBits(Val));
54 inline void Writer<big>::write<float>(float Val) {
55 write(FloatToBits(Val));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
EndianStream.h 34 template <typename value_type> void write(value_type Val) {
35 Val = byte_swap<value_type, endian>(Val);
36 OS.write((const char *)&Val, sizeof(value_type));
42 inline void Writer<little>::write<float>(float Val) {
43 write(FloatToBits(Val));
48 inline void Writer<little>::write<double>(double Val) {
49 write(DoubleToBits(Val));
54 inline void Writer<big>::write<float>(float Val) {
55 write(FloatToBits(Val));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
EndianStream.h 34 template <typename value_type> void write(value_type Val) {
35 Val = byte_swap<value_type, endian>(Val);
36 OS.write((const char *)&Val, sizeof(value_type));
42 inline void Writer<little>::write<float>(float Val) {
43 write(FloatToBits(Val));
48 inline void Writer<little>::write<double>(double Val) {
49 write(DoubleToBits(Val));
54 inline void Writer<big>::write<float>(float Val) {
55 write(FloatToBits(Val));
    [all...]
  /external/clang/test/CodeGen/
2002-03-14-BrokenPHINode.c 11 double Val;
17 return asa+(int)Val;
  /external/compiler-rt/lib/ubsan/
ubsan_value.cc 26 // Val was zero-extended to ValueHandle. Sign-extend from original width
30 return SIntMax(Val) << ExtraBits >> ExtraBits;
33 return *reinterpret_cast<s64*>(Val);
36 return *reinterpret_cast<s128*>(Val);
47 return Val;
49 return *reinterpret_cast<u64*>(Val);
52 return *reinterpret_cast<u128*>(Val);
63 SIntMax Val = getSIntValue();
64 CHECK(Val >= 0);
65 return Val;
    [all...]
  /external/clang/test/CodeGenCXX/
2010-03-09-AnonAggregate.cpp 8 union { struct { union { int BA; } Val; int Offset; } OffsetedInfo; } Contents;
  /external/lzma/CPP/Common/
MyTypes.h 12 bool Val;
15 CBoolPair(): Val(false), Def(false) {}
19 Val = false;
25 Val = true;
  /external/swiftshader/third_party/subzero/crosstest/
test_strengthreduce.cpp 23 uint32_t multiplyByConst##suffix(uint32_t Val) { \
24 return Val * (uint32_t)constant; \
26 int32_t multiplyByConst##suffix(int32_t Val) { \
27 return Val * (int32_t)constant; \
  /external/llvm/include/llvm/ADT/
TinyPtrVector.h 33 PtrUnion Val;
38 if (VecTy *V = Val.template dyn_cast<VecTy*>())
42 TinyPtrVector(const TinyPtrVector &RHS) : Val(RHS.Val) {
43 if (VecTy *V = Val.template dyn_cast<VecTy*>())
44 Val = new VecTy(*V);
56 if (Val.template is<EltTy>()) {
58 Val = RHS.front();
60 Val = new VecTy(*RHS.Val.template get<VecTy*>())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
TinyPtrVector.h 38 PtrUnion Val;
44 if (VecTy *V = Val.template dyn_cast<VecTy*>())
48 TinyPtrVector(const TinyPtrVector &RHS) : Val(RHS.Val) {
49 if (VecTy *V = Val.template dyn_cast<VecTy*>())
50 Val = new VecTy(*V);
63 if (Val.template is<EltTy>()) {
65 Val = RHS.front();
67 Val = new VecTy(*RHS.Val.template get<VecTy*>())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
TinyPtrVector.h 38 PtrUnion Val;
44 if (VecTy *V = Val.template dyn_cast<VecTy*>())
48 TinyPtrVector(const TinyPtrVector &RHS) : Val(RHS.Val) {
49 if (VecTy *V = Val.template dyn_cast<VecTy*>())
50 Val = new VecTy(*V);
63 if (Val.template is<EltTy>()) {
65 Val = RHS.front();
67 Val = new VecTy(*RHS.Val.template get<VecTy*>())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
TinyPtrVector.h 38 PtrUnion Val;
44 if (VecTy *V = Val.template dyn_cast<VecTy*>())
48 TinyPtrVector(const TinyPtrVector &RHS) : Val(RHS.Val) {
49 if (VecTy *V = Val.template dyn_cast<VecTy*>())
50 Val = new VecTy(*V);
63 if (Val.template is<EltTy>()) {
65 Val = RHS.front();
67 Val = new VecTy(*RHS.Val.template get<VecTy*>())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
TinyPtrVector.h 38 PtrUnion Val;
44 if (VecTy *V = Val.template dyn_cast<VecTy*>())
48 TinyPtrVector(const TinyPtrVector &RHS) : Val(RHS.Val) {
49 if (VecTy *V = Val.template dyn_cast<VecTy*>())
50 Val = new VecTy(*V);
63 if (Val.template is<EltTy>()) {
65 Val = RHS.front();
67 Val = new VecTy(*RHS.Val.template get<VecTy*>())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
TinyPtrVector.h 38 PtrUnion Val;
44 if (VecTy *V = Val.template dyn_cast<VecTy*>())
48 TinyPtrVector(const TinyPtrVector &RHS) : Val(RHS.Val) {
49 if (VecTy *V = Val.template dyn_cast<VecTy*>())
50 Val = new VecTy(*V);
63 if (Val.template is<EltTy>()) {
65 Val = RHS.front();
67 Val = new VecTy(*RHS.Val.template get<VecTy*>())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
TinyPtrVector.h 38 PtrUnion Val;
44 if (VecTy *V = Val.template dyn_cast<VecTy*>())
48 TinyPtrVector(const TinyPtrVector &RHS) : Val(RHS.Val) {
49 if (VecTy *V = Val.template dyn_cast<VecTy*>())
50 Val = new VecTy(*V);
63 if (Val.template is<EltTy>()) {
65 Val = RHS.front();
67 Val = new VecTy(*RHS.Val.template get<VecTy*>())
    [all...]

Completed in 559 milliseconds

1 2 3 4 5 6 7 8 91011>>