| /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
| H A D | asan_exceptions_test.cc | 8 void PrintString(const std::string& msg) const { argument 11 void Throw(const char& arg) const { argument
|
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| H A D | FuzzerIO.h | 64 operator <(const SizedFile & B) const argument [all...] |
| H A D | FuzzerDataFlowTrace.h | 43 const Vector<uint8_t> *Get(const std::string &InputSha1) const { argument
|
| H A D | FuzzerShmem.h | 48 bool IsServer() const { return Data && IAmServer; } argument 49 bool IsClient() const { return Data && !IAmServer; } argument
|
| /src/bin/csh/ |
| H A D | Makefile | |
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_ignoreset.cc | 37 uptr IgnoreSet::Size() const { argument 41 u32 IgnoreSet::At(uptr i) const { argument
|
| H A D | tsan_mutexset.cc | 80 uptr MutexSet::Size() const { argument 84 MutexSet::Desc MutexSet::Get(uptr i) const { argument
|
| H A D | tsan_mutexset.h | 64 uptr MutexSet::Size() const { return 0; } argument 65 MutexSet::Desc MutexSet::Get(uptr i) const { return Desc(); } argument
|
| /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
| H A D | ubsan_value.cc | 23 SIntMax Value::getSIntValue() const { argument 44 UIntMax Value::getUIntValue() const { argument 60 UIntMax Value::getPositiveIntValue() const { argument 71 FloatMax Value::getFloatValue() const { argument
|
| H A D | ubsan_type_hash.h | 34 bool isValid() const { return MostDerivedTypeName; } argument 36 const char *getMostDerivedTypeName() const { return MostDerivedTypeName; } argument 38 sptr getOffset() const { return Offset; } argument 40 const char *getSubobjectTypeName() const { retur argument [all...] |
| /src/sys/arch/x68k/stand/aout2hux/ |
| H A D | type_local.h | 12 # define const macro
|
| /src/games/boggle/boggle/ |
| H A D | prtable.c | 66 prtable(const char *const base[], int num, int d_cols, int width, argument [all...] |
| /src/games/dab/ |
| H A D | board.h | 52 size_t nx(void) const { return _nx; } argument 53 size_t ny(void) const { return _ny; } argument 54 size_t tx(void) const { return _tx; } argument 55 size_t ty(void) const { return _ty; } argument 56 GAMESCREEN* getScrn(void) const { return _scrn; } argument [all...] |
| H A D | player.h | 54 char getWho(void) const { return _who; } argument 57 size_t getScore(void) const { return _score; } argument 58 size_t getTotal(void) const { return _total; } argument 59 size_t getGames(void) const { return _games; } argument 60 size_t getTies(void) const { return _ties; } argument
|
| H A D | box.cc | 124 int BOX::isset(int e) const argument 136 int BOX::count(void) const argument
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| H A D | asan_scariness_score.h | 48 int GetScore() const { return score; } argument 49 const char *GetDescription() const { return descr; } argument 50 void Print() const { argument
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_allocator.h | 49 void OnMap(uptr p, uptr size) const { } argument 50 void OnUnmap(uptr p, uptr size) const { } argument
|
| H A D | sanitizer_stoptheworld.h | 42 virtual uptr RegisterCount() const { UNIMPLEMENTED(); } argument 43 virtual uptr ThreadCount() const { UNIMPLEMENTED(); } argument 44 virtual tid_t GetThreadID(uptr index) const { UNIMPLEMENTED(); } argument 36 GetRegistersAndSP(uptr index,uptr * buffer,uptr * sp) const argument
|
| H A D | sanitizer_lfstack.h | 32 bool Empty() const { argument
|
| H A D | sanitizer_report_decorator.h | 28 const char *Bold() const { return ansi_ ? "\033[1m" : ""; } argument 29 const char *Default() const { return ansi_ ? "\033[1m\033[0m" : ""; } argument 30 const char *Warning() const { return Red(); } argument 31 const char *Error() const { return Red(); } argument 32 const char *MemoryByte() const { retur argument 35 Black() const argument 36 Red() const argument 37 Green() const argument 38 Yellow() const argument 39 Blue() const argument 40 Magenta() const argument 41 Cyan() const argument 42 White() const argument [all...] |
| H A D | sanitizer_vector.h | 46 uptr Size() const { argument 55 const T &operator[](uptr i) const { argument
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| H A D | sanitizer_suppressions_test.cc | 72 void CheckSuppressions(unsigned count, std::vector<const char *> types, argument
|
| /src/common/dist/zlib/contrib/iostream/ |
| H A D | zfstream.h | 22 inline int is_open() const { return (file !=NULL); } argument
|
| /src/sys/arch/epoc32/stand/e32boot/ldd/ |
| H A D | e32boot.cpp | 92 E32BootLDD::GetCaps(TDes8 &aDes) const argument
|
| /src/sys/arch/hpc/stand/hpcboot/ |
| H A D | console.h | 61 int16_t getBootConsole(void) const { return _boot_console; } argument
|