Home
last modified time | relevance | path

Searched +defs:get +defs:first +defs:char (Results 51 – 75 of 267) sorted by relevance

1234567891011

/dports/lang/gcc6-aux/gcc-6-20180516/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.cc87 SymbolizedStack *first; member
142 static void ErrorCallback(void *, const char *, int) {} in ErrorCallback()
147 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get() function in __sanitizer::LibbacktraceSymbolizer
178 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get() function in __sanitizer::LibbacktraceSymbolizer
/dports/devel/riscv64-gcc/gcc-8.3.0/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.cc87 SymbolizedStack *first; member
143 static void ErrorCallback(void *, const char *, int) {} in ErrorCallback()
148 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get() function in __sanitizer::LibbacktraceSymbolizer
179 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get() function in __sanitizer::LibbacktraceSymbolizer
/dports/lang/gcc10-devel/gcc-10-20211008/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.cpp88 SymbolizedStack *first; member
144 static void ErrorCallback(void *, const char *, int) {} in ErrorCallback()
149 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get() function in __sanitizer::LibbacktraceSymbolizer
180 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get() function in __sanitizer::LibbacktraceSymbolizer
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.cpp88 SymbolizedStack *first; member
144 static void ErrorCallback(void *, const char *, int) {} in ErrorCallback()
149 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get() function in __sanitizer::LibbacktraceSymbolizer
180 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get() function in __sanitizer::LibbacktraceSymbolizer
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.cpp88 SymbolizedStack *first; member
144 static void ErrorCallback(void *, const char *, int) {} in ErrorCallback()
149 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get() function in __sanitizer::LibbacktraceSymbolizer
180 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get() function in __sanitizer::LibbacktraceSymbolizer
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.cpp88 SymbolizedStack *first; member
144 static void ErrorCallback(void *, const char *, int) {} in ErrorCallback()
149 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get() function in __sanitizer::LibbacktraceSymbolizer
180 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get() function in __sanitizer::LibbacktraceSymbolizer
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.cpp88 SymbolizedStack *first; member
144 static void ErrorCallback(void *, const char *, int) {} in ErrorCallback()
149 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get() function in __sanitizer::LibbacktraceSymbolizer
180 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get() function in __sanitizer::LibbacktraceSymbolizer
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.cpp88 SymbolizedStack *first; member
144 static void ErrorCallback(void *, const char *, int) {} in ErrorCallback()
149 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get() function in __sanitizer::LibbacktraceSymbolizer
180 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get() function in __sanitizer::LibbacktraceSymbolizer
/dports/lang/gcc9-aux/gcc-9.1.0/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.cc87 SymbolizedStack *first; member
143 static void ErrorCallback(void *, const char *, int) {} in ErrorCallback()
148 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get() function in __sanitizer::LibbacktraceSymbolizer
179 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get() function in __sanitizer::LibbacktraceSymbolizer
/dports/lang/sbcl/sbcl-1.3.13/src/code/
H A Ddefsetfs.lisp63 (defsetf first %rplaca) unknown
154 (defsetf char %charset) unknown
200 (defsetf get (symbol indicator &optional default &environment e) (newval) unknown
/dports/devel/entt/entt-3.8.1/src/entt/entity/
H A Dsnapshot.hpp38 void get(Archive &archive, std::size_t sz, It first, It last) const { in get() function in entt::basic_snapshot
52 void component(Archive &archive, It first, It last, std::index_sequence<Index...>) const { in component()
98 for(auto first = reg->data(), last = first + sz; first != last; ++first) { in entities() local
145 const basic_snapshot & component(Archive &archive, It first, It last) const { in component()
355 auto update(char, Container &container) in update() argument
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/mpi_wrapper/mpi3/
H A Dgroup.hpp33 MPI_Group& get(){return impl_;} in get() function in boost::mpi3::group
56 group sliced(int first, int last, int stride = 1) const{ in sliced()
100 int mpi3::main(int, char*[], mpi3::communicator world){ in main() argument
/dports/x11/xedit/xedit-1.2.2/lisp/modules/
H A Dlisp.lsp137 (defsetf first (list) (value) `(progn (rplaca ,list ,value) ,value)) unknown
157 (defsetf get (symbol key &optional default) (value) unknown
165 (defsetf char lisp::char-store) unknown
/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dbuffer.c251 buf_free_datas (struct buffer_data *first, struct buffer_data *last) in buf_free_datas()
506 struct buffer_data *first, *new, *cur, *prev; in buf_copy_data() local
592 int get; in buf_read_file() local
656 int get, nread; in buf_read_file_to_eof() local
740 size_t get, nbytes; in buf_input_data() local
971 size_t get, nbytes; in buf_read_data() local
1336 int (*inpfn) (void *, const char *, char *, in packetizing_buffer_initialize()
1411 size_t get, nread, count, tcount; in packetizing_buffer_input() local
/dports/textproc/libe-book/libe-book-0.1.3/src/lib/
H A DHTMLHelpStream.cpp270 void mspack_message(struct mspack_file *, const char *, ...) in mspack_message()
291 unsigned countFiles(mschmd_file *const first) in countFiles()
301 mschmd_file *getFileByPos(mschmd_file *const first, const unsigned pos) in getFileByPos()
315 mschmd_file *findFileByName(mschmd_file *const first, const char *const name, unsigned &pos) in findFileByName()
361 const RVNGInputStreamPtr_t FileCache::get(const unsigned id) const in get() function in libebook::__anon860c8eed0211::FileCache
370 const RVNGInputStreamPtr_t FileCache::get(const string &name) const in get() function in libebook::__anon860c8eed0211::FileCache
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A Dsetf.lisp202 (defsetf first set-car) unknown
229 (defsetf get put) unknown
231 (defsetf char set-char) unknown
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dsre_parse.py249 def match(self, char): argument
254 def get(self): member in Tokenizer
493 def _parse(source, state, verbose, nested, first=False): argument
861 def _parse_flags(source, state, char): argument
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dsre_parse.py249 def match(self, char): argument
254 def get(self): member in Tokenizer
493 def _parse(source, state, verbose, nested, first=False): argument
861 def _parse_flags(source, state, char): argument
/dports/lang/python37/Python-3.7.12/Lib/
H A Dsre_parse.py249 def match(self, char): argument
254 def get(self): member in Tokenizer
469 def _parse(source, state, verbose, nested, first=False): argument
837 def _parse_flags(source, state, char): argument
/dports/lang/python310/Python-3.10.1/Lib/
H A Dsre_parse.py249 def match(self, char): argument
254 def get(self): member in Tokenizer
493 def _parse(source, state, verbose, nested, first=False): argument
861 def _parse_flags(source, state, char): argument
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dsre_parse.py249 def match(self, char): argument
254 def get(self): member in Tokenizer
493 def _parse(source, state, verbose, nested, first=False): argument
861 def _parse_flags(source, state, char): argument
/dports/lang/python39/Python-3.9.9/Lib/
H A Dsre_parse.py249 def match(self, char): argument
254 def get(self): member in Tokenizer
493 def _parse(source, state, verbose, nested, first=False): argument
861 def _parse_flags(source, state, char): argument
/dports/lang/python38/Python-3.8.12/Lib/
H A Dsre_parse.py249 def match(self, char): argument
254 def get(self): member in Tokenizer
493 def _parse(source, state, verbose, nested, first=False): argument
861 def _parse_flags(source, state, char): argument
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dsre_parse.py249 def match(self, char): argument
254 def get(self): member in Tokenizer
493 def _parse(source, state, verbose, nested, first=False): argument
861 def _parse_flags(source, state, char): argument
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dsre_parse.py249 def match(self, char): argument
254 def get(self): member in Tokenizer
493 def _parse(source, state, verbose, nested, first=False): argument
861 def _parse_flags(source, state, char): argument

1234567891011