HomeSort by relevance Sort by last modified time
    Searched refs:LK_Null (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 57 enum LocationKind { LK_Null, LK_Source, LK_Memory, LK_Symbolized };
67 Location() : Kind(LK_Null) {}
ubsan_diag.cc 169 case Location::LK_Null:

Completed in 49 milliseconds