Home
last modified time | relevance | path

Searched defs:isChar (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/include/flang/Lower/
H A DBoxAnalyzer.h42 static constexpr bool isChar() { return false; } in isChar() function
56 static constexpr bool isChar() { return true; } in isChar() function
87 static constexpr bool isChar() { return true; } in isChar() function
283 bool isChar() const { in isChar() function
/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp101 bool isChar() const { return ElementBitwidth == 8; } isChar() function in __anoncee49e800111::SVEType
H A DNeonEmitter.cpp198 bool isChar() const { return ElementBitwidth == 8; } isChar() function in __anon1ddc9b620111::Type
/llvm-project/flang/lib/Semantics/
H A Dcheck-declarations.cpp366 bool isChar{type->category() == DeclTypeSpec::Character}; Check() local