Searched refs:useConst (Results 1 – 3 of 3) sorted by relevance
16 void useConst(int) {} in useConst() function18 useConst(TestPi); in main()19 useConst(S::TestCharA); in main()20 useConst(ENUM_NEG); // DexLabel('stop') in main()
19 ; void useConst(int);21 ; useConst(Test1::TestConst1);22 ; useConst(S::TestConst2);23 ; useConst(ENUM_B);24 ; useConst(S::SEnum);85 call void @"?useConst@@YAXH@Z"(i32 3), !dbg !3586 call void @"?useConst@@YAXH@Z"(i32 -10), !dbg !3687 call void @"?useConst@@YAXH@Z"(i32 -2147000000), !dbg !3788 call void @"?useConst@@YAXH@Z"(i32 42), !dbg !3892 declare dso_local void @"?useConst@@YAXH@Z"(i32) #1
39 inline int useConst (void) { in useConst() function