HomeSort by relevance Sort by last modified time
    Searched defs:t_ptr (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Index/
load-exprs.c 4 T* t_ptr = (T *)ptr; local
42 // CHECK: load-exprs.c:4:6: VarDecl=t_ptr:4:6 (Definition) Extent=[4:3 - 4:22]
annotate-tokens.c 4 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 165 milliseconds