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.sh496 tfn=
515 tfn=$i
577 test -z "$tfn" && if test $legacy = 0; then
578 tfn=mksh
580 tfn=lksh
582 if test -d $tfn || test -d $tfn.exe; then
583 echo "$me: Error: ./$tfn is a directory!" >&2
586 rmf a.exe* a.out* conftest.c conftest.exe* *core core.* ${tfn}* *.bc *.dbg \
1815 rmf $tfn
[all...]
/external/clang/test/SemaCXX/
H A Dnew-delete.cpp446 void tfn() { function in namespace:r150682
451 tfn<int>();

Completed in 142 milliseconds