Searched defs:isChar (Results 1 – 4 of 4) sorted by relevance
/llvm-project/flang/include/flang/Lower/ | ||
H A D | BoxAnalyzer.h | 42 static constexpr bool isChar() { return false; } in isChar() function |
/llvm-project/clang/utils/TableGen/ | ||
H A D | SveEmitter.cpp | 101 bool isChar() const { return ElementBitwidth == 8; } isChar() function in __anoncee49e800111::SVEType |
H A D | NeonEmitter.cpp | 198 bool isChar() const { return ElementBitwidth == 8; } isChar() function in __anon1ddc9b620111::Type |
/llvm-project/flang/lib/Semantics/ | ||
H A D | check-declarations.cpp | 366 bool isChar{type->category() == DeclTypeSpec::Character}; Check() local |