| /external/llvm/lib/Support/ |
| D | YAMLTraits.cpp | 665 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { in output() 669 StringRef ScalarTraits<bool>::input(StringRef Scalar, void *, bool &Val) { in input() 680 void ScalarTraits<StringRef>::output(const StringRef &Val, void *, in output() 686 StringRef &Val) { in input() 691 void ScalarTraits<std::string>::output(const std::string &Val, void *, in output() 697 std::string &Val) { in input() 702 void ScalarTraits<uint8_t>::output(const uint8_t &Val, void *, in output() 709 StringRef ScalarTraits<uint8_t>::input(StringRef Scalar, void *, uint8_t &Val) { in input() 719 void ScalarTraits<uint16_t>::output(const uint16_t &Val, void *, in output() 725 uint16_t &Val) { in input() [all …]
|
| /external/llvm/include/llvm/MC/ |
| 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()
|
| 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()
|
| /external/google-breakpad/src/third_party/curl/ |
| D | curlrules.h | 221 # define __CURL_OFF_T_C_HELPER2(Val,Suffix) Val ## Suffix argument 223 # define __CURL_OFF_T_C_HELPER2(Val,Suffix) Val/**/Suffix argument 225 #define __CURL_OFF_T_C_HELPER1(Val,Suffix) __CURL_OFF_T_C_HELPER2(Val,Suffix) argument 226 #define CURL_OFF_T_C(Val) __CURL_OFF_T_C_HELPER1(Val,CURL_SUFFIX_CURL_OFF_T) argument 227 #define CURL_OFF_TU_C(Val) __CURL_OFF_T_C_HELPER1(Val,CURL_SUFFIX_CURL_OFF_TU) argument
|
| /external/llvm/include/llvm/ADT/ |
| D | Twine.h | 301 explicit Twine(char Val) in Twine() 307 explicit Twine(signed char Val) in Twine() 313 explicit Twine(unsigned char Val) in Twine() 319 explicit Twine(unsigned Val) in Twine() 325 explicit Twine(int Val) in Twine() 331 explicit Twine(const unsigned long &Val) in Twine() 337 explicit Twine(const long &Val) in Twine() 343 explicit Twine(const unsigned long long &Val) in Twine() 349 explicit Twine(const long long &Val) in Twine() 386 static Twine utohexstr(const uint64_t &Val) { in utohexstr()
|
| 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 | 119 size_type count(const KeyT &Val) const { in count() 124 iterator find(const KeyT &Val) { in find() 130 const_iterator find(const KeyT &Val) const { in find() 143 iterator find_as(const LookupKeyT &Val) { in find_as() 150 const_iterator find_as(const LookupKeyT &Val) const { in find_as() 159 ValueT lookup(const KeyT &Val) const { in lookup() 206 bool erase(const KeyT &Val) { in erase() 346 static unsigned getHashValue(const KeyT &Val) { in getHashValue() 350 static unsigned getHashValue(const LookupKeyT &Val) { in getHashValue() 478 bool LookupBucketFor(const LookupKeyT &Val, in LookupBucketFor() [all …]
|
| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZ.h | 91 static inline bool isImmLL(uint64_t Val) { in isImmLL() 96 static inline bool isImmLH(uint64_t Val) { in isImmLH() 101 static inline bool isImmHL(uint64_t Val) { in isImmHL() 106 static inline bool isImmHH(uint64_t Val) { in isImmHH() 111 static inline bool isImmLF(uint64_t Val) { in isImmLF() 116 static inline bool isImmHF(uint64_t Val) { in isImmHF()
|
| /external/llvm/include/llvm/Support/ |
| D | ErrorOr.h | 29 moveIfMoveConstructible(V &Val) { in moveIfMoveConstructible() 36 moveIfMoveConstructible(V &Val) { in moveIfMoveConstructible() 109 ErrorOr(T Val) : HasError(false) { in ErrorOr() 245 pointer toPointer(pointer Val) { in toPointer() 249 pointer toPointer(wrap *Val) { in toPointer()
|
| /external/llvm/include/llvm/IR/ |
| D | ValueMap.h | 128 size_type count(const KeyT &Val) const { in count() 132 iterator find(const KeyT &Val) { in find() 135 const_iterator find(const KeyT &Val) const { in find() 141 ValueT lookup(const KeyT &Val) const { in lookup() 168 bool erase(const KeyT &Val) { in erase()
|
| D | GlobalVariable.h | 145 void setConstant(bool Val) { isConstantGlobal = Val; } in setConstant() 150 void setExternallyInitialized(bool Val) { in setExternallyInitialized()
|
| /external/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 185 unsigned Val; member 189 const MCExpr *Val; member 193 const MCExpr *Val; member 202 unsigned Val; // Encoded 8-bit representation. member 206 unsigned Val; // Not the enum since not all values have names. member 220 unsigned Val; member 224 unsigned Val; member 236 unsigned Val; member 422 int64_t Val = MCE->getValue(); in isSImm9() local 431 int64_t Val = MCE->getValue(); in isSImm7s4() local [all …]
|
| /external/llvm/lib/IR/ |
| D | Module.cpp | 282 uint64_t Val = Behavior->getLimitedValue(); in isValidModFlagBehavior() local 305 Metadata *Val = Flag->getOperand(2); in getModuleFlagsMetadata() local 341 Metadata *Val) { in addModuleFlag() 349 Constant *Val) { in addModuleFlag() 353 uint32_t Val) { in addModuleFlag() 459 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("Dwarf Version")); in getDwarfVersion() local 472 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("PIC Level")); in getPICLevel() local
|
| D | AttributeImpl.h | 76 uint64_t Val) { in Profile() 113 uint64_t Val; variable 116 IntAttributeImpl(Attribute::AttrKind Kind, uint64_t Val) in IntAttributeImpl() 130 std::string Val; variable
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | TestAfterDivZeroChecker.cpp | 169 void TestAfterDivZeroChecker::reportBug(SVal Val, CheckerContext &C) const { in reportBug() 229 SVal Val = C.getSVal(LRHS ? B->getLHS() : B->getRHS()); in checkBranchCondition() local 235 SVal Val; in checkBranchCondition() local 250 SVal Val = C.getSVal(IE->getSubExpr()); in checkBranchCondition() local 255 SVal Val = C.getSVal(Condition); in checkBranchCondition() local
|
| /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() 130 void insert(const value_type &Val) { in insert()
|
| /external/llvm/lib/MC/ |
| D | YAML.cpp | 23 const yaml::BinaryRef &Val, void *, llvm::raw_ostream &Out) { in output() 28 yaml::BinaryRef &Val) { in input()
|
| /external/llvm/lib/Analysis/ |
| D | LazyValueInfo.cpp | 84 Constant *Val; member in __anon515c798e0111::LVILatticeVal 276 raw_ostream &operator<<(raw_ostream &OS, const LVILatticeVal &Val) { in operator <<() 358 void insertResult(Value *Val, BasicBlock *BB, const LVILatticeVal &Result) { in insertResult() 360 lookup(Val)[BB] = Result; in insertResult() local 480 bool LazyValueInfoCache::hasBlockValue(Value *Val, BasicBlock *BB) { in hasBlockValue() 492 LVILatticeVal LazyValueInfoCache::getBlockValue(Value *Val, BasicBlock *BB) { in getBlockValue() 501 bool LazyValueInfoCache::solveBlockValue(Value *Val, BasicBlock *BB) { in solveBlockValue() 603 Value *Val, BasicBlock *BB) { in solveBlockValueNonLocal() 724 void LazyValueInfoCache::mergeAssumeBlockValueConstantRange(Value *Val, in mergeAssumeBlockValueConstantRange() 835 bool getValueFromFromCondition(Value *Val, ICmpInst *ICI, in getValueFromFromCondition() [all …]
|
| D | CFLAliasAnalysis.cpp | 255 auto *Val = getValPtr(); in removeSelfFromCache() local 297 auto *Val = Inst.getNewValOperand(); in visitAtomicCmpXchgInst() local 303 auto *Val = Inst.getValOperand(); in visitAtomicRMWInst() local 309 Value *Val = Inst.getIncomingValue(I); in visitPHINode() local 337 auto *Val = &Inst; in visitLoadInst() local 343 auto *Val = Inst.getValueOperand(); in visitStoreInst() local 354 auto *Val = &Inst; in visitVAArgInst() local 507 auto *Val = &Inst; in visitExtractElementInst() local 513 auto *Val = Inst.getOperand(1); in visitInsertElementInst() local 527 auto *Val = Inst.getOperand(1); in visitInsertValueInst() local [all …]
|
| /external/llvm/lib/Target/ARM/Disassembler/ |
| D | ARMDisassembler.cpp | 1117 static DecodeStatus DecodePredicateOperand(MCInst &Inst, unsigned Val, in DecodePredicateOperand() 1131 static DecodeStatus DecodeCCOutOperand(MCInst &Inst, unsigned Val, in DecodeCCOutOperand() 1140 static DecodeStatus DecodeSORegImmOperand(MCInst &Inst, unsigned Val, in DecodeSORegImmOperand() 1177 static DecodeStatus DecodeSORegRegOperand(MCInst &Inst, unsigned Val, in DecodeSORegRegOperand() 1212 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val, in DecodeRegListOperand() 1249 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeSPRRegListOperand() 1273 static DecodeStatus DecodeDPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeDPRRegListOperand() 1298 static DecodeStatus DecodeBitfieldMaskOperand(MCInst &Inst, unsigned Val, in DecodeBitfieldMaskOperand() 1580 static DecodeStatus DecodeSORegMemOperand(MCInst &Inst, unsigned Val, in DecodeSORegMemOperand() 2174 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val, in DecodeAddrModeImm12Operand() [all …]
|
| /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/include/llvm/CodeGen/PBQP/ |
| D | Math.h | 276 Matrix& setRow(unsigned R, PBQPNum Val) { in setRow() 284 Matrix& setCol(unsigned C, PBQPNum Val) { in setCol() 349 Matrix& subFromRow(unsigned R, PBQPNum Val) { in subFromRow() 359 Matrix& subFromCol(unsigned C, PBQPNum Val) { in subFromCol()
|
| /external/clang/lib/CodeGen/ |
| D | CGExprComplex.cpp | 337 void ComplexExprEmitter::EmitStoreOfComplex(ComplexPairTy Val, LValue lvalue, in EmitStoreOfComplex() 395 ComplexPairTy ComplexExprEmitter::EmitComplexToComplexCast(ComplexPairTy Val, in EmitComplexToComplexCast() 410 ComplexPairTy ComplexExprEmitter::EmitScalarToComplexCast(llvm::Value *Val, in EmitScalarToComplexCast() 819 RValue &Val) { in EmitCompoundAssignLValue() 887 RValue Val; in EmitCompoundAssign() local 902 ComplexPairTy &Val) { in EmitBinAssignLValue() 922 ComplexPairTy Val; in VisitBinAssign() local 1048 ComplexPairTy Val = Emitter.Visit(const_cast<Expr*>(E)); in EmitComplexExprIntoLValue() local 1066 ComplexPairTy Val; // ignored in EmitComplexAssignmentLValue() local 1087 RValue Val; in EmitComplexCompoundAssignmentLValue() local [all …]
|
| /external/llvm/lib/Target/ARM/AsmParser/ |
| D | ARMAsmParser.cpp | 424 ARMCC::CondCodes Val; member 428 unsigned Val; member 432 unsigned Val; member 440 ARM_MB::MemBOpt Val; member 444 ARM_ISB::InstSyncBOpt Val; member 448 ARM_PROC::IFlags Val; member 452 unsigned Val; member 456 unsigned Val; member 477 unsigned Val; member 481 const MCExpr *Val; member [all …]
|
| /external/zlib/src/contrib/iostream2/ |
| D | zstream.h | 46 struct Val { unsigned char byte; size_t word; } val; argument
|