Sha256: 8f9806c32d9948751c3bd31fcb2d9d62ee327cc7ff2b9f360e147968688339c1
Contents?: true
Size: 690 Bytes
Versions: 2
Compression:
Stored size: 690 Bytes
Contents
arr input.c /^ int (*arr)[] = foo();$/;" l function:main typeref:typename:int (*)[] file: bar input.c /^int2ptr_func bar = foo;$/;" v typeref:typename:int2ptr_func baz input.c /^int2ptr (*baz)(void) = foo;$/;" v typeref:typename:int2ptr (*)(void) foo input.c /^static int (*foo(void))[2] {$/;" f typeref:typename:int (*)[2] file: foo_arr input.c /^ static int foo_arr[2] = {1, 2};$/;" l function:foo typeref:typename:int[2] file: int2ptr input.c /^typedef int (*int2ptr)[2];$/;" t typeref:typename:int (*)[2] file: int2ptr_func input.c /^typedef int (*(*int2ptr_func)(void))[2];$/;" t typeref:typename:int (* (*)(void))[2] file: main input.c /^int main(void) {$/;" f typeref:typename:int
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ctags.rb-1.1.4 | ext/vendor/ctags/Units/parser-cxx.r/pointer-to-array.d/expected.tags |
ctags.rb-1.1.3 | ext/vendor/ctags/Units/parser-cxx.r/pointer-to-array.d/expected.tags |