| /src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| ClangDataCollectorsEmitter.cpp | 12 auto Code = R.getValue("Code")->getValue();
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/ |
| PDBSymbolCompilandEnv.cpp | 20 std::string PDBSymbolCompilandEnv::getValue() const { 21 Variant Value = RawSymbol->getValue();
|
| /src/external/bsd/nsd/dist/contrib/bind2nsd/scripts/ |
| nsd-sync | 60 % (conf.getValue('version')) 74 xlate = conf.getValue('bind2nsd') 85 tmpdir = conf.getValue('tmpdir') # must have trailing '/' 104 cmd += ' ' + conf.getValue('destuser') + '@' 105 cmd += conf.getValue('dest-ip') + ':' 108 if len(conf.getValue('dnspw')) > 0: 110 child.sendline(conf.getValue('dnspw')) 111 child.expect('.*' + conf.getValue('nsd_conf') + '.*') 124 tmpdir = conf.getValue('tmpdir') # must have trailing '/' 129 if conf.getValue('DEMO-MODE') [all...] |
| s64-sync | 60 % (conf.getValue('version')) 74 xlate = conf.getValue('bind2nsd') 85 tmpdir = conf.getValue('tmpdir') # must have trailing '/' 102 #cmd = 'scp -r ' + tmpdir + ' dns@' + conf.getValue('dest-ip') + ':' 107 cmd += ' ' + conf.getValue('destuser') + '@' 108 cmd += conf.getValue('dest-ip') + ':' 111 if len(conf.getValue('dnspw')) > 0: 113 child.sendline(conf.getValue('dnspw')) 114 child.expect('.*' + conf.getValue('nsd_conf') + '.*') 127 tmpdir = conf.getValue('tmpdir') # must have trailing '/ [all...] |
| bind2nsd | 46 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')
|
| s64-mkpw | 52 % (conf.getValue('version')) 72 % (conf.getValue('version')) 76 fd = open(conf.getValue('password_file'), 'w+') 82 print '=> stored password in "%s"' % (conf.getValue('password_file'))
|
| /src/external/apache2/llvm/dist/clang/lib/Basic/ |
| OpenCLOptions.cpp | 22 auto &OptInfo = OptMap.find(Ext)->getValue(); 31 return I != OptMap.end() && I->getValue().Enabled; 42 return I != OptMap.end() && I->getValue().Supported && 43 I->getValue().isAvailableIn(LO); 49 return I != OptMap.end() && I->getValue().Supported && 50 I->getValue().isCoreIn(LO); 56 return I != OptMap.end() && I->getValue().Supported && 57 I->getValue().isOptionalCoreIn(LO); 68 return I != OptMap.end() && I->getValue().Supported && 69 I->getValue().isAvailableIn(LO) & [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Testing/Support/ |
| Annotations.cpp | 70 require(I != Points.end() && I->getValue().size() == 1, 72 return I->getValue()[0]; 79 return {I->getValue().begin(), I->getValue().end()}; 84 require(I != Ranges.end() && I->getValue().size() == 1, 86 return I->getValue()[0]; 94 return {I->getValue().begin(), I->getValue().end()};
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| DwarfStringPool.cpp | 48 if (!MapEntry.getValue().isIndexed()) 49 MapEntry.getValue().Index = NumIndexedStrings++; 92 return A->getValue().Offset < B->getValue().Offset; 96 assert(ShouldCreateSymbols == static_cast<bool>(Entry->getValue().Symbol) && 101 Asm.OutStreamer->emitLabel(Entry->getValue().Symbol); 105 Twine(Entry->getValue().Offset)); 116 if (Entry.getValue().isIndexed()) 117 Entries[Entry.getValue().Index] = &Entry; 124 Asm.emitDwarfStringOffset(Entry->getValue()); [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| PDBSymbolCompilandEnv.h | 26 std::string getValue() const;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/ |
| CostAllocator.h | 41 const ValueT &getValue() const { return Value; } 62 return getHashValue(P->getValue()); 66 return getHashValue(P->getValue()); 78 return isEqual(C, P->getValue()); 84 return isEqual(P1->getValue(), P2); 95 template <typename ValueKeyT> PoolRef getValue(ValueKeyT ValueKey) { 99 return PoolRef((*I)->shared_from_this(), &(*I)->getValue()); 103 return PoolRef(std::move(P), &P->getValue()); 119 return VectorPool.getValue(std::move(v)); 123 return MatrixPool.getValue(std::move(m)) [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| WebAssemblyDisassemblerEmitter.cpp | 34 if (!Def.getValue("Inst")) 39 ->getValue()); 55 Def.getValue("StackBased")->getValue()->getCastTo(StringRecTy::get()); 58 reinterpret_cast<const StringInit *>(StackString)->getValue() == "true"; 66 auto IsCanonicalExisting = CGIP.second->TheDef->getValue("IsCanonical") 67 ->getValue() 73 Def.getValue("IsCanonical")->getValue()->getAsString() == "1";
|
| CodeBeadsGen.cpp | 63 if (!R->getValue("Beads")) 84 !R->getValue("Beads")) { 105 Value |= (static_cast<uint8_t>(B->getValue()) << Shift);
|
| /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| BasicValueFactory.h | 125 const llvm::APSInt& getValue(uint64_t X, unsigned BitWidth, bool isUnsigned); 136 const llvm::APSInt& getValue(const llvm::APSInt& X); 137 const llvm::APSInt& getValue(const llvm::APInt& X, bool isUnsigned); 138 const llvm::APSInt& getValue(uint64_t X, QualType T); 161 return getValue(TargetType.convert(From)); 173 return getValue(TargetType.convert(From)); 178 return getValue(X, T); 182 return getValue(APSIntType(v).getMaxValue()); 186 return getValue(APSIntType(v).getMinValue()); 198 return getValue(T.getMaxValue()) [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/ |
| RefactoringOptions.h | 35 const ValueType &getValue() const { return Value; } 48 const ValueType &getValue() const {
|
| /src/external/apache2/llvm/dist/clang/lib/Driver/ |
| OptionUtils.cpp | 24 if (StringRef(A->getValue()).getAsInteger(Base, Res)) { 27 << A->getAsString(Args) << A->getValue();
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| CheckPlacementNew.cpp | 114 if ((SizeOfPlaceCI->getValue() < SizeOfTargetCI->getValue()) || 116 SizeOfPlaceCI->getValue() >= SizeOfTargetCI->getValue())) { 121 SizeOfPlaceCI->getValue() > SizeOfTargetCI->getValue()) 126 SizeOfPlaceCI->getValue(), SizeOfTargetCI->getValue(), 127 SizeOfPlaceCI->getValue() - SizeOfTargetCI->getValue())); [all...] |
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| BasicValueFactory.cpp | 84 I.getValue().~APSInt(); 90 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APSInt& X) { 108 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APInt& X, 111 return getValue(V); 114 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, unsigned BitWidth, 118 return getValue(V); 121 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, QualType T) { 122 return getValue(getAPSIntType(T).getValue(X)); 257 return &getValue( V1 * V2 ) [all...] |
| SVals.cpp | 175 return getValue()->begin(); 179 return getValue()->end(); 206 return LV->getValue() == I; 208 return NV->getValue() == I; 224 svalBuilder.getBasicValueFactory().evalAPSInt(Op, getValue(), R.getValue()); 234 return svalBuilder.makeIntVal(~getValue()); 239 return svalBuilder.makeIntVal(-getValue()); 251 const llvm::APSInt *X = BasicVals.evalAPSInt(Op, getValue(), R.getValue()); [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Rewrite/ |
| DeltaTree.cpp | 95 const SourceDelta &getValue(unsigned i) const { 100 SourceDelta &getValue(unsigned i) { 191 while (i != e && FileIndex > getValue(i).FileLoc) 196 if (i != e && getValue(i).FileLoc == FileIndex) { 276 while (i != e && SubSplit.FileLoc > InsertSide->getValue(i).FileLoc) 353 assert(N->getValue(i-1).FileLoc < N->getValue(i).FileLoc); 354 FullDelta += N->getValue(i).Delta; 364 const SourceDelta &IVal = N->getValue(i); 367 assert(IN->getValue(i-1).FileLoc < IVal.FileLoc) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| SwitchLoweringUtils.cpp | 26 const APInt &LowCase = Clusters[First].Low->getValue(); 27 const APInt &HighCase = Clusters[Last].High->getValue(); 57 assert(Clusters[i - 1].High->getValue().slt(Clusters[i].Low->getValue())); 75 const APInt &Hi = Clusters[i].High->getValue(); 76 const APInt &Lo = Clusters[i].Low->getValue(); 209 const APInt &Low = Clusters[I].Low->getValue(); 210 const APInt &High = Clusters[I].High->getValue(); 214 const APInt &PreviousHigh = Clusters[I - 1].High->getValue(); 228 Clusters[First].Low->getValue(), [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| MCSymbolWasm.h | 88 return ImportModule.getValue(); 100 return ImportName.getValue(); 106 StringRef getExportName() const { return ExportName.getValue(); } 129 return GlobalType.getValue(); 136 return TableType.getValue(); 148 return EventType.getValue();
|
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| AbstractCallSite.cpp | 49 cast<ConstantInt>(CBCalleeIdxAsCM->getValue())->getZExtValue(); 107 cast<ConstantInt>(CBCalleeIdxAsCM->getValue())->getZExtValue(); 132 int64_t Idx = cast<ConstantInt>(OpAsCM->getValue())->getSExtValue(); 148 if (VarArgFlagAsCM->getValue()->isNullValue())
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPUInstrInfo.cpp | 32 const Value *Ptr = MMO->getValue();
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| identifier.h | 27 int getValue() const;
|