Searched defs:const (Results 1 - 25 of 115) sorted by relevance

12345

/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_exceptions_test.cc8 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 DFuzzerIO.h64 operator <(const SizedFile & B) const argument
[all...]
H A DFuzzerDataFlowTrace.h43 const Vector<uint8_t> *Get(const std::string &InputSha1) const { argument
H A DFuzzerShmem.h48 bool IsServer() const { return Data && IAmServer; } argument
49 bool IsClient() const { return Data && !IAmServer; } argument
/src/bin/csh/
H A DMakefile
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_ignoreset.cc37 uptr IgnoreSet::Size() const { argument
41 u32 IgnoreSet::At(uptr i) const { argument
H A Dtsan_mutexset.cc80 uptr MutexSet::Size() const { argument
84 MutexSet::Desc MutexSet::Get(uptr i) const { argument
H A Dtsan_mutexset.h64 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 Dubsan_value.cc23 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 Dubsan_type_hash.h34 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 Dtype_local.h12 # define const macro
/src/games/boggle/boggle/
H A Dprtable.c66 prtable(const char *const base[], int num, int d_cols, int width, argument
[all...]
/src/games/dab/
H A Dboard.h52 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 Dplayer.h54 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 Dbox.cc124 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 Dasan_scariness_score.h48 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 Dsanitizer_allocator.h49 void OnMap(uptr p, uptr size) const { } argument
50 void OnUnmap(uptr p, uptr size) const { } argument
H A Dsanitizer_stoptheworld.h42 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 Dsanitizer_lfstack.h32 bool Empty() const { argument
H A Dsanitizer_report_decorator.h28 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 Dsanitizer_vector.h46 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 Dsanitizer_suppressions_test.cc72 void CheckSuppressions(unsigned count, std::vector<const char *> types, argument
/src/common/dist/zlib/contrib/iostream/
H A Dzfstream.h22 inline int is_open() const { return (file !=NULL); } argument
/src/sys/arch/epoc32/stand/e32boot/ldd/
H A De32boot.cpp92 E32BootLDD::GetCaps(TDes8 &aDes) const argument
/src/sys/arch/hpc/stand/hpcboot/
H A Dconsole.h61 int16_t getBootConsole(void) const { return _boot_console; } argument

Completed in 16 milliseconds

12345