/external/llvm/include/llvm/MC/ |
D | MCInstBuilder.h | 38 MCInstBuilder &addImm(int64_t Val) { in addImm() 44 MCInstBuilder &addFPImm(double Val) { in addFPImm() 50 MCInstBuilder &addExpr(const MCExpr *Val) { in addExpr() 56 MCInstBuilder &addInst(const MCInst *Val) { in addInst()
|
D | MCInst.h | 78 void setImm(int64_t Val) { in setImm() 88 void setFPImm(double Val) { in setFPImm() 97 void setExpr(const MCExpr *Val) { in setExpr() 106 void setInst(const MCInst *Val) { in setInst() 117 static MCOperand CreateImm(int64_t Val) { in CreateImm() 123 static MCOperand CreateFPImm(double Val) { in CreateFPImm() 129 static MCOperand CreateExpr(const MCExpr *Val) { in CreateExpr() 135 static MCOperand CreateInst(const MCInst *Val) { in CreateInst()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZ.h | 56 static inline bool isImmLL(uint64_t Val) { in isImmLL() 61 static inline bool isImmLH(uint64_t Val) { in isImmLH() 66 static inline bool isImmHL(uint64_t Val) { in isImmHL() 71 static inline bool isImmHH(uint64_t Val) { in isImmHH() 76 static inline bool isImmLF(uint64_t Val) { in isImmLF() 81 static inline bool isImmHF(uint64_t Val) { in isImmHF()
|
/external/llvm/lib/Support/ |
D | YAMLTraits.cpp | 597 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { in output() 601 StringRef ScalarTraits<bool>::input(StringRef Scalar, void *, bool &Val) { in input() 612 void ScalarTraits<StringRef>::output(const StringRef &Val, void *, in output() 618 StringRef &Val) { in input() 623 void ScalarTraits<uint8_t>::output(const uint8_t &Val, void *, in output() 630 StringRef ScalarTraits<uint8_t>::input(StringRef Scalar, void *, uint8_t &Val) { in input() 640 void ScalarTraits<uint16_t>::output(const uint16_t &Val, void *, in output() 646 uint16_t &Val) { in input() 656 void ScalarTraits<uint32_t>::output(const uint32_t &Val, void *, in output() 662 uint32_t &Val) { in input() [all …]
|
/external/llvm/include/llvm/ADT/ |
D | Twine.h | 289 explicit Twine(char Val) in Twine() 295 explicit Twine(signed char Val) in Twine() 301 explicit Twine(unsigned char Val) in Twine() 307 explicit Twine(unsigned Val) in Twine() 313 explicit Twine(int Val) in Twine() 319 explicit Twine(const unsigned long &Val) in Twine() 325 explicit Twine(const long &Val) in Twine() 331 explicit Twine(const unsigned long long &Val) in Twine() 337 explicit Twine(const long long &Val) in Twine() 374 static Twine utohexstr(const uint64_t &Val) { in utohexstr()
|
D | ValueMap.h | 112 bool count(const KeyT &Val) const { in count() 116 iterator find(const KeyT &Val) { in find() 119 const_iterator find(const KeyT &Val) const { in find() 125 ValueT lookup(const KeyT &Val) const { in lookup() 147 bool erase(const KeyT &Val) { in erase()
|
D | ScopedHashTable.h | 48 V Val; variable 107 void setLastValInScope(ScopedHashTableVal<K, V> *Val) { in setLastValInScope() 187 void insert(const K &Key, const V &Val) { in insert() 209 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) { in insertIntoScope()
|
D | DenseMap.h | 101 bool count(const KeyT &Val) const { in count() 106 iterator find(const KeyT &Val) { in find() 112 const_iterator find(const KeyT &Val) const { in find() 125 iterator find_as(const LookupKeyT &Val) { in find_as() 132 const_iterator find_as(const LookupKeyT &Val) const { in find_as() 141 ValueT lookup(const KeyT &Val) const { in lookup() 188 bool erase(const KeyT &Val) { in erase() 331 static unsigned getHashValue(const KeyT &Val) { in getHashValue() 335 static unsigned getHashValue(const LookupKeyT &Val) { in getHashValue() 463 bool LookupBucketFor(const LookupKeyT &Val, in LookupBucketFor() [all …]
|
D | APSInt.h | 57 void setIsUnsigned(bool Val) { IsUnsigned = Val; } in setIsUnsigned() 58 void setIsSigned(bool Val) { IsUnsigned = !Val; } in setIsSigned()
|
/external/llvm/include/llvm/IR/ |
D | GlobalVariable.h | 158 void setConstant(bool Val) { isConstantGlobal = Val; } in setConstant() 162 void setThreadLocal(bool Val) { in setThreadLocal() 165 void setThreadLocalMode(ThreadLocalMode Val) { threadLocalMode = Val; } in setThreadLocalMode() 173 void setExternallyInitialized(bool Val) { in setExternallyInitialized()
|
/external/llvm/include/llvm/Support/ |
D | ErrorOr.h | 66 moveIfMoveConstructible(V &Val) { in moveIfMoveConstructible() 73 moveIfMoveConstructible(V &Val) { in moveIfMoveConstructible() 78 V &moveIfMoveConstructible(V &Val) { in moveIfMoveConstructible() 208 ErrorOr(T Val) : HasError(false), IsValid(true) { in ErrorOr() 366 pointer toPointer(pointer Val) { in toPointer() 370 pointer toPointer(wrap *Val) { in toPointer()
|
/external/llvm/lib/Object/ |
D | YAML.cpp | 23 const object::yaml::BinaryRef &Val, void *, llvm::raw_ostream &Out) { in output() 28 StringRef Scalar, void *, object::yaml::BinaryRef &Val) { in input()
|
/external/clang/include/clang/Serialization/ |
D | ContinuousRangeMap.h | 64 void insert(const value_type &Val) { in insert() 73 void insertOrReplace(const value_type &Val) { in insertOrReplace() 122 void insert(const value_type &Val) { in insert()
|
/external/clang/test/SemaTemplate/ |
D | template-id-expr.cpp | 10 void isa(const Y &Val) { return isa_impl_cl<Y>::template isa<X>(Val); } in isa() 13 void f0(const Value &Val) { isa<Value>(Val); } in f0()
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 1080 static DecodeStatus DecodePredicateOperand(MCInst &Inst, unsigned Val, in DecodePredicateOperand() 1094 static DecodeStatus DecodeCCOutOperand(MCInst &Inst, unsigned Val, in DecodeCCOutOperand() 1103 static DecodeStatus DecodeSOImmOperand(MCInst &Inst, unsigned Val, in DecodeSOImmOperand() 1112 static DecodeStatus DecodeSORegImmOperand(MCInst &Inst, unsigned Val, in DecodeSORegImmOperand() 1149 static DecodeStatus DecodeSORegRegOperand(MCInst &Inst, unsigned Val, in DecodeSORegRegOperand() 1184 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val, in DecodeRegListOperand() 1219 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeSPRRegListOperand() 1243 static DecodeStatus DecodeDPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeDPRRegListOperand() 1268 static DecodeStatus DecodeBitfieldMaskOperand(MCInst &Inst, unsigned Val, in DecodeBitfieldMaskOperand() 1545 static DecodeStatus DecodeSORegMemOperand(MCInst &Inst, unsigned Val, in DecodeSORegMemOperand() [all …]
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 322 ARMCC::CondCodes Val; member 326 unsigned Val; member 330 unsigned Val; member 338 ARM_MB::MemBOpt Val; member 342 ARM_ISB::InstSyncBOpt Val; member 346 ARM_PROC::IFlags Val; member 350 unsigned Val; member 371 unsigned Val; member 375 const MCExpr *Val; member 606 int64_t Val = CE->getValue(); in isUnsignedOffset() local [all …]
|
/external/clang/test/Sema/ |
D | arm-asm.c | 4 int Val; in f() local
|
/external/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 327 void ComplexExprEmitter::EmitStoreOfComplex(ComplexPairTy Val, in EmitStoreOfComplex() 384 ComplexPairTy ComplexExprEmitter::EmitComplexToComplexCast(ComplexPairTy Val, in EmitComplexToComplexCast() 399 ComplexPairTy ComplexExprEmitter::EmitScalarToComplexCast(llvm::Value *Val, in EmitScalarToComplexCast() 634 RValue &Val) { in EmitCompoundAssignLValue() 685 RValue Val; in EmitCompoundAssign() local 700 ComplexPairTy &Val) { in EmitBinAssignLValue() 720 ComplexPairTy Val; in VisitBinAssign() local 844 ComplexPairTy Val = Emitter.Visit(const_cast<Expr*>(E)); in EmitComplexExprIntoLValue() local 861 ComplexPairTy Val; // ignored in EmitComplexAssignmentLValue() local 882 RValue Val; in EmitComplexCompoundAssignmentLValue() local [all …]
|
/external/clang/test/CodeGen/ |
D | 2002-03-14-BrokenPHINode.c | 11 double Val; in trys() local
|
/external/zlib/src/contrib/iostream2/ |
D | zstream.h | 46 struct Val { unsigned char byte; size_t word; } val; argument
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_value.cc | 61 SIntMax Val = getSIntValue(); in getPositiveIntValue() local
|
/external/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 81 Constant *Val; member in __anonccf794380111::LVILatticeVal 277 raw_ostream &operator<<(raw_ostream &OS, const LVILatticeVal &Val) { in operator <<() 347 Value *Val; member 467 bool LazyValueInfoCache::hasBlockValue(Value *Val, BasicBlock *BB) { in hasBlockValue() 479 LVILatticeVal LazyValueInfoCache::getBlockValue(Value *Val, BasicBlock *BB) { in getBlockValue() 488 bool LazyValueInfoCache::solveBlockValue(Value *Val, BasicBlock *BB) { in solveBlockValue() 585 Value *Val, BasicBlock *BB) { in solveBlockValueNonLocal() 779 static bool getEdgeValueLocal(Value *Val, BasicBlock *BBFrom, in getEdgeValueLocal() 870 bool LazyValueInfoCache::getEdgeValue(Value *Val, BasicBlock *BBFrom, in getEdgeValue()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXUtilities.h | 71 while (T Val = va_arg(Args, T)) in make_vector() local
|
/external/llvm/include/llvm/Bitcode/ |
D | BitstreamWriter.h | 121 void Emit(uint32_t Val, unsigned NumBits) { in Emit() 140 void Emit64(uint64_t Val, unsigned NumBits) { in Emit64() 157 void EmitVBR(uint32_t Val, unsigned NumBits) { in EmitVBR() 170 void EmitVBR64(uint64_t Val, unsigned NumBits) { in EmitVBR64() 188 void EmitCode(unsigned Val) { in EmitCode()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LowerAtomic.cpp | 27 Value *Val = CXI->getNewValOperand(); in LowerAtomicCmpXchgInst() local 42 Value *Val = RMWI->getValOperand(); in LowerAtomicRMWInst() local
|