MCPcopy Create free account

hub / github.com/boostorg/build / functions

Functions2,375 in github.com/boostorg/build

↓ 4 callersFunctiontest_merge_existing
Test adding a link when a different symlink already exists
test/link.py:60
↓ 4 callersFunctiontimestamp_empty
src/engine/timestamp.c:141
↓ 4 callersFunctionvar_edit_file
src/engine/function.c:720
↓ 4 callersFunctionvar_edit_shift
src/engine/function.c:778
↓ 4 callersFunctionvar_swap
src/engine/variable.c:326
↓ 4 callersFunctionyydestruct
(yymsg, yytype, yyvaluep)
src/engine/jamgram.c:1348
↓ 3 callersFunctionCORD__extend_path
P contains a prefix of the path to cur_pos. Extend it to a full */ path and set up leaf info. */ Return 0 if past the end of cord, 1 o.w. */
src/engine/boehm_gc/cord/cordbscs.c:730
↓ 3 callersFunctionCORD_cat_char_star
src/engine/boehm_gc/cord/cordbscs.c:147
↓ 3 callersFunctionCORD_ec_flush_buf
src/engine/boehm_gc/cord/cordxtra.c:410
↓ 3 callersFunctionCORD_fetch
src/engine/boehm_gc/cord/cordxtra.c:254
↓ 3 callersFunctionCORD_from_file
src/engine/boehm_gc/cord/cordxtra.c:605
↓ 3 callersFunctionCORD_sprintf
src/engine/boehm_gc/cord/cordprnt.c:341
↓ 3 callersFunctionCheckAddress
src/engine/boehm_gc/msvc_dbg.c:91
↓ 3 callersFunctionGC_alloc_large
Allocate a large block of size lb bytes. */ The block is not cleared. */ Flags is 0 or IGNORE_OFF_PAGE. */ We hold the allocation lock. */ EXTRA_
src/engine/boehm_gc/malloc.c:41
↓ 3 callersFunctionGC_apply_to_each_object
src/engine/boehm_gc/backgraph.c:273
↓ 3 callersFunctionGC_block_was_dirty
Test whether any page in the given block is dirty */
src/engine/boehm_gc/mark.c:1784
↓ 3 callersFunctionGC_call_with_stack_base
src/engine/boehm_gc/misc.c:1147
↓ 3 callersFunctionGC_check_annotated_obj
Check the object with debugging info at ohdr */ return NIL if it's OK. Else return clobbered */ address. */
src/engine/boehm_gc/dbg_mlc.c:305
↓ 3 callersFunctionGC_check_fl_marks
Check that all mark bits for the free list whose first entry is q */ are set. */
src/engine/boehm_gc/alloc.c:541
↓ 3 callersFunctionGC_clear_stack
Clear some of the inaccessible part of the stack. Returns its */ argument, so it can be used in a tail call position, hence clearing */ another fram
src/engine/boehm_gc/misc.c:257
↓ 3 callersFunctionGC_debug_malloc_atomic
src/engine/boehm_gc/dbg_mlc.c:617
↓ 3 callersFunctionGC_find_limit_with_bound
Return the first nonaddressible location > p (up) or */ the smallest location q s.t. [q,p) is addressable (!up). */ We assume that p (up) or p-1 (!up
src/engine/boehm_gc/os_dep.c:907
↓ 3 callersFunctionGC_finish_collection
Finish up a collection. Assumes lock is held, signals are disabled, */ but the world is otherwise running. */
src/engine/boehm_gc/alloc.c:594
↓ 3 callersFunctionGC_get_heap_size
src/engine/boehm_gc/misc.c:382
↓ 3 callersFunctionGC_invalidate_mark_state
src/engine/boehm_gc/mark.c:572
↓ 3 callersFunctionGC_lookup_pthread
Return a GC_thread corresponding to a given pthread_t. */ Returns 0 if it's not there. */ We assume that this is only called for pthread ids that
src/engine/boehm_gc/win32_threads.c:619
↓ 3 callersFunctionGC_make_sequence_descriptor
src/engine/boehm_gc/typd_mlc.c:289
↓ 3 callersFunctionGC_new_proc_inner
src/engine/boehm_gc/misc.c:1129
↓ 3 callersFunctionGC_next_used_block
Get the next valid block whose address is at least h */ Return 0 if there is none. */
src/engine/boehm_gc/headers.c:329
↓ 3 callersFunctionGC_noop1
Single argument version, robust against whole program analysis. */
src/engine/boehm_gc/mark.c:35
↓ 3 callersFunctionGC_notify_all_builder
src/engine/boehm_gc/pthread_support.c:1456
↓ 3 callersFunctionGC_parse_map_entry
* Assign various fields of the first line in buf_ptr to *start, *end, * *prot, *maj_dev and *mapping_name. Mapping_name may be NULL. * *prot and *m
src/engine/boehm_gc/os_dep.c:299
↓ 3 callersFunctionGC_print_smashed_obj
src/engine/boehm_gc/dbg_mlc.c:405
↓ 3 callersFunctionGC_print_static_roots
For debugging: */
src/engine/boehm_gc/mark_rts.c:43
↓ 3 callersFunctionGC_push_marked
Push all objects reachable from marked objects in the given block */
src/engine/boehm_gc/mark.c:1732
↓ 3 callersFunctionGC_push_roots
* Call the mark routines (GC_tl_push for a single pointer, GC_push_conditional * on groups of pointers) on every top level accessible pointer. * If
src/engine/boehm_gc/mark_rts.c:550
↓ 3 callersFunctionGC_reclaim_all
* Reclaim all small blocks waiting to be reclaimed. * Abort and return FALSE when/if (*stop_func)() returns TRUE. * If this returns TRUE, then it's
src/engine/boehm_gc/reclaim.c:566
↓ 3 callersFunctionGC_reclaim_small_nonempty_block
* Restore unmarked small objects in the block pointed to by hbp * to the appropriate object free list. * If entirely empty blocks are to be complete
src/engine/boehm_gc/reclaim.c:236
↓ 3 callersFunctionGC_register_displacement_inner
src/engine/boehm_gc/obj_map.c:36
↓ 3 callersFunctionGC_register_my_thread_inner
* This may be called from DllMain, and hence operates under unusual * constraints. In particular, it must be lock-free if GC_win32_dll_threads * is
src/engine/boehm_gc/win32_threads.c:310
↓ 3 callersFunctionGC_remove_header
Remove the header for block h */
src/engine/boehm_gc/headers.c:280
↓ 3 callersFunctionGC_same_obj
Check that p and q point to the same object. Call */ GC_same_obj_print_proc if they don't. */ Returns the first argument. (Return value may be ha
src/engine/boehm_gc/ptr_chck.c:39
↓ 3 callersFunctionGC_save_callers
src/engine/boehm_gc/os_dep.c:4096
↓ 3 callersFunctionGC_set_hdr_marks
Set all mark bits in the header. Used for uncollectable blocks. */
src/engine/boehm_gc/mark.c:157
↓ 3 callersFunctionGC_setpagesize
src/engine/boehm_gc/os_dep.c:693
↓ 3 callersFunctionGC_should_collect
Have we allocated enough to amortize a collection? */
src/engine/boehm_gc/alloc.c:227
↓ 3 callersFunctionGC_text_mapping
Find the text(code) mapping for the library whose name starts with nm. */
src/engine/boehm_gc/os_dep.c:377
↓ 3 callersFunctionGC_unix_sbrk_get_mem
src/engine/boehm_gc/os_dep.c:1818
↓ 3 callersFunctionGC_unmap
We assume that GC_remap is called on exactly the same range */ as a previous call to GC_unmap. It is safe to consistently */ round the endpoints in b
src/engine/boehm_gc/os_dep.c:2089
↓ 3 callersFunctionGC_unregister_my_thread
src/engine/boehm_gc/win32_threads.c:576
↓ 3 callersFunctionGC_wait_marker
src/engine/boehm_gc/pthread_support.c:1470
↓ 3 callersFunctionGC_with_callee_saves_pushed
Ensure that either registers are pushed, or callee-save registers */ are somewhere on the stack, and then call fn(arg, ctxt). */ ctxt is either a poi
src/engine/boehm_gc/mach_dep.c:169
↓ 3 callersMethod__ensure_newer_than_last_build
Updates the given path's modification timestamp after waiting for the newly assigned file system modification timestamp to become l
test/BoostBuild.py:881
↓ 3 callersMethod__init__
(self, id, composing, source_types, target_types, requirements)
src/tools/unix.py:19
↓ 3 callersMethod_cppName
( self, type )
src/tools/doxproc.py:791
↓ 3 callersFunction_sleep
(delay)
test/BoostBuild.py:1235
↓ 3 callersFunction_traverse_tree
Returns a list of all names in a tree.
test/tree.py:186
↓ 3 callersFunctionadd_hist
src/engine/boehm_gc/cord/de.c:181
↓ 3 callersFunctionallocate
src/engine/object.c:92
↓ 3 callersFunctionarg_compile_impl
src/engine/function.c:3357
↓ 3 callersFunctionargument_compiler_add
src/engine/function.c:3274
↓ 3 callersFunctionargument_compiler_free
src/engine/function.c:3269
↓ 3 callersFunctionargument_compiler_init
src/engine/function.c:3263
↓ 3 callersFunctionargument_list_compiler_free
src/engine/function.c:3402
↓ 3 callersFunctionargument_list_compiler_init
src/engine/function.c:3397
↓ 3 callersFunctioncheck_cmd_for_too_long_lines
Returns whether the given command string contains lines longer than the given * maximum. */
src/engine/execcmd.c:76
↓ 3 callersFunctionchktree
src/engine/boehm_gc/tests/test.c:762
↓ 3 callersFunctioncmd_free
src/engine/command.c:98
↓ 3 callersFunctioncombine_strings
src/engine/function.c:1202
↓ 3 callersFunctioncompile_c_cpp
(targets,sources=None)
src/tools/msvc.py:392
↓ 3 callersFunctioncompile_condition
src/engine/function.c:2260
↓ 3 callersFunctioncompile_emit_instruction
src/engine/function.c:1334
↓ 3 callersFunctionconfigure_really
(version=None, options=[])
src/tools/msvc.py:632
↓ 3 callersFunctiondebug
()
src/tools/gcc.py:38
↓ 3 callersFunctiondebug
()
src/tools/msvc.py:44
↓ 3 callersFunctiondefault_path
(version)
src/tools/msvc.py:883
↓ 3 callersMethoddo_log
(self, *args)
src/util/logger.py:26
↓ 3 callersFunctionensure_struct
Ensure that p has a back_edges structure associated with it. */
src/engine/boehm_gc/backgraph.c:187
↓ 3 callersFunctionfix_cursor
Adjust display so that cursor is visible; move cursor into position */ Update screen if necessary. */
src/engine/boehm_gc/cord/de.c:321
↓ 3 callersFunctionfunction_get_constant
src/engine/function.c:296
↓ 3 callersFunctionfunction_rulename
src/engine/function.c:2908
↓ 3 callersFunctionfunction_run
src/engine/function.c:3758
↓ 3 callersFunctiongcj_cons
src/engine/boehm_gc/tests/test.c:268
↓ 3 callersFunctiongetParent
($this)
website/bootstrap/js/bootstrap.js:782
↓ 3 callersFunctionget_bucket
src/engine/lists.c:19
↓ 3 callersFunctionget_index
Make sure that there is a bottom level index block for address addr */ Return FALSE on failure. */
src/engine/boehm_gc/headers.c:198
↓ 3 callersFunctionhash_keyval
src/engine/object.c:133
↓ 3 callersFunctionhashstats_print
src/engine/hash.c:367
↓ 3 callersMethodignore_removal
(self, wildcard)
test/BoostBuild.py:621
↓ 3 callersFunctionis_path_delim
src/engine/pathsys.c:130
↓ 3 callersFunctionis_raw_command_request
Checks whether the given shell list is actually a request to execute raw * commands without an external shell. */
src/engine/execcmd.c:99
↓ 3 callersFunctionmake0rescan
src/engine/make.c:228
↓ 3 callersFunctionmake1list
src/engine/make1.c:1261
↓ 3 callersFunctionmark_target_for_updating
src/engine/make.c:918
↓ 3 callersFunctionmd5_append
src/engine/md5.c:322
↓ 3 callersFunctionmin_bytes_allocd
Return the minimum number of words that must be allocated between */ collections to amortize the collection cost. */
src/engine/boehm_gc/alloc.c:143
↓ 3 callersFunctionmk_correct_order_func
(s1, s2)
test/core_dependencies.py:69
↓ 3 callersFunctionmktree
src/engine/boehm_gc/tests/test.c:677
↓ 3 callersFunctionmodule_set_fixed_variables
src/engine/modules.c:398
↓ 3 callersFunctionobject_get_item
src/engine/object.c:233
← previousnext →401–500 of 2,375, ranked by callers