Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JuliaHubOSS/llvm-cbe
/ functions
Functions
380 in github.com/JuliaHubOSS/llvm-cbe
⨍
Functions
380
◇
Types & classes
30
↳
Endpoints
2
Function
main
test/c_tests/operators/test_compound_subtract_assign.c:16
Function
main
test/c_tests/operators/test_preincrement.c:15
Function
main
test/c_tests/operators/test_bitwise_or.c:16
Function
main
test/c_tests/operators/test_bitwise_xor.c:16
Function
main
test/c_tests/operators/test_unary_plus_char.c:16
Function
main
test/c_tests/operators/test_unary_minus_int.c:15
Function
main
test/c_tests/operators/test_bitwise_not.c:16
Function
main
test/c_tests/operators/test_bitwise_shl.c:16
Function
main
test/c_tests/operators/test_compound_bitwise_xor_assign.c:16
Function
main
test/c_tests/operators/test_compound_add_assign.c:16
Function
main
test/c_tests/operators/test_compound_bitwise_or_assign.c:16
Function
main
test/c_tests/operators/test_logical_or.c:16
Function
main
test/c_tests/operators/test_less_than.c:16
Function
main
test/c_tests/operators/test_equal_operator.c:16
Function
main
test/c_tests/operators/test_add_int_vars.c:15
Function
main
test/c_tests/operators/test_divide_int_vars.c:15
Function
main
test/c_tests/operators/test_bitwise_shr.c:16
Function
main
test/c_tests/operators/test_compound_shl_assign.c:16
Function
main
test/c_tests/operators/test_less_than_or_equal.c:16
Function
main
test/c_tests/operators/test_greater_than.c:16
Function
main
===---------------------- LLVM C Backend test file ----------------------===// The LLVM Compiler Infrastructure This file is distributed under the U
test/c_tests/operators/test_compound_multiply_assign.c:15
Function
main
test/c_tests/operators/test_compound_divide_assign.c:16
Function
main
test/c_tests/operators/test_compound_shr_assign.c:16
Function
main
test/c_tests/declarations/test_declare_unsigned_char.c:16
Function
main
test/c_tests/declarations/test_declare_signed_long.c:15
Function
main
test/c_tests/declarations/test_declare_long.c:15
Function
main
test/c_tests/declarations/test_declare_short.c:15
Function
main
test/c_tests/declarations/test_declare_unsigned_short_int.c:15
Function
main
test/c_tests/declarations/test_declare_long_int.c:16
Function
main
test/c_tests/declarations/test_declare_unsigned_long_long_int.c:15
Function
main
test/c_tests/declarations/test_declare_unsigned_int.c:16
Function
main
test/c_tests/declarations/test_declare_signed_long_long.c:15
Function
main
test/c_tests/declarations/test_declare_long_long.c:15
Function
main
test/c_tests/declarations/test_declare_unsigned_short.c:15
Function
main
test/c_tests/declarations/test_declare_int.c:15
Function
main
test/c_tests/declarations/test_declare_unsigned_long_int.c:16
Function
main
test/c_tests/declarations/test_declare_float.c:15
Function
main
test/c_tests/declarations/test_declare_char.c:15
Function
main
test/c_tests/declarations/test_declare_signed_int.c:16
Function
main
test/c_tests/declarations/test_declare_signed_short.c:15
Function
main
test/c_tests/declarations/test_declare_unsigned_long.c:15
Function
main
test/c_tests/declarations/test_declare_volatile_unsigned_int.c:14
Function
main
test/c_tests/declarations/test_declare_signed_long_long_int.c:16
Function
main
test/c_tests/declarations/test_declare_signed_short_int.c:15
Function
main
test/c_tests/declarations/test_declare_long_double.c:15
Function
main
test/c_tests/declarations/test_declare_signed_char.c:16
Function
main
test/c_tests/declarations/test_declare_unsigned_long_long.c:15
Function
main
test/c_tests/declarations/test_declare_short_int.c:16
Function
main
test/c_tests/declarations/test_declare_double.c:15
Function
main
test/c_tests/declarations/test_declare_long_long_int.c:15
Function
main
test/c_tests/declarations/test_declare_signed_long_int.c:15
Function
main
test/c_tests/stdatomic/test_atomic_fetch_or.c:3
Function
main
test/c_tests/stdatomic/test_atomic_fetch_add.c:3
Function
main
test/c_tests/stdatomic/test_atomic_fetch_xor.c:3
Function
main
test/c_tests/stdatomic/test_atomic_compare_exchange_weak.c:3
Function
main
test/c_tests/stdatomic/test_atomic_load.c:3
Function
main
test/c_tests/stdatomic/test_atomic_compare_exchange_strong.c:3
Function
main
test/c_tests/stdatomic/test_atomic_fetch_and.c:3
Function
main
test/c_tests/stdatomic/test_atomic_exchange.c:3
Function
main
test/c_tests/stdatomic/test_atomic_fetch_sub.c:3
Function
main
test/c_tests/stdatomic/test_atomic_fence.c:15
Function
main
test/c_tests/stdatomic/test_atomic_store.c:3
Function
main
test/c_tests/functions/test_fibonacci_function.c:18
Function
main
test/c_tests/functions/test_static_function.c:16
Function
main
test/c_tests/functions/test_simple_function.c:17
Function
main
test/c_tests/functions/test_function_ptr_select.c:11
Function
main
test/c_tests/functions/test_head_recursion.c:26
Function
main
test/c_tests/functions/test_recursive_function.c:25
Function
main
test/c_tests/functions/test_function_ptr_argument.c:21
Function
main
test/c_tests/functions/test_zero_length_array_argument.c:19
Function
main
test/c_tests/functions/test_nested_function_ptr_argument.c:23
Function
main
test/c_tests/functions/test_tail_recursion.c:26
Function
main
test/c_tests/functions/test_function_ptr.c:20
Function
main
test/c_tests/functions/test_casted_nested_function_ptr_argument.c:23
Function
main
test/c_tests/functions/test_struct_function_argument.c:24
Function
main
test/c_tests/compound_types/test_sizeof_union.c:21
Function
main
test/c_tests/compound_types/test_two_dim_array_pointer.c:20
Function
main
test/c_tests/compound_types/test_self_ref_struct.c:21
Function
main
test/c_tests/compound_types/test_two_dim_array.c:16
Function
main
test/c_tests/compound_types/test_nested_struct.c:26
Function
main
test/c_tests/compound_types/test_get_array_element.c:15
Function
main
test/c_tests/compound_types/test_zero_length_array.c:16
Function
main
test/c_tests/compound_types/test_array_of_structs.c:21
Function
main
test/c_tests/compound_types/test_get_struct_member.c:21
Function
main
test/c_tests/compound_types/test_sizeof_packed_struct.c:24
Function
main
test/c_tests/compound_types/test_get_union_member.c:21
Function
main
test/c_tests/compound_types/test_typedef_struct.c:21
Function
main
test/c_tests/other/test_return_success.c:14
Function
main
test/c_tests/other/test_static_vars.c:19
Function
main
test/c_tests/other/test_macro_substitution.c:18
Function
main
test/c_tests/other/test_register_vars.c:15
Function
main
test/c_tests/other/test_constructor.c:8
Function
main
test/c_tests/other/test_test_failure.c:14
Function
main
test/c_tests/other/test_mutual_ref_globals.c:22
Function
main
test/c_tests/other/test_null_is_0.c:17
Function
main
test/c_tests/pointers/test_deref_int_ptr.c:16
Function
main
test/c_tests/pointers/test_int_sized_ptr_math_incr.c:16
Function
main
test/c_tests/pointers/test_deref_float_ptr.c:16
Function
main
test/c_tests/pointers/test_char_sized_ptr_math_incr.c:16
Function
main
test/c_tests/pointers/test_int_sized_ptr_math_decr.c:16
← previous
next →
201–300 of 380, ranked by callers