OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecValue
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
Format.h
144
int64_t
DecValue
;
154
: HexValue(HV),
DecValue
(DV), Width(W), Hex(H), Upper(U),
/external/llvm/lib/Support/
raw_ostream.cpp
432
if (FN.
DecValue
== 0) {
439
bool Neg = (FN.
DecValue
< 0);
440
uint64_t N = Neg ? -static_cast<uint64_t>(FN.
DecValue
) : FN.
DecValue
;
Completed in 64 milliseconds