Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLiteralSupport.h65 bool isHalf : 1; // 1.0h variable
/external/llvm-project/clang/include/clang/Lex/
DLiteralSupport.h66 bool isHalf : 1; // 1.0h variable
/external/clang/utils/TableGen/
DNeonEmitter.cpp178 bool isHalf() const { return Float && ElementBitwidth == 16; } in isHalf() function in __anon985e31310111::Type
/external/llvm-project/clang/utils/TableGen/
DNeonEmitter.cpp198 bool isHalf() const { return isFloating() && ElementBitwidth == 16; } in isHalf() function in __anon2302917f0111::Type