OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:propagationCount
(Results
1 - 2
of
2
) sorted by null
/external/libcxxabi/src/
cxa_exception.hpp
52
int
propagationCount
;
89
int
propagationCount
;
cxa_exception.cpp
320
if (0 == exception_header->
propagationCount
)
325
++exception_header->
propagationCount
;
363
--exception_header->
propagationCount
;
364
if (0 == exception_header->
propagationCount
)
Completed in 1080 milliseconds