MCPcopy Create free account
hub / github.com/Samsung/UTopia / getPointeeType

Method getPointeeType

lib/type/Type.cpp:203–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203const Type *Type::getPointeeType() const {
204 if (isPointerType()) {
205 assert(PtrInfo && "Unexpected Program State");
206 return PtrInfo->getPointeeType();
207 }
208 return this;
209}
210
211bool Type::isBoolean() const { return Boolean; }
212

Callers 15

isTemplateTypeMethod · 0.80
addFieldToDescriptorMethod · 0.80
genFuzzVarAssignMethod · 0.80
generateDeclTypeNameMethod · 0.80
isByteTypeMethod · 0.80
genArrDeclStmtMethod · 0.80
isMultiDimensionArrayMethod · 0.80
setTypeMethod · 0.80
checkMethod · 0.80
getDataMethod · 0.80
getRealTypeMethod · 0.80

Calls 2

isPointerTypeFunction · 0.85
getMethod · 0.45

Tested by 2

TESTFunction · 0.64
TEST_FFunction · 0.64