Searched defs:isVoid (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ | ||
H A D | MachineValueType.h | 251 isVoid = 163, // This has no value enumerator |
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ | ||
H A D | SveEmitter.cpp | 93 bool isVoid() const { return Void & !Pointer; } in isVoid() function in __anon47288a980111::SVEType |
H A D | NeonEmitter.cpp | 203 bool isVoid() const { return Kind == Void; } in isVoid() function in __anon9e9e0a7a0111::Type |