OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_timestamp
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimple-range-cache.cc
780
vec <int>
m_timestamp
;
member in class:temporal_cache
787
m_timestamp
.create (0);
788
m_timestamp
.safe_grow_cleared (num_ssa_names);
794
m_timestamp
.release ();
802
if (ssa >=
m_timestamp
.length ())
804
return abs (
m_timestamp
[ssa]);
833
if (v >=
m_timestamp
.length ())
834
m_timestamp
.safe_grow_cleared (num_ssa_names + 20);
835
m_timestamp
[v] = ++m_current_time;
844
if (v >=
m_timestamp
.length ()
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
gimple-range-cache.cc
711
vec <unsigned>
m_timestamp
;
member in class:temporal_cache
718
m_timestamp
.create (0);
719
m_timestamp
.safe_grow_cleared (num_ssa_names);
725
m_timestamp
.release ();
733
if (ssa >=
m_timestamp
.length ())
735
return
m_timestamp
[ssa];
765
if (v >=
m_timestamp
.length ())
766
m_timestamp
.safe_grow_cleared (num_ssa_names + 20);
767
m_timestamp
[v] = ++m_current_time;
776
if (v >=
m_timestamp
.length ()
[
all
...]
/src/external/bsd/elftosb/dist/common/
EncoreBootImage.h
156
uint8_t m_padding0[2]; //!< Padding to align #
m_timestamp
to long word.
158
uint64_t
m_timestamp
; //!< Timestamp when image was generated in microseconds since 1-1-2000.
member in struct:elftosb::EncoreBootImage::boot_image_header_t
Completed in 33 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026