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

Function isPointer

src/simulate/debug_info.cpp:344–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342 }
343
344 bool isPointer ( const TypeInfo * THIS ) {
345 return (THIS->type==Type::tPointer) && (THIS->dimSize==0);
346 }
347
348 bool isValidArgumentType ( TypeInfo * argType, TypeInfo * passType ) {
349 // passing non-ref to ref, or passing not the same type

Callers 9

isMatchingArgumentTypeFunction · 0.85
isSameTypeFunction · 0.85
isSameTypeMethod · 0.85
tupleFieldIndexMethod · 0.85
variantFieldIndexMethod · 0.85
isRefOrPointerFunction · 0.85
isTempTypeMethod · 0.85
isMoveableValueMethod · 0.85
isVoidPointerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected