Searched refs:tfn (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Index/
H A Dannotate-tokens.cpp23 template <bool (*tfn)(X*)>
28 template <bool (*tfn)(X*)>
29 void TS<tfn>::foo() {}
142 // CHECK: Keyword: "bool" [23:11 - 23:15] NonTypeTemplateParameter=tfn:23:18 (Definition)
143 // CHECK: Punctuation: "(" [23:16 - 23:17] NonTypeTemplateParameter=tfn:23:18 (Definition)
144 // CHECK: Punctuation: "*" [23:17 - 23:18] NonTypeTemplateParameter=tfn:23:18 (Definition)
145 // CHECK: Identifier: "tfn" [23:18 - 23:21] NonTypeTemplateParameter=tfn:23:18 (Definition)
146 // CHECK: Punctuation: ")" [23:21 - 23:22] NonTypeTemplateParameter=tfn:23:18 (Definition)
147 // CHECK: Punctuation: "(" [23:22 - 23:23] NonTypeTemplateParameter=tfn
[all...]
H A Dget-cursor.cpp50 template <bool (*tfn)(X*)>
55 template <bool (*tfn)(X*)>
56 void TS<tfn>::foo() {}
/external/mksh/src/
H A DBuild.sh490 tfn=
509 tfn=$i
571 test -z "$tfn" && if test $legacy = 0; then
572 tfn=mksh
574 tfn=lksh
576 if test -d $tfn || test -d $tfn.exe; then
577 echo "$me: Error: ./$tfn is a directory!" >&2
580 rmf a.exe* a.out* conftest.c *core core.* lft ${tfn}* no *.bc *.ll *.o *.gen \
1793 rmf $tfn
[all...]
/external/clang/test/SemaCXX/
H A Dnew-delete.cpp446 void tfn() { function in namespace:r150682
451 tfn<int>();

Completed in 2072 milliseconds