Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Daix-return.c24 enum EnumChar : char { IsChar }; enumerator
/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.h29 bool IsChar(uint16_t nChar, uint32_t nFlag) const;
Dcpwl_combo_box.cpp95 bool CPWL_CBListBox::IsChar(uint16_t nChar, uint32_t nFlag) const { in IsChar() function in CPWL_CBListBox
550 if (!m_pList->IsChar(nChar, nFlag)) in OnChar()