Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 25 of 876) sorted by relevance

12345678910>>...36

/netbsd/external/bsd/nsd/dist/contrib/bind2nsd/scripts/
H A Dnsd-sync74 xlate = conf.getValue('bind2nsd')
108 if len(conf.getValue('dnspw')) > 0:
129 if conf.getValue('DEMO-MODE'):
139 if conf.getValue('DEMO-MODE'):
140 cmd = conf.getValue('stop_cmd')
149 cmd = conf.getValue('zonec_cmd')
152 cmd = conf.getValue('start_cmd')
156 cmd += conf.getValue('destuser') + '@' + conf.getValue('dest-ip')
160 (conf.getValue('dest-ip')))
238 zonec = conf.getValue('zonec_cmd')
[all …]
H A Ds64-sync74 xlate = conf.getValue('bind2nsd')
108 cmd += conf.getValue('dest-ip') + ':'
111 if len(conf.getValue('dnspw')) > 0:
132 if conf.getValue('DEMO-MODE'):
142 if conf.getValue('DEMO-MODE'):
143 cmd = conf.getValue('stop_cmd')
152 cmd = conf.getValue('zonec_cmd')
155 cmd = conf.getValue('start_cmd')
162 (conf.getValue('dest-ip')))
246 zonec = conf.getValue('zonec_cmd')
[all …]
H A Dbind2nsd46 DEBUG = conf.getValue('DEBUG')
51 (conf.getValue('version'))
64 named_root = conf.getValue('named_root')
65 named_fname = conf.getValue('named_conf')
87 tmpdir = conf.getValue('tmpdir')
92 nsd_fname = conf.getValue('nsd_conf')
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DOpenCLOptions.cpp22 auto &OptInfo = OptMap.find(Ext)->getValue(); in isAvailableOption()
31 return I != OptMap.end() && I->getValue().Enabled; in isEnabled()
42 return I != OptMap.end() && I->getValue().Supported && in isSupported()
43 I->getValue().isAvailableIn(LO); in isSupported()
49 return I != OptMap.end() && I->getValue().Supported && in isSupportedCore()
50 I->getValue().isCoreIn(LO); in isSupportedCore()
56 return I != OptMap.end() && I->getValue().Supported && in isSupportedOptionalCore()
57 I->getValue().isOptionalCoreIn(LO); in isSupportedOptionalCore()
68 return I != OptMap.end() && I->getValue().Supported && in isSupportedExtension()
69 I->getValue().isAvailableIn(LO) && in isSupportedExtension()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp84 I.getValue().~APSInt(); in ~BasicValueFactory()
111 return getValue(V); in getValue()
118 return getValue(V); in getValue()
122 return getValue(getAPSIntType(T).getValue(X)); in getValue()
257 return &getValue( V1 * V2 ); in evalAPSInt()
262 return &getValue( V1 / V2 ); in evalAPSInt()
267 return &getValue( V1 % V2 ); in evalAPSInt()
270 return &getValue( V1 + V2 ); in evalAPSInt()
273 return &getValue( V1 - V2 ); in evalAPSInt()
366 return P->getValue(); in getPersistentSValWithData()
[all …]
H A DSVals.cpp175 return getValue()->begin(); in begin()
179 return getValue()->end(); in end()
206 return LV->getValue() == I; in isConstant()
208 return NV->getValue() == I; in isConstant()
224 svalBuilder.getBasicValueFactory().evalAPSInt(Op, getValue(), R.getValue()); in evalBinOp()
234 return svalBuilder.makeIntVal(~getValue()); in evalComplement()
239 return svalBuilder.makeIntVal(-getValue()); in evalMinus()
251 const llvm::APSInt *X = BasicVals.evalAPSInt(Op, getValue(), R.getValue()); in evalBinOp()
294 const auto &Value = castAs<nonloc::ConcreteInt>().getValue(); in dumpToStream()
360 os << castAs<loc::ConcreteInt>().getValue().getZExtValue() << " (Loc)"; in dumpToStream()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp48 if (!MapEntry.getValue().isIndexed()) in getIndexedEntry()
49 MapEntry.getValue().Index = NumIndexedStrings++; in getIndexedEntry()
92 return A->getValue().Offset < B->getValue().Offset; in emit()
96 assert(ShouldCreateSymbols == static_cast<bool>(Entry->getValue().Symbol) && in emit()
101 Asm.OutStreamer->emitLabel(Entry->getValue().Symbol); in emit()
105 Twine(Entry->getValue().Offset)); in emit()
116 if (Entry.getValue().isIndexed()) in emit()
117 Entries[Entry.getValue().Index] = &Entry; in emit()
124 Asm.emitDwarfStringOffset(Entry->getValue()); in emit()
126 Asm.OutStreamer->emitIntValue(Entry->getValue().Offset, size); in emit()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp26 const APInt &LowCase = Clusters[First].Low->getValue(); in getJumpTableRange()
57 assert(Clusters[i - 1].High->getValue().slt(Clusters[i].Low->getValue())); in findJumpTables()
75 const APInt &Hi = Clusters[i].High->getValue(); in findJumpTables()
76 const APInt &Lo = Clusters[i].Low->getValue(); in findJumpTables()
209 const APInt &Low = Clusters[I].Low->getValue(); in buildJumpTable()
277 assert(Clusters[i-1].High->getValue().slt(Clusters[i].Low->getValue())); in findBitTestClusters()
381 APInt Low = Clusters[First].Low->getValue(); in buildBitTests()
382 APInt High = Clusters[Last].High->getValue(); in buildBitTests()
399 if (Clusters[I].Low->getValue() != Clusters[I - 1].High->getValue() + 1) { in buildBitTests()
471 return a.Low->getValue().slt(b.Low->getValue()); in sortAndRangeify()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckPlacementNew.cpp114 if ((SizeOfPlaceCI->getValue() < SizeOfTargetCI->getValue()) || in checkPlaceCapacityIsSufficient()
116 SizeOfPlaceCI->getValue() >= SizeOfTargetCI->getValue())) { in checkPlaceCapacityIsSufficient()
121 SizeOfPlaceCI->getValue() > SizeOfTargetCI->getValue()) in checkPlaceCapacityIsSufficient()
126 SizeOfPlaceCI->getValue(), SizeOfTargetCI->getValue(), in checkPlaceCapacityIsSufficient()
127 SizeOfPlaceCI->getValue() - SizeOfTargetCI->getValue())); in checkPlaceCapacityIsSufficient()
129 SizeOfPlaceCI->getValue() == SizeOfTargetCI->getValue()) in checkPlaceCapacityIsSufficient()
134 SizeOfPlaceCI->getValue(), SizeOfTargetCI->getValue())); in checkPlaceCapacityIsSufficient()
139 SizeOfPlaceCI->getValue(), SizeOfTargetCI->getValue())); in checkPlaceCapacityIsSufficient()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h161 return getValue(TargetType.convert(From)); in Convert()
173 return getValue(TargetType.convert(From)); in Convert()
178 return getValue(X, T); in getIntValue()
182 return getValue(APSIntType(v).getMaxValue()); in getMaxValue()
186 return getValue(APSIntType(v).getMinValue()); in getMinValue()
198 return getValue(T.getMaxValue()); in getMaxValue()
202 return getValue(T.getMinValue()); in getMinValue()
208 return getValue(X); in Add1()
214 return getValue(X); in Sub1()
219 return getValue(0, Ctx.getTypeSize(T), true); in getZeroWithTypeSize()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h41 const ValueT &getValue() const { return Value; } in getValue() function
62 return getHashValue(P->getValue()); in getHashValue()
66 return getHashValue(P->getValue()); in getHashValue()
78 return isEqual(C, P->getValue()); in isEqual()
84 return isEqual(P1->getValue(), P2); in isEqual()
95 template <typename ValueKeyT> PoolRef getValue(ValueKeyT ValueKey) { in getValue() function
99 return PoolRef((*I)->shared_from_this(), &(*I)->getValue()); in getValue()
103 return PoolRef(std::move(P), &P->getValue()); in getValue()
119 return VectorPool.getValue(std::move(v)); in getVector()
123 return MatrixPool.getValue(std::move(m)); in getMatrix()
/netbsd/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp1052 case EQ: Result = LHSi->getValue() == RHSi->getValue(); break; in Fold()
1053 case NE: Result = LHSi->getValue() != RHSi->getValue(); break; in Fold()
1054 case LE: Result = LHSi->getValue() <= RHSi->getValue(); break; in Fold()
1055 case LT: Result = LHSi->getValue() < RHSi->getValue(); break; in Fold()
1056 case GE: Result = LHSi->getValue() >= RHSi->getValue(); break; in Fold()
1057 case GT: Result = LHSi->getValue() > RHSi->getValue(); break; in Fold()
1120 int64_t LHSv = LHSi->getValue(), RHSv = RHSi->getValue(); in Fold()
1414 auto I = LHSs->getValue().find(MHSs->getValue(), Start); in Fold()
1849 R.set(TArgs[i], NewRec->getValue(TArgs[i])->getValue()); in instantiate()
1955 Init *FieldVal = Def->getValue(FieldName)->getValue(); in Fold()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp307 Value = dyn_cast<yaml::MappingNode>(Entry.getValue()); in parseEntry()
313 RewriteType = Key->getValue(KeyStorage); in parseEntry()
347 Value = dyn_cast<yaml::ScalarNode>(Field.getValue()); in parseRewriteFunctionDescriptor()
353 KeyValue = Key->getValue(KeyStorage); in parseRewriteFunctionDescriptor()
357 Source = std::string(Value->getValue(ValueStorage)); in parseRewriteFunctionDescriptor()
363 Target = std::string(Value->getValue(ValueStorage)); in parseRewriteFunctionDescriptor()
416 Value = dyn_cast<yaml::ScalarNode>(Field.getValue()); in parseRewriteGlobalVariableDescriptor()
422 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalVariableDescriptor()
426 Source = std::string(Value->getValue(ValueStorage)); in parseRewriteGlobalVariableDescriptor()
479 Value = dyn_cast<yaml::ScalarNode>(Field.getValue()); in parseRewriteGlobalAliasDescriptor()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DOptional.h95 T &getValue() LLVM_LVALUE_FUNCTION noexcept { in getValue() function
104 T &&getValue() && noexcept { in getValue() function
195 T &getValue() LLVM_LVALUE_FUNCTION noexcept { in getValue() function
204 T &&getValue() && noexcept { in getValue() function
281 T *getPointer() { return &Storage.getValue(); } in getPointer()
283 return Storage.getValue(); in getValue()
285 T &getValue() LLVM_LVALUE_FUNCTION { return Storage.getValue(); } in getValue() function
292 return getValue();
304 -> Optional<decltype(F(getValue()))> {
305 if (*this) return F(getValue());
[all …]
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp34 if (!Def.getValue("Inst")) in emitWebAssemblyDisassemblerTables()
39 ->getValue()); in emitWebAssemblyDisassemblerTables()
55 Def.getValue("StackBased")->getValue()->getCastTo(StringRecTy::get()); in emitWebAssemblyDisassemblerTables()
58 reinterpret_cast<const StringInit *>(StackString)->getValue() == "true"; in emitWebAssemblyDisassemblerTables()
66 auto IsCanonicalExisting = CGIP.second->TheDef->getValue("IsCanonical") in emitWebAssemblyDisassemblerTables()
67 ->getValue() in emitWebAssemblyDisassemblerTables()
73 Def.getValue("IsCanonical")->getValue()->getAsString() == "1"; in emitWebAssemblyDisassemblerTables()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFixedPoint.cpp65 APSInt ThisVal = getValue(); in compare()
66 APSInt OtherVal = Other.getValue(); in compare()
181 APSInt ThisVal = ConvertedThis.getValue(); in add()
182 APSInt OtherVal = ConvertedOther.getValue(); in add()
205 APSInt ThisVal = ConvertedThis.getValue(); in sub()
206 APSInt OtherVal = ConvertedOther.getValue(); in sub()
229 APSInt ThisVal = ConvertedThis.getValue(); in mul()
286 APSInt ThisVal = ConvertedThis.getValue(); in div()
371 APSInt Val = getValue(); in toString()
562 Res = getMax(DstFXSema).getValue(); in getFromFloatValue()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DDeltaTree.cpp95 const SourceDelta &getValue(unsigned i) const { in getValue() function in __anoncbaa2c660111::DeltaTreeNode
100 SourceDelta &getValue(unsigned i) { in getValue() function in __anoncbaa2c660111::DeltaTreeNode
191 while (i != e && FileIndex > getValue(i).FileLoc) in DoInsertion()
196 if (i != e && getValue(i).FileLoc == FileIndex) { in DoInsertion()
353 assert(N->getValue(i-1).FileLoc < N->getValue(i).FileLoc); in VerifyTree()
354 FullDelta += N->getValue(i).Delta; in VerifyTree()
364 const SourceDelta &IVal = N->getValue(i); in VerifyTree()
367 assert(IN->getValue(i-1).FileLoc < IVal.FileLoc); in VerifyTree()
376 assert(IN->getChild(i+1)->getValue(0).FileLoc > IVal.FileLoc); in VerifyTree()
421 const SourceDelta &Val = Node->getValue(NumValsGreater); in getDeltaAt()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Testing/Support/
H A DAnnotations.cpp70 require(I != Points.end() && I->getValue().size() == 1, in point()
72 return I->getValue()[0]; in point()
79 return {I->getValue().begin(), I->getValue().end()}; in points()
84 require(I != Ranges.end() && I->getValue().size() == 1, in range()
86 return I->getValue()[0]; in range()
94 return {I->getValue().begin(), I->getValue().end()}; in ranges()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5940 SDValue Val = getValue(MI.getValue()); in visitIntrinsicCall()
6314 getValue(I.getArgOperand(0)), getValue(I.getArgOperand(1)), Flags); in visitIntrinsicCall()
7586 DAG, getCurSDLoc(), DAG.getRoot(), getValue(LHS), getValue(RHS), in visitMemCmpBCmpCall()
7673 getValue(Src), getValue(Char), getValue(Length), in visitMemChrCall()
7735 getValue(Arg0), getValue(Arg1), in visitStrCpyCall()
7758 getValue(Arg0), getValue(Arg1), in visitStrCmpCall()
7802 getValue(Arg0), getValue(Arg1), in visitStrNLenCall()
10558 a.Low->getValue().slt(b.Low->getValue()); in lowerWorkItem()
10725 return X.Low->getValue().slt(CC.Low->getValue()); in caseClusterRank()
10825 (FirstLeft->High->getValue() + 1LL) == Pivot->getValue()) { in splitWorkItem()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h61 ++S->getValue();
66 assert(S->getValue() && "Releasing SymbolStringPtr with zero ref count");
67 --S->getValue();
71 ++S->getValue();
81 assert(S->getValue() && "Releasing SymbolStringPtr with zero ref count");
82 --S->getValue();
91 assert(S->getValue() && "Releasing SymbolStringPtr with zero ref count");
92 --S->getValue();
122 ++S->getValue();
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp434 if ((BCst->getValue() & DCst->getValue()) == 0) in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()
453 if ((((BCst->getValue() & DCst->getValue()) & ECst->getValue()) == 0) && in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()
454 (BCst->getValue() & (BCst->getValue() ^ DCst->getValue())).isPowerOf2()) { in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()
456 APInt BandBxorDorE = (BCst->getValue() & (BCst->getValue() ^ DCst->getValue())) | in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()
465 return (C1->getValue() & C2->getValue()) == C1->getValue(); in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()
468 return (C1->getValue() & C2->getValue()) == C2->getValue(); in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()
506 if ((BCst->getValue() & ECst->getValue()) != 0) in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()
674 if (((BCst->getValue() & DCst->getValue()) & in foldLogOpOfMaskedICmps()
2393 LHSC->getValue() == (RHSC->getValue())) { in foldOrOfICmps()
2522 if (RHSC->getValue() + AddC->getValue() == LHSC->getValue()) in foldOrOfICmps()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DConfigManager.cpp326 MachineInfo MI = Iter->getValue(); in getOutputTargetInfoByTargetName()
696 Positional.push_back(Arg->getValue()); in parseObjcopyOptions()
887 StringRef ArgValue(Arg->getValue()); in parseObjcopyOptions()
898 StringRef Value(Arg->getValue()); in parseObjcopyOptions()
1098 StringRef RPath = Arg->getValue(); in parseInstallNameToolOptions()
1116 StringRef Old = Arg->getValue(0); in parseInstallNameToolOptions()
1117 StringRef New = Arg->getValue(1); in parseInstallNameToolOptions()
1158 Config.SharedLibId = Arg->getValue(); in parseInstallNameToolOptions()
1165 Config.InstallNamesToUpdate.insert({Arg->getValue(0), Arg->getValue(1)}); in parseInstallNameToolOptions()
1175 Positional.push_back(Arg->getValue()); in parseInstallNameToolOptions()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp249 auto Form = FormValue.getValue().getForm(); in dumpDebugInfo()
256 if (auto Val = FormValue.getValue().getAsAddress()) in dumpDebugInfo()
257 NewValue.Value = Val.getValue(); in dumpDebugInfo()
267 NewValue.Value = Val.getValue(); in dumpDebugInfo()
274 if (auto Val = FormValue.getValue().getAsBlock()) { in dumpDebugInfo()
275 auto BlockData = Val.getValue(); in dumpDebugInfo()
291 NewValue.Value = Val.getValue(); in dumpDebugInfo()
295 NewValue.CStr = Val.getValue(); in dumpDebugInfo()
300 NewValue.Value = Val.getValue(); in dumpDebugInfo()
302 Form = static_cast<dwarf::Form>(Val.getValue()); in dumpDebugInfo()
[all …]
/netbsd/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DNsdConf.py213 self.database = config.getValue('database')
214 self.difffile = config.getValue('difffile')
215 self.identity = config.getValue('identity')
217 self.logfile = config.getValue('logfile')
218 self.pidfile = config.getValue('pidfile')
219 self.port = config.getValue('port')
328 self.fname = config.getValue('nsd_conf')
329 self.files = config.getValue('nsd_files')
330 self.preamble = config.getValue('nsd_preamble')
331 self.acl_list = config.getValue('acl_list')
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp128 TotalCallCount += CallCount.getValue(); in isFunctionHotInCallGraph()
157 TotalCallCount += CallCount.getValue(); in isFunctionColdInCallGraph()
191 TotalCallCount += CallCount.getValue(); in isFunctionHotOrColdInCallGraphNthPercentile()
283 return HasHugeWorkingSetSize && HasHugeWorkingSetSize.getValue(); in hasHugeWorkingSetSize()
287 return HasLargeWorkingSetSize && HasLargeWorkingSetSize.getValue(); in hasLargeWorkingSetSize()
291 return HotCountThreshold && C >= HotCountThreshold.getValue(); in isHotCount()
295 return ColdCountThreshold && C <= ColdCountThreshold.getValue(); in isColdCount()
303 return CountThreshold && C >= CountThreshold.getValue(); in isHotOrColdCountNthPercentile()
305 return CountThreshold && C <= CountThreshold.getValue(); in isHotOrColdCountNthPercentile()
319 return HotCountThreshold ? HotCountThreshold.getValue() : UINT64_MAX; in getOrCompHotCountThreshold()
[all …]

12345678910>>...36