MCPcopy Create free account

hub / github.com/emscripten-core/emscripten / functions

Functions28,963 in github.com/emscripten-core/emscripten

↓ 3 callersFunction__base_10_u64
system/lib/libcxx/include/__charconv/to_chars_base_10.h:110
↓ 3 callersFunction__bit_ceil
system/lib/libcxx/include/__bit/bit_ceil.h:27
↓ 3 callersFunction__call_once
system/lib/libcxx/src/call_once.cpp:32
↓ 3 callersFunction__compiler_rt_fmaxX
Avoid using fmax from libm.
system/lib/compiler-rt/lib/builtins/fp_lib.h:335
↓ 3 callersFunction__compiler_rt_logbX
Implements logb methods (logb, logbf, logbl) for IEEE-754. This avoids pulling in a libm dependency from compiler-rt, but is not meant to replace it (
system/lib/compiler-rt/lib/builtins/fp_lib.h:262
↓ 3 callersFunction__compiler_rt_scalbnX
Avoid using scalbn from libm. Unlike libc/libm scalbn, this function never sets errno on underflow/overflow.
system/lib/compiler-rt/lib/builtins/fp_lib.h:294
↓ 3 callersFunction__constexpr_memchr
system/lib/libcxx/include/__string/constexpr_c_functions.h:130
↓ 3 callersFunction__copy_symlink
system/lib/libcxx/src/filesystem/operations.cpp:464
↓ 3 callersFunction__create_directory_symlink
system/lib/libcxx/src/filesystem/operations.cpp:552
↓ 3 callersFunction__create_hard_link
system/lib/libcxx/src/filesystem/operations.cpp:558
↓ 3 callersFunction__cxa_decrement_exception_refcount
If thrown_object is not null, atomically decrement the referenceCount field of the __cxa_exception header associated with the thrown object referr
system/lib/libcxxabi/src/cxa_exception.cpp:702
↓ 3 callersFunction__cxa_end_catch
Upon exit for any reason, a handler must call: void __cxa_end_catch (); This routine can be called for either a native or foreign exception. For
system/lib/libcxxabi/src/cxa_exception.cpp:529
↓ 3 callersFunction__d2fixed_buffered_n
system/lib/libcxx/src/ryu/d2fixed.cpp:235
↓ 3 callersFunction__des_setkey
system/lib/libc/musl/src/crypt/crypt_des.c:693
↓ 3 callersFunction__dispatch_apply
system/lib/libcxx/include/__pstl/backends/libdispatch.h:61
↓ 3 callersFunction__div100
system/lib/libcxx/src/include/ryu/d2s_intrinsics.h:174
↓ 3 callersFunction__div1e9
system/lib/libcxx/src/include/ryu/d2s_intrinsics.h:182
↓ 3 callersFunction__dl_invalid_handle
system/lib/libc/musl/ldso/dynlink.c:2226
↓ 3 callersFunction__dl_vseterr
system/lib/libc/musl/src/ldso/dlerror.c:45
↓ 3 callersFunction__do_des
* l_in, r_in, l_out, and r_out are in pseudo-"big-endian" format. */
system/lib/libc/musl/src/crypt/crypt_des.c:754
↓ 3 callersMethod__do_get_floating_point
system/lib/libcxx/include/__locale_dir/num.h:403
↓ 3 callersFunction__double_to_bits
system/lib/libcxx/src/include/ryu/common.h:100
↓ 3 callersFunction__emplace_hint
system/lib/libcxx/include/__flat_set/flat_set.h:740
↓ 3 callersFunction__equal_impl
system/lib/libcxx/include/__algorithm/equal.h:210
↓ 3 callersFunction__extendhfsf2
system/lib/compiler-rt/lib/builtins/extendhfsf2.c:15
↓ 3 callersFunction__file_size
system/lib/libcxx/src/filesystem/operations.cpp:636
↓ 3 callersFunction__find_exponent
Finds the position of the exponent character 'e' at the end of the buffer. Assuming there is an exponent the input will terminate with eSdd and eSddd
system/lib/libcxx/include/__format/formatter_floating_point.h:225
↓ 3 callersFunction__find_first_not_set
system/lib/libcxx/include/__algorithm/simd_utils.h:154
↓ 3 callersFunction__fixunsdfdi
system/lib/compiler-rt/lib/builtins/fixunsdfdi.c:16
↓ 3 callersFunction__fixunssfdi
system/lib/compiler-rt/lib/builtins/fixunssfdi.c:16
↓ 3 callersFunction__floatscan
system/lib/libc/musl/src/internal/floatscan.c:426
↓ 3 callersFunction__for_each
system/lib/libcxx/include/__algorithm/for_each.h:28
↓ 3 callersMethod__get
system/lib/libcxx/include/__mdspan/extents.h:59
↓ 3 callersMethod__get_data
system/lib/libcxx/include/__memory/shared_ptr.h:775
↓ 3 callersFunction__getgr_a
system/lib/libc/musl/src/passwd/getgr_a.c:20
↓ 3 callersFunction__getpw_a
system/lib/libc/musl/src/passwd/getpw_a.c:20
↓ 3 callersFunction__getpwent_a
system/lib/libc/musl/src/passwd/getpwent_a.c:11
↓ 3 callersFunction__hard_link_count
system/lib/libcxx/src/filesystem/operations.cpp:652
↓ 3 callersMethod__has_width
system/lib/libcxx/include/__format/parser_std_format_spec.h:315
↓ 3 callersMethod__increment_stop_source_counter
system/lib/libcxx/include/__stop_token/stop_state.h:71
↓ 3 callersFunction__inhibit_ptc
system/lib/libc/musl/src/thread/lock_ptc.c:5
↓ 3 callersFunction__init_tp
system/lib/libc/musl/src/env/__init_tls.c:14
↓ 3 callersFunction__init_with_sentinel
system/lib/libcxx/include/__vector/vector_bool.h:413
↓ 3 callersFunction__init_with_sentinel
system/lib/libcxx/include/__vector/vector.h:600
↓ 3 callersFunction__insert_sign
system/lib/libcxx/include/__format/formatter_integral.h:58
↓ 3 callersFunction__intscan
system/lib/libc/musl/src/internal/intscan.c:26
↓ 3 callersFunction__isOSVersionAtLeast
This old API entry point is no longer used by Clang for Darwin. We still need to keep it around to ensure that object files that reference it are stil
system/lib/compiler-rt/lib/builtins/os_version_check.c:253
↓ 3 callersFunction__is_ascii
system/lib/libcxx/include/__format/parser_std_format_spec.h:1089
↓ 3 callersFunction__is_code_point
https://www.unicode.org/glossary/#code_point
system/lib/libcxx/include/__format/unicode.h:95
↓ 3 callersFunction__is_continuation
system/lib/libcxx/include/__format/unicode.h:106
↓ 3 callersFunction__is_whitespace
system/lib/libcxx/src/experimental/tzdb.cpp:66
↓ 3 callersFunction__iswctype
system/lib/libcxx/include/__locale_dir/support/linux.h:137
↓ 3 callersFunction__ldexp_cexp
* __ldexp_cexp(x, expt) compute exp(x) * 2**expt. * It is intended for large arguments (real part >= ln(DBL_MAX)) * where care is needed to avoid ov
system/lib/libc/musl/src/complex/__cexp.c:67
↓ 3 callersFunction__ldexp_cexpf
system/lib/libc/musl/src/complex/__cexpf.c:51
↓ 3 callersFunction__ledf2
system/lib/compiler-rt/lib/builtins/comparedf2.c:44
↓ 3 callersFunction__lesf2
system/lib/compiler-rt/lib/builtins/comparesf2.c:44
↓ 3 callersFunction__lgamma_r
system/lib/libc/musl/src/math/tgamma.c:174
↓ 3 callersFunction__libcpp_aligned_free
system/lib/libcxx/include/__memory/aligned_alloc.h:51
↓ 3 callersFunction__libcpp_condvar_broadcast
system/lib/libcxx/src/support/win32/thread_win32.cpp:89
↓ 3 callersFunction__libcpp_contention_notify
system/lib/libcxx/src/atomic.cpp:138
↓ 3 callersFunction__libcpp_lgamma
system/lib/libcxx/include/__random/binomial_distribution.h:105
↓ 3 callersFunction__libcpp_thread_isnull
system/lib/libcxx/src/support/win32/thread_win32.cpp:156
↓ 3 callersFunction__libcpp_thread_poll_with_backoff
system/lib/libcxx/include/__thread/poll_with_backoff.h:37
↓ 3 callersFunction__libcpp_tls_create
system/lib/libcxx/include/__thread/support/c11.h:179
↓ 3 callersFunction__llvm_profile_get_padding_sizes_for_counters
system/lib/compiler-rt/lib/profile/InstrProfilingBuffer.c:147
↓ 3 callersFunction__lock_impl
system/lib/libcxx/include/__stop_token/atomic_unique_lock.h:88
↓ 3 callersFunction__lockfile
system/lib/libc/musl/src/stdio/__lockfile.c:4
↓ 3 callersFunction__log10Pow2
Returns floor(log_10(2^__e)).
system/lib/libcxx/src/include/ryu/common.h:79
↓ 3 callersFunction__lsan_default_options
test/other/test_lsan_leaks.c:17
↓ 3 callersFunction__lsan_do_leak_check
system/lib/wasmfs/wasmfs.cpp:58
↓ 3 callersFunction__math_oflowf
system/lib/libc/musl/src/math/__math_oflowf.c:3
↓ 3 callersFunction__math_uflowf
system/lib/libc/musl/src/math/__math_uflowf.c:3
↓ 3 callersFunction__mbrtowc
system/lib/libcxx/src/support/win32/locale_win32.cpp:109
↓ 3 callersFunction__merge_exponents
Here we do this operation as int64 to avoid overflow.
system/lib/libcxx/src/include/from_chars_floating_point.h:216
↓ 3 callersFunction__mkostemps
system/lib/libc/musl/src/temp/mkostemps.c:8
↓ 3 callersFunction__mo_lookup
system/lib/libc/musl/src/locale/__mo_lookup.c:9
↓ 3 callersFunction__mulShift
system/lib/libcxx/src/ryu/d2s.cpp:96
↓ 3 callersFunction__nd_
system/lib/libcxx/include/__random/lognormal_distribution.h:62
↓ 3 callersFunction__nscd_query
system/lib/libc/musl/src/passwd/nscd_query.c:18
↓ 3 callersFunction__nth_radix
system/lib/libcxx/include/__algorithm/radix_sort.h:117
↓ 3 callersMethod__num_trailing_zeros
system/lib/libcxx/include/__format/formatter_floating_point.h:191
↓ 3 callersMethod__out_it
system/lib/libcxx/include/__format/buffer.h:488
↓ 3 callersFunction__parse_duration
system/lib/libcxx/src/experimental/tzdb.cpp:376
↓ 3 callersFunction__parse_save
system/lib/libcxx/src/experimental/tzdb.cpp:442
↓ 3 callersFunction__parse_year
system/lib/libcxx/src/experimental/tzdb.cpp:313
↓ 3 callersFunction__permissions
system/lib/libcxx/src/filesystem/operations.cpp:735
↓ 3 callersFunction__post_Fork
system/lib/libc/musl/src/process/_Fork.c:13
↓ 3 callersFunction__pthread_exit
system/lib/libc/musl/src/thread/pthread_create.c:54
↓ 3 callersFunction__pthread_join
system/lib/libc/musl/src/thread/pthread_join.c:55
↓ 3 callersFunction__pthread_rwlock_rdlock
system/lib/libc/musl/src/thread/pthread_rwlock_rdlock.c:3
↓ 3 callersFunction__pthread_testcancel
system/lib/pthread/library_pthread_stub.c:236
↓ 3 callersFunction__pthread_testcancel
system/lib/libc/musl/src/thread/pthread_testcancel.c:9
↓ 3 callersFunction__pthread_tsd_run_dtors
system/lib/libc/musl/src/thread/pthread_key_create.c:77
↓ 3 callersFunction__rand48_step
system/lib/libc/musl/src/prng/__rand48_step.c:4
↓ 3 callersFunction__read_symlink
system/lib/libcxx/src/filesystem/operations.cpp:778
↓ 3 callersFunction__rem_pio2_large
system/lib/libc/musl/src/math/__rem_pio2_large.c:273
↓ 3 callersFunction__res_mkquery
system/lib/libc/musl/src/network/res_mkquery.c:5
↓ 3 callersFunction__reserve
system/lib/libcxx/include/__flat_set/flat_set.h:753
↓ 3 callersFunction__reserve
system/lib/libcxx/include/__flat_set/flat_multiset.h:669
↓ 3 callersFunction__reserve
system/lib/libcxx/include/__flat_map/flat_map.h:1087
← previousnext →3,201–3,300 of 28,963, ranked by callers