Home
last modified time | relevance | path

Searched defs:Val (Results 1 – 25 of 417) sorted by relevance

12345678910>>...17

/external/curl/include/curl/
Dcurlrules.h208 # 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/
DMCInst.h78 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()
DMCInstBuilder.h38 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/
Dcurlrules.h221 # 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/
DYAMLTraits.cpp731 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { in output()
735 StringRef ScalarTraits<bool>::input(StringRef Scalar, void *, bool &Val) { in input()
746 void ScalarTraits<StringRef>::output(const StringRef &Val, void *, in output()
752 StringRef &Val) { in input()
757 void ScalarTraits<std::string>::output(const std::string &Val, void *, in output()
763 std::string &Val) { in input()
768 void ScalarTraits<uint8_t>::output(const uint8_t &Val, void *, in output()
775 StringRef ScalarTraits<uint8_t>::input(StringRef Scalar, void *, uint8_t &Val) { in input()
785 void ScalarTraits<uint16_t>::output(const uint16_t &Val, void *, in output()
791 uint16_t &Val) { in input()
[all …]
/external/llvm/include/llvm/ADT/
DTwine.h301 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()
DScopedHashTable.h48 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()
DDenseMap.h119 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()
336 static unsigned getHashValue(const KeyT &Val) { in getHashValue()
340 static unsigned getHashValue(const LookupKeyT &Val) { in getHashValue()
468 bool LookupBucketFor(const LookupKeyT &Val, in LookupBucketFor()
[all …]
/external/llvm/include/llvm/Support/
DErrorOr.h29 moveIfMoveConstructible(V &Val) { in moveIfMoveConstructible()
36 moveIfMoveConstructible(V &Val) { in moveIfMoveConstructible()
110 ErrorOr(T Val) : HasError(false) { in ErrorOr()
250 pointer toPointer(pointer Val) { in toPointer()
254 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer()
256 pointer toPointer(wrap *Val) { in toPointer()
260 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer()
/external/llvm/lib/Target/SystemZ/
DSystemZ.h105 static inline bool isImmLL(uint64_t Val) { in isImmLL()
110 static inline bool isImmLH(uint64_t Val) { in isImmLH()
115 static inline bool isImmHL(uint64_t Val) { in isImmHL()
120 static inline bool isImmHH(uint64_t Val) { in isImmHH()
125 static inline bool isImmLF(uint64_t Val) { in isImmLF()
130 static inline bool isImmHF(uint64_t Val) { in isImmHF()
/external/llvm/lib/MC/
DMCSymbolELF.cpp45 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
DYAML.cpp23 const yaml::BinaryRef &Val, void *, llvm::raw_ostream &Out) { in output()
28 yaml::BinaryRef &Val) { in input()
/external/llvm/lib/IR/
DModule.cpp285 uint64_t Val = Behavior->getLimitedValue(); in isValidModFlagBehavior() local
308 Metadata *Val = Flag->getOperand(2); in getModuleFlagsMetadata() local
344 Metadata *Val) { in addModuleFlag()
352 Constant *Val) { in addModuleFlag()
356 uint32_t Val) { in addModuleFlag()
444 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("Dwarf Version")); in getDwarfVersion() local
451 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("CodeView")); in getCodeViewFlag() local
464 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("PIC Level")); in getPICLevel() local
482 auto *Val = in getMaximumFunctionCount() local
DAttributeImpl.h77 uint64_t Val) { in Profile()
114 uint64_t Val; variable
117 IntAttributeImpl(Attribute::AttrKind Kind, uint64_t Val) in IntAttributeImpl()
131 std::string Val; variable
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp188 unsigned Val; member
192 const MCExpr *Val; member
196 const MCExpr *Val; member
205 unsigned Val; // Encoded 8-bit representation. member
209 unsigned Val; // Not the enum since not all values have names. member
223 unsigned Val; member
227 unsigned Val; member
233 unsigned Val; member
245 unsigned Val; member
445 int64_t Val = MCE->getValue(); in isSImm9() local
[all …]
/external/llvm/include/llvm/IR/
DValueMap.h128 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()
DGlobalVariable.h139 void setConstant(bool Val) { isConstantGlobal = Val; } in setConstant()
144 void setExternallyInitialized(bool Val) { in setExternallyInitialized()
/external/clang/lib/StaticAnalyzer/Checkers/
DTestAfterDivZeroChecker.cpp169 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/
DContinuousRangeMap.h64 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/test/SemaTemplate/
Dtemplate-id-expr.cpp10 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/
DARMDisassembler.cpp1103 static DecodeStatus DecodePredicateOperand(MCInst &Inst, unsigned Val, in DecodePredicateOperand()
1117 static DecodeStatus DecodeCCOutOperand(MCInst &Inst, unsigned Val, in DecodeCCOutOperand()
1126 static DecodeStatus DecodeSORegImmOperand(MCInst &Inst, unsigned Val, in DecodeSORegImmOperand()
1163 static DecodeStatus DecodeSORegRegOperand(MCInst &Inst, unsigned Val, in DecodeSORegRegOperand()
1198 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val, in DecodeRegListOperand()
1235 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeSPRRegListOperand()
1259 static DecodeStatus DecodeDPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeDPRRegListOperand()
1284 static DecodeStatus DecodeBitfieldMaskOperand(MCInst &Inst, unsigned Val, in DecodeBitfieldMaskOperand()
1566 static DecodeStatus DecodeSORegMemOperand(MCInst &Inst, unsigned Val, in DecodeSORegMemOperand()
2161 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val, in DecodeAddrModeImm12Operand()
[all …]
/external/llvm/include/llvm/CodeGen/PBQP/
DMath.h276 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/llvm/lib/Analysis/
DLazyValueInfo.cpp85 Constant *Val; member in __anonead08eb30111::LVILatticeVal
282 raw_ostream &operator<<(raw_ostream &OS, const LVILatticeVal &Val) { in operator <<()
367 void insertResult(Value *Val, BasicBlock *BB, const LVILatticeVal &Result) { in insertResult()
375 lookup(Val)[BB] = Result; in insertResult() local
520 bool LazyValueInfoCache::hasBlockValue(Value *Val, BasicBlock *BB) { in hasBlockValue()
528 LVILatticeVal LazyValueInfoCache::getBlockValue(Value *Val, BasicBlock *BB) { in getBlockValue()
556 bool LazyValueInfoCache::solveBlockValue(Value *Val, BasicBlock *BB) { in solveBlockValue()
664 Value *Val, BasicBlock *BB) { in solveBlockValueNonLocal()
785 void LazyValueInfoCache::mergeAssumeBlockValueConstantRange(Value *Val, in mergeAssumeBlockValueConstantRange()
896 bool getValueFromFromCondition(Value *Val, ICmpInst *ICI, in getValueFromFromCondition()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonSplitConst32AndConst64.cpp114 APFloat Val = MI->getOperand(1).getFPImm()->getValueAPF(); in runOnMachineFunction() local
133 APFloat Val = MI->getOperand(1).getFPImm()->getValueAPF(); in runOnMachineFunction() local
/external/zlib/src/contrib/iostream2/
Dzstream.h46 struct Val { unsigned char byte; size_t word; } val; argument

12345678910>>...17