OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:intValue
(Results
1 - 8
of
8
) 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);
/src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c
371
int
intValue
;
13525
if (objPtr->internalRep.
intValue
== -1) {
13530
if (objPtr->internalRep.
intValue
>= 0 || objPtr->internalRep.
intValue
== -INT_MAX) {
13531
sprintf(buf, "%d", objPtr->internalRep.
intValue
);
13535
sprintf(buf, "end%d", objPtr->internalRep.
intValue
+ 1);
13598
objPtr->internalRep.
intValue
= idx;
13623
*indexPtr = objPtr->internalRep.
intValue
;
13676
objPtr->internalRep.
intValue
= returnCode;
13684
*intPtr = objPtr->internalRep.
intValue
;
[
all
...]
Completed in 29 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026