Searched defs:isVoid (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/utils/TableGen/ | ||
H A D | SveEmitter.cpp | 93 bool isVoid() const { return Void & !Pointer; } in isVoid() function in __anon3bd444da0111::SVEType |
H A D | NeonEmitter.cpp | 202 bool isVoid() const { return Kind == Void; } in isVoid() function in __anon28c10cfc0111::Type |
/openbsd/gnu/llvm/llvm/include/llvm/Support/ | ||
H A D | MachineValueType.h | 284 isVoid = 190, // This has no value enumerator |