OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interceptorscope
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/lib/msan/
msan_interceptors.cc
50
struct
InterceptorScope
{
51
InterceptorScope
() { ++in_interceptor_scope; }
52
~
InterceptorScope
() { --in_interceptor_scope; }
[
all
...]
Completed in 433 milliseconds