Home
last modified time | relevance | path

Searched refs:useConst (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter-tests/
H A Dglobal-constant.cpp16 void useConst(int) {} in useConst() function
18 useConst(TestPi); in main()
19 useConst(S::TestCharA); in main()
20 useConst(ENUM_NEG); // DexLabel('stop') in main()
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dglobal-constants.ll19 ; 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 !35
86 call void @"?useConst@@YAXH@Z"(i32 -10), !dbg !36
87 call void @"?useConst@@YAXH@Z"(i32 -2147000000), !dbg !37
88 call void @"?useConst@@YAXH@Z"(i32 42), !dbg !38
92 declare dso_local void @"?useConst@@YAXH@Z"(i32) #1
/llvm-project-15.0.7/clang/test/Sema/
H A Dinline.c39 inline int useConst (void) { in useConst() function