HomeSort by: relevance | last modified time | path
    Searched defs:intValue (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/elftosb/dist/elftosb2/
BootImageGenerator.cpp 69 const IntegerValue * intValue = dynamic_cast<const IntegerValue *>(m_options->getOption(kDriveTagOption));
70 if (intValue)
72 image->setDriveTag(intValue->getValue());
EncoreBootImageGenerator.cpp 63 const IntegerValue * intValue = dynamic_cast<const IntegerValue *>(m_options->getOption(kFlagsOption));
64 if (intValue)
66 image->setFlags(intValue->getValue());
92 const IntegerValue * intValue = dynamic_cast<const IntegerValue *>(value);
93 if (intValue)
96 imageSection->setFlags(intValue->getValue());
108 const IntegerValue * intValue = dynamic_cast<const IntegerValue *>(value);
109 if (intValue)
112 if (intValue->getValue() < EncoreBootImage::BOOT_IMAGE_MINIMUM_SECTION_ALIGNMENT)
117 imageSection->setAlignment(intValue->getValue())
    [all...]
elftosb.cpp 427 uint32_t intValue = strtoul(value, NULL, 0);
443 intValue *= multiplier;
444 return intValue;
ConversionController.cpp 271 SizedIntegerValue * intValue = dynamic_cast<SizedIntegerValue*>(value);
272 if (!intValue)
279 // printIntConstExpr(ident, intValue);
283 m_context.setVariable(ident, intValue->getValue(), intValue->getWordSize());
1108 SizedIntegerValue intValue(intNode->getValue(), intNode->getSize());
1109 source = new PatternSource(intValue);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptToken.cpp 48 uint32_t RCToken::intValue() const {
  /src/external/mpl/dhcp/dist/keama/
data.c 388 intValue(const struct element *e)
1129 result = createInt(intValue(e));
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGAtomic.cpp 2037 llvm::Value *intValue = atomics.convertRValueToInt(rvalue);
2042 intValue = Builder.CreateIntCast(
2043 intValue, addr.getElementType(), /*isSigned=*/false);
2044 llvm::StoreInst *store = Builder.CreateStore(intValue, addr);

Completed in 32 milliseconds