Home
last modified time | relevance | path

Searched refs:test_subscript (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-complete.cpp27 void test_subscript(X<double> *ptr1, X<int(int)> *ptr2, int i) { in test_subscript() function
/llvm-project/mlir/test/Dialect/EmitC/
H A Dops.mlir223 func.func @test_subscript(%arg0 : !emitc.array<2x3xf32>, %arg1 : !emitc.ptr<i32>, %arg2 : !emitc.opaque<"std::map<char, int>">, %idx0 : index, %idx1 : i32, %idx2 : !emitc.opaque<"char">) {