Searched defs:UndefinedRule (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/common/
H A Ddwarf_cfi_to_module.cc212 bool DwarfCFIToModule::UndefinedRule(uint64 address, int reg) { function in class:google_breakpad::DwarfCFIToModule
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.cc899 class CallFrameInfo::UndefinedRule: public CallFrameInfo::Rule { class in class:CallFrameInfo
901 UndefinedRule() { } function in class:CallFrameInfo::UndefinedRule
902 ~UndefinedRule() { }
904 return handler->UndefinedRule(address, reg);
909 const UndefinedRule *our_rhs = dynamic_cast<const UndefinedRule *>(&rhs);
912 Rule *Copy() const { return new UndefinedRule(*this); }
1561 !DoRule(ops.register_number, new UndefinedRule()))
/external/ImageMagick/MagickCore/
H A Ddraw.h64 UndefinedRule, enumerator in enum:__anon36

Completed in 863 milliseconds