Searched refs:getValue (Results 1 - 25 of 308) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp66 I->getValue().~APSInt();
72 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APSInt& X) { function in class:BasicValueFactory
89 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APInt& X, function in class:BasicValueFactory
92 return getValue(V);
95 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, unsigned BitWidth, function in class:BasicValueFactory
99 return getValue(V);
102 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, QualType T) { function in class:BasicValueFactory
104 return getValue(getAPSIntType(T).getValue(X));
154 return &getValue( V
[all...]
H A DAnalyzerOptions.cpp26 StringRef ModeStr(Config.GetOrCreateValue("mode", "deep").getValue());
51 StringRef ModeStr(Config.GetOrCreateValue("ipa", DefaultIPA).getValue());
77 "destructors").getValue());
105 StringRef V(Config.GetOrCreateValue(Name, toString(DefaultVal)).getValue());
116 return V.getValue();
179 StringRef V(Config.GetOrCreateValue(Name, OS.str()).getValue());
190 return AlwaysInlineSize.getValue();
211 return MaxInlinableSize.getValue();
217 return GraphTrimInterval.getValue();
223 return MaxTimesInlineLarge.getValue();
[all...]
H A DSVals.cpp163 return getValue()->begin();
167 return getValue()->end();
180 return LV->getValue() == I;
182 return NV->getValue() == I;
199 svalBuilder.getBasicValueFactory().evalAPSInt(Op, getValue(), R.getValue());
209 return svalBuilder.makeIntVal(~getValue());
214 return svalBuilder.makeIntVal(-getValue());
227 const llvm::APSInt *X = BasicVals.evalAPSInt(Op, getValue(), R.getValue());
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h79 const llvm::APSInt& getValue(uint64_t X, unsigned BitWidth, bool isUnsigned);
90 const llvm::APSInt& getValue(const llvm::APSInt& X);
91 const llvm::APSInt& getValue(const llvm::APInt& X, bool isUnsigned);
92 const llvm::APSInt& getValue(uint64_t X, QualType T);
109 return getValue(TargetType.convert(From));
117 return getValue(TargetType.convert(From));
122 return getValue(X, T);
126 return getValue(APSIntType(v).getMaxValue());
130 return getValue(APSIntType(v).getMinValue());
134 return getValue(getAPSIntTyp
[all...]
H A DSValBuilder.h222 return nonloc::ConcreteInt(BasicVals.getValue(0, ArrayIndexTy));
226 return nonloc::ConcreteInt(BasicVals.getValue(idx, ArrayIndexTy));
233 BasicVals.getValue(integer->getValue(),
238 return makeTruthVal(boolean->getValue(), boolean->getType());
244 return nonloc::ConcreteInt(BasicVals.getValue(integer));
248 return loc::ConcreteInt(BasicVals.getValue(integer));
252 return nonloc::ConcreteInt(BasicVals.getValue(integer, isUnsigned));
257 return loc::ConcreteInt(BasicVals.getValue(integer, type));
259 return nonloc::ConcreteInt(BasicVals.getValue(intege
[all...]
H A DConstraintManager.h42 return Val.hasValue() && Val.getValue();
47 return Val.hasValue() && !Val.getValue();
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DStringPool.h87 if (S) ++S->getValue().Refcount;
91 if (S) ++S->getValue().Refcount;
98 if (S) ++S->getValue().Refcount;
106 if (--S->getValue().Refcount == 0) {
107 S->getValue().Pool->InternTable.remove(S);
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DValueSymbolTable.cpp28 << *VI->getValue()->getType() << "' Name = '"
59 if (NewName.getValue() == 0) {
81 if (Entry.getValue() == 0) {
98 if (NewName.getValue() == 0) {
114 I->getValue()->dump();
H A DIntrinsicInst.cpp67 const Value *DbgValueInst::getValue() const { function in class:DbgValueInst
71 Value *DbgValueInst::getValue() { function in class:DbgValueInst
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DStringSet.h37 if (Entry.getValue() == '+')
H A DImmutableMap.h219 typename iterator::reference operator*() const { return itr->getValue(); }
220 typename iterator::pointer operator->() const { return &itr->getValue(); }
222 key_type_ref getKey() const { return itr->getValue().first; }
223 data_type_ref getData() const { return itr->getValue().second; }
240 if (T) return &T->getValue().second;
250 return Root ? &(Root->getMaxElement()->getValue()) : 0;
387 value_type_ref operator*() const { return itr->getValue(); }
388 value_type* operator->() const { return &itr->getValue(); }
390 key_type_ref getKey() const { return itr->getValue().first; }
391 data_type_ref getData() const { return itr->getValue()
[all...]
H A DPackedVector.h30 static T getValue(const BitVectorTy &Bits, unsigned Idx) { function in class:llvm::PackedVectorBase
47 static T getValue(const BitVectorTy &Bits, unsigned Idx) { function in class:llvm::PackedVectorBase
95 return Vec.getValue(Vec.Bits, Idx);
127 return base::getValue(Bits, Idx);
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DStringPool.cpp31 S->getValue().Pool = this;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DDeltaTree.cpp93 const SourceDelta &getValue(unsigned i) const { function in class:__anon3157::DeltaTreeNode
97 SourceDelta &getValue(unsigned i) {
186 while (i != e && FileIndex > getValue(i).FileLoc)
191 if (i != e && getValue(i).FileLoc == FileIndex) {
271 while (i != e && SubSplit.FileLoc > InsertSide->getValue(i).FileLoc)
350 assert(N->getValue(i-1).FileLoc < N->getValue(i).FileLoc);
351 FullDelta += N->getValue(i).Delta;
361 const SourceDelta &IVal = N->getValue(i);
364 assert(IN->getValue(
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Option/
H A DArg.cpp87 Output.push_back(getValue(i));
94 Output.push_back(getValue(i));
103 OS << getValue(i);
111 getIndex(), getSpelling(), getValue(0)));
113 Output.push_back(getValue(i));
119 Output.push_back(getValue(i));
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DArg.cpp88 Output.push_back(getValue(i));
95 Output.push_back(getValue(i));
104 OS << getValue(i);
112 getIndex(), getSpelling(), getValue(0)));
114 Output.push_back(getValue(i));
120 Output.push_back(getValue(i));
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h132 const MCExpr *Expr = Fixup.getValue();
143 return std::make_pair(cast<MCSymbolRefExpr>(LHS), CE->getValue());
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DFormatStringParsing.h64 const T &getValue() const { function in class:clang::analyze_format_string::SpecifierResult
68 const T &getValue() { return FS; } function in class:clang::analyze_format_string::SpecifierResult
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DStringToOffsetTable.h32 if (Entry.getValue() == -1U) {
40 return Entry.getValue();
/freebsd-10.0-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp109 int64_t Val = II->getValue();
170 int64_t Value = II->getValue();
213 return IntInit::get(BI->getValue());
220 Result |= Bit->getValue() << i;
754 std::string Name = LHSs->getValue();
758 if (const RecordVal *RV = CurRec->getValue(Name)) {
768 const RecordVal *RV = CurRec->getValue(TemplateArgName);
782 const RecordVal *RV = CurMultiClass->Rec.getValue(MCName);
837 if (LHSs->getValue().empty()) {
915 return StringInit::get(LHSs->getValue()
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp188 getCommands(CommandsRefI->getValue(), Commands);
213 getCommands(CommandsRefI->getValue(), Commands);
226 CommandsRef[I].first->getValue(DirectoryStorage),
227 unescapeCommandLine(CommandsRef[I].second->getValue(CommandStorage))));
261 llvm::yaml::Node *Value = (*KVI).getValue();
279 if (KeyString->getValue(KeyStorage) == "directory") {
281 } else if (KeyString->getValue(KeyStorage) == "command") {
283 } else if (KeyString->getValue(KeyStorage) == "file") {
304 StringRef FileName = File->getValue(FileStorage);
309 Directory->getValue(DirectoryStorag
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp125 InFlag = Chain.getValue(1);
130 InFlag = Chain.getValue(1);
136 InFlag = Chain.getValue(1);
140 InFlag = Chain.getValue(1);
147 InFlag = Chain.getValue(1);
155 InFlag = Chain.getValue(1);
234 InFlag = Chain.getValue(1);
238 InFlag = Chain.getValue(1);
242 InFlag = Chain.getValue(1);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java115 value = rec.getValue().getValue().longValue();
123 value = rec.getValue().getValue().longValue();
H A DTestFunctionLookup.java63 address = (Number)tuple.get(0).getValue();
97 address = (Number)tuple.get(0).getValue();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DFileManager.cpp100 return UniqueDirs.GetOrCreateValue(FullPath).getValue();
120 return UniqueFiles.GetOrCreateValue(FullPath).getValue();
273 if (NamedDirEnt.getValue())
302 if (NamedDirEnt.getValue())
303 return NamedDirEnt.getValue() == NON_EXISTENT_DIR
304 ? 0 : NamedDirEnt.getValue();
349 if (NamedFileEnt.getValue())
350 return NamedFileEnt.getValue() == NON_EXISTENT_FILE
351 ? 0 : NamedFileEnt.getValue();
431 if (NamedFileEnt.getValue()
[all...]

Completed in 214 milliseconds

1234567891011>>