Home
last modified time | relevance | path

Searched refs:test_g (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lld/test/MachO/
H A Darchive-symbol-resolution.s18 # DYLIB-FIRST-DAG: __TEXT,test_g g
27 # ARCHIVE-FIRST-DAG: __TEXT,test_g g
45 .section __TEXT,test_g
/llvm-project-15.0.7/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp11 void test_g() { in test_g() function
/llvm-project-15.0.7/clang/test/Modules/
H A Dmerge-deduced-return.cpp39 int test_g = h(0); variable
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/X86/
H A Dreg-usage-debug.ll24 ; CHECK: LV: Checking a loop in 'test_g'
31 define i32 @test_g(i32* nocapture readonly %a, i32 %n) local_unnamed_addr !dbg !6 {
110 !6 = distinct !DISubprogram(name: "test_g", scope: !1, file: !1, line: 1, type: !7, isLocal: false,…
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx1z-noexcept-function-type.cpp100 void test_g() { g<void>(nullptr); } // expected-error {{deleted}} in test_g() function
H A Doverload-call.cpp20 void test_g(int iv, float fv) { in test_g() function