HomeSort by relevance Sort by last modified time
    Searched defs:getValueAsInt (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/IR/
Attributes.cpp 111 uint64_t Attribute::getValueAsInt() const {
114 return pImpl ? pImpl->getValueAsInt() : 0;
142 return pImpl->getValueAsInt();
150 return pImpl->getValueAsInt();
228 Result += utostr(getValueAsInt());
237 Result += utostr(getValueAsInt());
240 Result += utostr(getValueAsInt());
322 uint64_t AttributeImpl::getValueAsInt() const {
345 if (AI.isAlignAttribute()) return getValueAsInt() < AI.getValueAsInt();
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 674 public int getValueAsInt(int defaultValue) {
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 608 milliseconds