| /external/curl/include/curl/ |
| D | curlrules.h | 208 # define CURL_OFF_T_C(Val) __CURL_OFF_T_C_HLPR1(Val) ## \ argument 210 # define CURL_OFF_TU_C(Val) __CURL_OFF_T_C_HLPR1(Val) ## \ argument 214 # define __CURL_OFF_T_C_HLPR2(Val,Suffix) Val ## Suffix argument 216 # define __CURL_OFF_T_C_HLPR2(Val,Suffix) Val/**/Suffix argument 218 # define __CURL_OFF_T_C_HLPR1(Val,Suffix) __CURL_OFF_T_C_HLPR2(Val,Suffix) argument 219 # define CURL_OFF_T_C(Val) __CURL_OFF_T_C_HLPR1(Val,CURL_SUFFIX_CURL_OFF_T) argument 220 # define CURL_OFF_TU_C(Val) __CURL_OFF_T_C_HLPR1(Val,CURL_SUFFIX_CURL_OFF_TU) argument
|
| /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/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/lib/Support/ |
| D | YAMLTraits.cpp | 752 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { in output() 756 StringRef ScalarTraits<bool>::input(StringRef Scalar, void *, bool &Val) { in input() 767 void ScalarTraits<StringRef>::output(const StringRef &Val, void *, in output() 773 StringRef &Val) { in input() 778 void ScalarTraits<std::string>::output(const std::string &Val, void *, in output() 784 std::string &Val) { in input() 789 void ScalarTraits<uint8_t>::output(const uint8_t &Val, void *, in output() 796 StringRef ScalarTraits<uint8_t>::input(StringRef Scalar, void *, uint8_t &Val) { in input() 806 void ScalarTraits<uint16_t>::output(const uint16_t &Val, void *, in output() 812 uint16_t &Val) { in input() [all …]
|
| /external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
| D | Twine.h | 288 explicit Twine(char Val) in Twine() 294 explicit Twine(signed char Val) in Twine() 300 explicit Twine(unsigned char Val) in Twine() 306 explicit Twine(unsigned Val) in Twine() 312 explicit Twine(int Val) in Twine() 318 explicit Twine(const unsigned long &Val) in Twine() 324 explicit Twine(const long &Val) in Twine() 330 explicit Twine(const unsigned long long &Val) in Twine() 336 explicit Twine(const long long &Val) in Twine() 373 static Twine utohexstr(const uint64_t &Val) { in utohexstr()
|
| D | ValueMap.h | 115 bool count(const KeyT &Val) const { in count() 119 iterator find(const KeyT &Val) { in find() 122 const_iterator find(const KeyT &Val) const { in find() 128 ValueT lookup(const KeyT &Val) const { in lookup() 149 bool erase(const KeyT &Val) { in erase()
|
| /external/llvm/include/llvm/ADT/ |
| D | Twine.h | 299 explicit Twine(char Val) in Twine() 305 explicit Twine(signed char Val) in Twine() 311 explicit Twine(unsigned char Val) in Twine() 317 explicit Twine(unsigned Val) in Twine() 323 explicit Twine(int Val) in Twine() 329 explicit Twine(const unsigned long &Val) in Twine() 335 explicit Twine(const long &Val) in Twine() 341 explicit Twine(const unsigned long long &Val) in Twine() 347 explicit Twine(const long long &Val) in Twine() 384 static Twine utohexstr(const uint64_t &Val) { in utohexstr()
|
| /external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| D | HexagonMCExpr.cpp | 43 void HexagonMCExpr::setMustExtend(bool Val) { in setMustExtend() 49 void HexagonMCExpr::setMustNotExtend(bool Val) { in setMustNotExtend() 56 void HexagonMCExpr::setS23_2_reloc(bool Val) { in setS23_2_reloc() 72 void HexagonMCExpr::setSignMismatch(bool Val) { in setSignMismatch()
|
| /external/swiftshader/third_party/LLVM/include/llvm/MC/ |
| D | MCInst.h | 73 void setImm(int64_t Val) { in setImm() 83 void setFPImm(double Val) { in setFPImm() 92 void setExpr(const MCExpr *Val) { in setExpr() 103 static MCOperand CreateImm(int64_t Val) { in CreateImm() 109 static MCOperand CreateFPImm(double Val) { in CreateFPImm() 115 static MCOperand CreateExpr(const MCExpr *Val) { in CreateExpr()
|
| /external/llvm/lib/MC/ |
| D | MCSymbolELF.cpp | 45 unsigned Val; in setBinding() local 68 uint32_t Val = (getFlags() & (0x3 << ELF_STB_Shift)) >> ELF_STB_Shift; in getBinding() local 95 unsigned Val; in setType() local 126 uint32_t Val = (getFlags() & (0x7 << ELF_STT_Shift)) >> ELF_STT_Shift; in getType() local
|
| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZ.h | 145 static inline bool isImmLL(uint64_t Val) { in isImmLL() 150 static inline bool isImmLH(uint64_t Val) { in isImmLH() 155 static inline bool isImmHL(uint64_t Val) { in isImmHL() 160 static inline bool isImmHH(uint64_t Val) { in isImmHH() 165 static inline bool isImmLF(uint64_t Val) { in isImmLF() 170 static inline bool isImmHF(uint64_t Val) { in isImmHF()
|
| /external/llvm/lib/IR/ |
| D | Module.cpp | 292 uint64_t Val = Behavior->getLimitedValue(); in isValidModFlagBehavior() local 315 Metadata *Val = Flag->getOperand(2); in getModuleFlagsMetadata() local 351 Metadata *Val) { in addModuleFlag() 359 Constant *Val) { in addModuleFlag() 363 uint32_t Val) { in addModuleFlag() 467 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("Dwarf Version")); in getDwarfVersion() local 474 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("CodeView")); in getCodeViewFlag() local 487 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("PIC Level")); in getPICLevel() local 501 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("PIE Level")); in getPIELevel() local
|
| D | ProfileSummary.cpp | 30 uint64_t Val) { in getKeyValMD() 40 const char *Val) { in getKeyValMD() 88 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) { in getVal() 104 static bool isKeyValuePair(MDTuple *MD, const char *Key, const char *Val) { in isKeyValuePair()
|
| /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/ |
| D | ARMAsmParser.cpp | 278 ARMCC::CondCodes Val; member 282 unsigned Val; member 286 unsigned Val; member 294 ARM_MB::MemBOpt Val; member 298 ARM_PROC::IFlags Val; member 302 unsigned Val; member 315 unsigned Val; member 319 const MCExpr *Val; member 323 unsigned Val; // encoded 8-bit representation member 693 int64_t Val = Memory.OffsetImm->getValue(); in isAddrMode2() local [all …]
|
| /external/llvm/lib/ObjectYAML/ |
| D | YAML.cpp | 23 const yaml::BinaryRef &Val, void *, llvm::raw_ostream &Out) { in output() 28 yaml::BinaryRef &Val) { in input()
|
| /external/llvm/include/llvm/Support/ |
| D | ErrorOr.h | 240 pointer toPointer(pointer Val) { in toPointer() 244 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() 246 pointer toPointer(wrap *Val) { in toPointer() 250 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer()
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | StatepointLowering.h | 48 SDValue getLocation(SDValue Val) { in getLocation() 55 void setLocation(SDValue Val, SDValue Location) { in setLocation()
|
| /external/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 190 unsigned Val; member 194 const MCExpr *Val; member 198 const MCExpr *Val; member 207 unsigned Val; // Encoded 8-bit representation. member 211 unsigned Val; // Not the enum since not all values have names. member 225 unsigned Val; member 229 unsigned Val; member 235 unsigned Val; member 247 unsigned Val; member 447 int64_t Val = MCE->getValue(); in isSImm9() local [all …]
|
| /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/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/llvm/include/llvm/IR/ |
| D | ValueMap.h | 147 size_type count(const KeyT &Val) const { in count() 151 iterator find(const KeyT &Val) { in find() 154 const_iterator find(const KeyT &Val) const { in find() 160 ValueT lookup(const KeyT &Val) const { in lookup() 187 bool erase(const KeyT &Val) { in erase()
|
| D | GlobalVariable.h | 141 void setConstant(bool Val) { isConstantGlobal = Val; } in setConstant() 146 void setExternallyInitialized(bool Val) { in setExternallyInitialized()
|
| /external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/ |
| D | ARMDisassembler.cpp | 987 static DecodeStatus DecodePredicateOperand(llvm::MCInst &Inst, unsigned Val, in DecodePredicateOperand() 1001 static DecodeStatus DecodeCCOutOperand(llvm::MCInst &Inst, unsigned Val, in DecodeCCOutOperand() 1010 static DecodeStatus DecodeSOImmOperand(llvm::MCInst &Inst, unsigned Val, in DecodeSOImmOperand() 1019 static DecodeStatus DecodeSORegImmOperand(llvm::MCInst &Inst, unsigned Val, in DecodeSORegImmOperand() 1056 static DecodeStatus DecodeSORegRegOperand(llvm::MCInst &Inst, unsigned Val, in DecodeSORegRegOperand() 1091 static DecodeStatus DecodeRegListOperand(llvm::MCInst &Inst, unsigned Val, in DecodeRegListOperand() 1126 static DecodeStatus DecodeSPRRegListOperand(llvm::MCInst &Inst, unsigned Val, in DecodeSPRRegListOperand() 1143 static DecodeStatus DecodeDPRRegListOperand(llvm::MCInst &Inst, unsigned Val, in DecodeDPRRegListOperand() 1160 static DecodeStatus DecodeBitfieldMaskOperand(llvm::MCInst &Inst, unsigned Val, in DecodeBitfieldMaskOperand() 1439 static DecodeStatus DecodeSORegMemOperand(llvm::MCInst &Inst, unsigned Val, in DecodeSORegMemOperand() [all …]
|
| /external/swiftshader/third_party/LLVM/include/llvm/ |
| D | GlobalVariable.h | 135 void setConstant(bool Val) { isConstantGlobal = Val; } in setConstant() 139 void setThreadLocal(bool Val) { isThreadLocalSymbol = Val; } in setThreadLocal()
|