Home
last modified time | relevance | path

Searched refs:test_c (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dunknown-anytype.mm15 - (void) test_c: (__unknown_anytype)foo;
40 [obj test_c: (const Uncopyable&) v];
/llvm-project-15.0.7/llvm/test/Analysis/LegacyDivergenceAnalysis/AMDGPU/
H A Dkernel-args.ll27 ; CHECK-LABEL: function 'test_c':
35 define void @test_c([4 x <16 x i8>] addrspace(4)* byval([4 x <16 x i8>]) %arg0, float inreg %arg1, …
/llvm-project-15.0.7/llvm/test/Analysis/DivergenceAnalysis/AMDGPU/
H A Dkernel-args.ll27 ; CHECK-LABEL: Divergence Analysis' for function 'test_c':
35 define void @test_c([4 x <16 x i8>] addrspace(5)* byval([4 x <16 x i8>]) %arg0, float inreg %arg1, …
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dselectcc-opt.ll60 ; EG-LABEL: {{^}}test_c:
62 define amdgpu_kernel void @test_c(float addrspace(1)* %out, i32 %in) {
/llvm-project-15.0.7/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp11.cpp21 same_type<decltype(c), char> test_c; variable
/llvm-project-15.0.7/clang/test/CXX/class/class.compare/class.compare.default/
H A Dp4.cpp134 bool test_c = C() == C(); // expected-error {{invalid operands}} variable
/llvm-project-15.0.7/clang/test/CXX/drs/
H A Ddr13xx.cpp423 void test_c() { in test_c() function