MCPcopy Create free account

hub / github.com/TinyCC/tinycc / functions

Functions2,828 in github.com/TinyCC/tinycc

↓ 6 callersFunctiontcc_close
libtcc.c:762
↓ 6 callersFunctiontcc_debug_line
generate line number info */
tccdbg.c:1472
↓ 6 callersFunctiontest_lvalue
tccgen.c:326
↓ 6 callersFunctiontoup
tcc.h:1427
↓ 6 callersFunctiontype_to_str
print a type. If 'varstr' is not NULL, then the variable is also printed in the type */ XXX: union */ XXX: add array and function pointers */
tccgen.c:2657
↓ 6 callersFunctionvcheck_cmp
------------------------------------------------------------------------- */
tccgen.c:861
↓ 6 callersFunctionvpush64
push arbitrary 64bit constant */
tccgen.c:934
↓ 6 callersFunctionvpush_type_size
push type size as known at runtime time on top of value stack. Put alignment at 'a' */
tccgen.c:3547
↓ 5 callersFunctionC67_IREG_B_REG
c67-gen.c:1380
↓ 5 callersFunctionEIu
riscv64-gen.c:128
↓ 5 callersFunctionIN6_IS_ADDR_MULTICAST
win32/include/winapi/ws2tcpip.h:162
↓ 5 callersFunctionarg_prepare_reg
Prepare arguments in R10 and R11 rather than RCX and RDX because gv() will not ever use these */
x86_64-gen.c:762
↓ 5 callersFunctionasm_emit_cb
riscv64-asm.c:2704
↓ 5 callersFunctionasm_emit_cr
caller: Add funct4 into opcode */
riscv64-asm.c:2932
↓ 5 callersFunctionasm_emit_s
caller: Add funct3 to opcode */
riscv64-asm.c:1588
↓ 5 callersFunctionasm_encode_shift
arm-asm.c:599
↓ 5 callersFunctionasm_label_find
tccasm.c:86
↓ 5 callersFunctionasm_parse_regvar
If T refers to a register then return the register number and type. Otherwise return -1. */
arm-asm.c:3073
↓ 5 callersFunctionchk
tests/tests2/88_codeopt.c:57
↓ 5 callersFunctioncompare_types
return true if type1 and type2 are the same. If unqualified is true, qualifiers on the types are ignored. */
tccgen.c:2857
↓ 5 callersFunctioncstr_realloc
------------------------------------------------------------------------- */ CString handling */
tccpp.c:327
↓ 5 callersFunctioncstr_wccat
add a wide char */
tccpp.c:384
↓ 5 callersFunctiondwarf_uleb128_op
tccdbg.c:782
↓ 5 callersFunctionexpr_const64
parse an integer constant and return its value. */
tccgen.c:6782
↓ 5 callersFunctionf
tests/tests2/60_errors_and_warnings.c:8
↓ 5 callersFunctionf3_infinity
lib/lib-arm64.c:47
↓ 5 callersFunctionfadd
tests/testfp.c:148
↓ 5 callersFunctionfill_bsd_note
tccelf.c:2917
↓ 5 callersFunctionfind_constraint
find a constraint by its number or id (gcc 3 extended syntax). return -1 if not found. Return in *pp in char after the constraint */
tccasm.c:1174
↓ 5 callersFunctiongbound
generate lvalue bound code */
tccgen.c:1649
↓ 5 callersFunctiongen_addrpc32
i386-gen.c:231
↓ 5 callersFunctiongjmp_addr
generate a jump to a fixed address */
il-gen.c:474
↓ 5 callersFunctionis_compatible_types
return true if type1 and type2 are exactly the same (including qualifiers). */
tccgen.c:3578
↓ 5 callersFunctionis_space
space excluding newline */
tcc.h:1415
↓ 5 callersFunctionlabel_push
tccgen.c:812
↓ 5 callersFunctionlbuild
build a long long from two ints */
tccgen.c:2051
↓ 5 callersFunctionld_next
return next ld script token */
tccelf.c:3974
↓ 5 callersFunctionload
load 'r' from value 'sv' */
x86_64-gen.c:355
↓ 5 callersFunctionload_symofs
riscv64-gen.c:175
↓ 5 callersFunctionlog1p
win32/include/tcc/tcc_libm.h:481
↓ 5 callersFunctionparse_btype_qualify
Add type qualifiers to a type. If the type is an array then the qualifiers are added to the element type, copied because it could be a typedef. */
tccgen.c:4707
↓ 5 callersFunctionparse_operands
riscv64-asm.c:278
↓ 5 callersFunctionrelocate_syms
relocate symbol table, resolve undefined symbols if do_resolve is true and output error if undefined symbol. */
tccelf.c:1079
↓ 5 callersFunctionrt_printf
tccrun.c:666
↓ 5 callersFunctionsleep_ms
tests/libtcc_test_mt.c:31
↓ 5 callersFunctionsplay
lib/bcheck.c:2071
↓ 5 callersFunctiontcc_add_dll
find and load a dll. Return non zero if not found */
libtcc.c:1272
↓ 5 callersFunctiontcc_add_include_path
libtcc.c:1013
↓ 5 callersFunctiontcc_compile_string
libtcc.c:846
↓ 5 callersFunctiontcc_get_debug_info
tccdbg.c:1798
↓ 5 callersFunctiontcc_get_dwarf_info
tccdbg.c:1912
↓ 5 callersFunctiontcc_ireg
TCC does not use RISC-V register numbers internally, it uses 0-8 for * integers and 8-16 for floats instead */
riscv64-asm.c:2201
↓ 5 callersFunctiontcc_load_text
libtcc.c:214
↓ 5 callersFunctiontcc_set_lib_path
libtcc.c:1031
↓ 5 callersFunctiontcc_set_options
libtcc.c:2227
↓ 5 callersFunctiontcc_set_output_type
libtcc.c:962
↓ 5 callersFunctiontcc_tcov_block_end
tccdbg.c:2597
↓ 5 callersFunctiontok_str_add2_spc
like tok_str_add2(), add a space if needed */
tccpp.c:1156
↓ 5 callersFunctiontok_str_realloc
tccpp.c:1024
↓ 5 callersFunctionuse_section1
tccasm.c:481
↓ 5 callersFunctionusing_regs
x86_64-gen.c:786
↓ 5 callersFunctionvalue64
normalize values */
tccgen.c:2336
↓ 5 callersFunctionvpush
push constant of type "type" with useless value */
tccgen.c:928
↓ 5 callersFunctionvpushsym
------------------------------------------------------------------------- */ push a symbol value of TYPE */
tccgen.c:1115
↓ 5 callersFunctionwrite_uleb128
tccmacho.c:545
↓ 4 callersFunctionC67_PUSH
c67-gen.c:1243
↓ 4 callersFunctionC67_STW_PTR_PRE_INC
c67-gen.c:1238
↓ 4 callersFunctionPUT_R_RET
put function return registers to stack value */
tccgen.c:270
↓ 4 callersFunctionSTRUCT_NODEBUG
tccdbg.c:1747
↓ 4 callersFunction__bound_init
lib/bcheck.c:928
↓ 4 callersFunction__udivmoddi4
lib/libtcc1.c:144
↓ 4 callersFunctionadd_char
XXX: unicode ? */
tccpp.c:441
↓ 4 callersFunctionadd_param_plan
arm-gen.c:1056
↓ 4 callersFunctionargs_parser_add_file
libtcc.c:1857
↓ 4 callersFunctionarm64_spoff
arm64-gen.c:286
↓ 4 callersFunctionarm64_vset_VT_CMP
arm64-gen.c:1719
↓ 4 callersFunctionasm_emit_cl
caller: Add funct3 into opcode */
riscv64-asm.c:2869
↓ 4 callersFunctionasm_emit_cs
caller: Add funct3 into opcode */
riscv64-asm.c:2952
↓ 4 callersFunctionasm_emit_css
caller: Add funct3 into opcode */
riscv64-asm.c:3014
↓ 4 callersFunctionbuiltin_test_bits
__builtin_clz and __builtin_ctz return random values for 0 */
tests/tcctest.c:3913
↓ 4 callersFunctioncheck_global
tccdbg.c:1630
↓ 4 callersFunctioncond_select
tests/tests2/138_arm64_encoding.c:114
↓ 4 callersFunctionconvert_parameter_type
convert a function parameter type (array to pointer and function to function pointer) */
tccgen.c:4992
↓ 4 callersFunctioncvtlsw
tests/testfp.c:302
↓ 4 callersFunctioncvtlsx
tests/testfp.c:309
↓ 4 callersFunctiondecl
'l' is VT_LOCAL or VT_CONST to define default storage type or VT_CMP if parsing old style parameter list or VT_JMP if parsing c99 for decl: for
tccgen.c:8734
↓ 4 callersFunctiondecl_design_flex
tccgen.c:7650
↓ 4 callersFunctiondwarf_file
tccdbg.c:666
↓ 4 callersFunctiondwarf_line_strp
tccdbg.c:649
↓ 4 callersFunctionelf_hash
elf symbol hashing function */
tccelf.c:390
↓ 4 callersFunctionf3_sticky_shift
lib/lib-arm64.c:133
↓ 4 callersFunctionf3_zero
lib/lib-arm64.c:41
↓ 4 callersFunctionfp3_convert_NaN
lib/lib-arm64.c:65
↓ 4 callersFunctiongen_expr32
XXX: unify with C code output ? */
i386-asm.c:487
↓ 4 callersFunctiongen_logical_imm
arm64-asm.c:685
↓ 4 callersFunctiongen_opic_lt
tccgen.c:2353
↓ 4 callersFunctionget_token
tccpe.c:1844
↓ 4 callersFunctionget_value
lib/tcov.c:79
↓ 4 callersFunctiongfunc_arg_size
x86_64-gen.c:819
↓ 4 callersFunctiongfunc_call
riscv64-gen.c:587
← previousnext →301–400 of 2,828, ranked by callers