Searched defs:t_ptr (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Index/
H A Dload-exprs.c4 T* t_ptr = (T *)ptr; local
42 // CHECK: load-exprs.c:4:6: VarDecl=t_ptr:4:6 (Definition) Extent=[4:3 - 4:22]
H A Dannotate-tokens.c4 T* t_ptr = (T *)ptr; local
73 // CHECK: Punctuation: "*" [4:4 - 4:5] VarDecl=t_ptr:4:6 (Definition)
74 // CHECK: Identifier: "t_ptr" [4:6 - 4:11] VarDecl=t_ptr:4:6 (Definition)
75 // CHECK: Punctuation: "=" [4:12 - 4:13] VarDecl=t_ptr:4:6 (Definition)

Completed in 167 milliseconds