Home
last modified time | relevance | path

Searched refs:QChar (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
D2005-02-19-BitfieldStructCrash.cpp3 struct QChar {unsigned short X; QChar(unsigned short); } ; argument
6 Command(QChar c) : c(c) {} in Command()
8 QChar c;
11 Command X(QChar('c'));
13 void Foo(QChar );
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Daddinterface.cpp82 QStringList arg = (*it).split(QChar('\t')); in addInterfaces()
137 QString s((QChar *) name, namelen); in addRegistryInterface()
Dnetworkconfig.cpp841 QStringList types = res.split(QChar(' ')); in getEapCapa()
Dwpagui.cpp440 QStringList types = res.split(QChar(' ')); in openCtrlConnection()