MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / isBitfield

Method isBitfield

include/daScript/ast/ast_typedecl.h:889–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887 }
888
889 __forceinline bool TypeDecl::isBitfield() const {
890 return ((baseType==Type::tBitfield) || (baseType==Type::tBitfield8) ||
891 (baseType==Type::tBitfield16) || (baseType==Type::tBitfield64))
892 && (dim.size()==0);
893 }
894
895 __forceinline bool TypeDecl::isIterator() const {
896 return (baseType==Type::tIterator) && (dim.size()==0);

Callers 7

ast_NameNameFunction · 0.80
visitMethod · 0.80
isBitfieldOpMethod · 0.80
evalAndFoldMethod · 0.80
visitMethod · 0.80
sv_trySimulate_FieldMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected