Home
last modified time | relevance | path

Searched refs:ctf (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
Doverloaded-operator.cpp208 void test_funcptr_call(ConvertToFunc ctf, ConvertToFuncDerived ctfd) { in test_funcptr_call() argument
209 int &i1 = ctf(1.0f, 2.0); in test_funcptr_call()
210 float &f1 = ctf((short int)1, 1.0f); in test_funcptr_call()
211 ctf((long int)17, 2.0); // expected-error{{call to object of type 'ConvertToFunc' is ambiguous}} in test_funcptr_call()
212 ctf(); in test_funcptr_call()
/external/libnfc-nci/src/nfc/ndef/
Dndef_cho_utils.c125 char *p_id_str, UINT8 ctf, in NDEF_MsgAddWktHc() argument
140 UINT8_TO_STREAM (p, (ctf & 0x07)); in NDEF_MsgAddWktHc()
/external/libnfc-nci/src/nfc/include/
Dndef_utils.h420 char *p_id_str, UINT8 ctf,