Searched defs:getValueAsInt (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/IR/
H A DAttributes.cpp114 uint64_t Attribute::getValueAsInt() const { function in class:Attribute
118 return pImpl ? pImpl->getValueAsInt() : 0;
148 return pImpl->getValueAsInt();
156 return pImpl->getValueAsInt();
248 Result += utostr(getValueAsInt());
257 Result += utostr(getValueAsInt());
260 Result += utostr(getValueAsInt());
317 uint64_t AttributeImpl::getValueAsInt() const { function in class:AttributeImpl
343 if (AI.isAlignAttribute()) return getValueAsInt() < AI.getValueAsInt();
[all...]
/external/llvm/lib/TableGen/
H A DRecord.cpp1861 /// getValueAsInt - This method looks up the specified field and returns its
1865 int64_t Record::getValueAsInt(StringRef FieldName) const { function in class:Record
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 90 milliseconds