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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/issue19418/
plugin.go 7 var Val = "val-unset"
  /prebuilts/go/linux-x86/misc/cgo/testplugin/src/issue19418/
plugin.go 7 var Val = "val-unset"
  /external/clang/test/CodeGen/
2002-03-14-BrokenPHINode.c 11 double Val;
17 return asa+(int)Val;
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5698.go 16 type Val struct{}
18 type Map map[Key]Val // ERROR "invalid map key type"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5698.go 16 type Val struct{}
18 type Map map[Key]Val // ERROR "invalid map key type"
  /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/clang/test/CodeGenCXX/
2010-03-09-AnonAggregate.cpp 8 union { struct { union { int BA; } Val; int Offset; } OffsetedInfo; } Contents;
  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.modifiers/
swap.pass.cpp 72 const char* Val = "aoeuaoeuaoeuaoeuaoeuaoeuaoeuaoeuaoeu";
73 path p1(Val);
74 assert(p1 == Val);
79 assert(p1 == Val);
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 94 APFloat Val = MO.getFPImm()->getValueAPF();
96 Val.convert(APFloat::IEEEdouble, APFloat::rmTowardZero, &ignored);
97 MCOp = MCOperand::createFPImm(Val.convertToDouble());
  /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/LLVM/lib/Target/ARM/
ARMMCInstLower.cpp 104 APFloat Val = MO.getFPImm()->getValueAPF();
106 Val.convert(APFloat::IEEEdouble, APFloat::rmTowardZero, &ignored);
107 MCOp = MCOperand::CreateFPImm(Val.convertToDouble());
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
DenseMapInfo.h 32 //static unsigned getHashValue(const T &Val);
40 uintptr_t Val = static_cast<uintptr_t>(-1);
41 Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
42 return reinterpret_cast<T*>(Val);
46 uintptr_t Val = static_cast<uintptr_t>(-2);
47 Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
48 return reinterpret_cast<T*>(Val);
63 static unsigned getHashValue(const char& Val) { return Val * 37U; }
74 static unsigned getHashValue(const unsigned short &Val) { return Val * 37U;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
DenseMapInfo.h 32 //static unsigned getHashValue(const T &Val);
40 uintptr_t Val = static_cast<uintptr_t>(-1);
41 Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
42 return reinterpret_cast<T*>(Val);
46 uintptr_t Val = static_cast<uintptr_t>(-2);
47 Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
48 return reinterpret_cast<T*>(Val);
63 static unsigned getHashValue(const char& Val) { return Val * 37U; }
74 static unsigned getHashValue(const unsigned short &Val) { return Val * 37U;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
DenseMapInfo.h 32 //static unsigned getHashValue(const T &Val);
40 uintptr_t Val = static_cast<uintptr_t>(-1);
41 Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
42 return reinterpret_cast<T*>(Val);
46 uintptr_t Val = static_cast<uintptr_t>(-2);
47 Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
48 return reinterpret_cast<T*>(Val);
63 static unsigned getHashValue(const char& Val) { return Val * 37U; }
74 static unsigned getHashValue(const unsigned short &Val) { return Val * 37U;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
CFLAliasAnalysisUtils.h 39 auto *Val = getValPtr();
40 Result->evict(cast<Function>(Val));
45 static inline const Function *parentFunctionOfValue(const Value *Val) {
46 if (auto *Inst = dyn_cast<Instruction>(Val)) {
51 if (auto *Arg = dyn_cast<Argument>(Val))
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
DenseMapInfo.h 32 //static unsigned getHashValue(const T &Val);
40 uintptr_t Val = static_cast<uintptr_t>(-1);
41 Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
42 return reinterpret_cast<T*>(Val);
46 uintptr_t Val = static_cast<uintptr_t>(-2);
47 Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
48 return reinterpret_cast<T*>(Val);
63 static unsigned getHashValue(const char& Val) { return Val * 37U; }
74 static unsigned getHashValue(const unsigned short &Val) { return Val * 37U;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
CFLAliasAnalysisUtils.h 39 auto *Val = getValPtr();
40 Result->evict(cast<Function>(Val));
45 static inline const Function *parentFunctionOfValue(const Value *Val) {
46 if (auto *Inst = dyn_cast<Instruction>(Val)) {
51 if (auto *Arg = dyn_cast<Argument>(Val))
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
DenseMapInfo.h 32 //static unsigned getHashValue(const T &Val);
40 uintptr_t Val = static_cast<uintptr_t>(-1);
41 Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
42 return reinterpret_cast<T*>(Val);
46 uintptr_t Val = static_cast<uintptr_t>(-2);
47 Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
48 return reinterpret_cast<T*>(Val);
63 static unsigned getHashValue(const char& Val) { return Val * 37U; }
74 static unsigned getHashValue(const unsigned short &Val) { return Val * 37U;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
CFLAliasAnalysisUtils.h 39 auto *Val = getValPtr();
40 Result->evict(cast<Function>(Val));
45 static inline const Function *parentFunctionOfValue(const Value *Val) {
46 if (auto *Inst = dyn_cast<Instruction>(Val)) {
51 if (auto *Arg = dyn_cast<Argument>(Val))
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
DenseMapInfo.h 32 //static unsigned getHashValue(const T &Val);
40 uintptr_t Val = static_cast<uintptr_t>(-1);
41 Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
42 return reinterpret_cast<T*>(Val);
46 uintptr_t Val = static_cast<uintptr_t>(-2);
47 Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
48 return reinterpret_cast<T*>(Val);
63 static unsigned getHashValue(const char& Val) { return Val * 37U; }
74 static unsigned getHashValue(const unsigned short &Val) { return Val * 37U;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
CFLAliasAnalysisUtils.h 39 auto *Val = getValPtr();
40 Result->evict(cast<Function>(Val));
45 static inline const Function *parentFunctionOfValue(const Value *Val) {
46 if (auto *Inst = dyn_cast<Instruction>(Val)) {
51 if (auto *Arg = dyn_cast<Argument>(Val))
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
DenseMapInfo.h 32 //static unsigned getHashValue(const T &Val);
40 uintptr_t Val = static_cast<uintptr_t>(-1);
41 Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
42 return reinterpret_cast<T*>(Val);
46 uintptr_t Val = static_cast<uintptr_t>(-2);
47 Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
48 return reinterpret_cast<T*>(Val);
63 static unsigned getHashValue(const char& Val) { return Val * 37U; }
74 static unsigned getHashValue(const unsigned short &Val) { return Val * 37U;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
DenseMapInfo.h 32 //static unsigned getHashValue(const T &Val);
40 uintptr_t Val = static_cast<uintptr_t>(-1);
41 Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
42 return reinterpret_cast<T*>(Val);
46 uintptr_t Val = static_cast<uintptr_t>(-2);
47 Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
48 return reinterpret_cast<T*>(Val);
63 static unsigned getHashValue(const char& Val) { return Val * 37U; }
74 static unsigned getHashValue(const unsigned short &Val) { return Val * 37U;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
DenseMapInfo.h 32 //static unsigned getHashValue(const T &Val);
40 uintptr_t Val = static_cast<uintptr_t>(-1);
41 Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
42 return reinterpret_cast<T*>(Val);
46 uintptr_t Val = static_cast<uintptr_t>(-2);
47 Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
48 return reinterpret_cast<T*>(Val);
63 static unsigned getHashValue(const char& Val) { return Val * 37U; }
74 static unsigned getHashValue(const unsigned short &Val) { return Val * 37U;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
CFLAliasAnalysisUtils.h 39 auto *Val = getValPtr();
40 Result->evict(cast<Function>(Val));
45 static inline const Function *parentFunctionOfValue(const Value *Val) {
46 if (auto *Inst = dyn_cast<Instruction>(Val)) {
51 if (auto *Arg = dyn_cast<Argument>(Val))

Completed in 830 milliseconds

1 2 3 4 5 6 7 8 91011>>