HomeSort by: relevance | last modified time | path
    Searched refs:GlobalAddressDescription (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.h 150 struct GlobalAddressDescription {
163 bool PointsInsideTheSameVariable(const GlobalAddressDescription &other) const;
167 GlobalAddressDescription *descr);
196 GlobalAddressDescription global;
256 const GlobalAddressDescription *AsGlobal() const {
asan_descriptions.cc 304 GlobalAddressDescription *descr) {
315 GlobalAddressDescription descr;
326 void GlobalAddressDescription::Print(const char *bug_type) const {
338 bool GlobalAddressDescription::PointsInsideTheSameVariable(
339 const GlobalAddressDescription &other) const {
479 GlobalAddressDescription global_descr;
asan_report.cc 391 GlobalAddressDescription gdesc1, gdesc2;

Completed in 12 milliseconds