Lines Matching refs:call
1 LOCAL_PATH := $(call my-dir)
18 do_test_simple = $(call do_test,$1,$1.cpp,$2)
20 $(call do_test,rtti,test_gabixx_rtti.cpp)
21 $(call do_test,exceptions,test_gabixx_exceptions.cpp)
22 $(call do_test,aux_runtime,test_aux_runtime.cpp)
23 $(call do_test_simple,test_guard)
24 $(call do_test_simple,catch_array_01)
25 $(call do_test_simple,catch_array_02)
26 $(call do_test_simple,catch_class_01)
27 $(call do_test_simple,catch_class_02)
28 $(call do_test_simple,catch_class_03)
29 $(call do_test_simple,catch_class_04)
30 $(call do_test_simple,catch_const_pointer_nullptr,-std=c++11)
31 $(call do_test_simple,catch_function_01)
32 $(call do_test_simple,catch_function_02)
33 $(call do_test_simple,catch_member_data_pointer_01)
34 $(call do_test_simple,catch_member_function_pointer_01)
35 $(call do_test_simple,catch_member_pointer_nullptr,-std=c++11)
36 $(call do_test_simple,catch_pointer_nullptr,-std=c++11)
37 $(call do_test_simple,catch_ptr)
38 $(call do_test_simple,catch_ptr_02)
39 $(call do_test_simple,dynamic_cast3)
40 $(call do_test_simple,dynamic_cast5)
41 $(call do_test_simple,test_vector1)
42 $(call do_test_simple,test_vector2)
43 $(call do_test_simple,test_vector3)
44 $(call do_test_simple,unwind_01)
45 $(call do_test_simple,unwind_02)
46 $(call do_test_simple,unwind_03)
47 $(call do_test_simple,unwind_04)
48 $(call do_test_simple,unwind_05)
50 $(call import-module,cxx-stl/gabi++)