Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ isSimpleType
Method
isSimpleType
include/daScript/ast/ast_typedecl.h:794–796 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
792
}
793
794
__forceinline bool TypeDecl::isSimpleType(Type typ) const {
795
return baseType==typ && isSimpleType();
796
}
797
798
__forceinline bool TypeDecl::isArray() const {
799
return (bool) dim.size();
Callers
14
look
Method · 0.80
visitGlobalLet
Method · 0.80
visit
Method · 0.80
visit
Method · 0.80
visit
Method · 0.80
visit
Method · 0.80
visit
Method · 0.80
computeWrapper
Function · 0.80
verifyCallCorrect
Method · 0.80
isArrayOfSimpleType
Function · 0.80
isTableOfSimpleTypes
Function · 0.80
isTupleOfSimpleTypes
Function · 0.80
Calls
2
isSimpleType
Function · 0.85
isRefType
Function · 0.70
Tested by
1
look
Method · 0.64