reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4040 if (!FieldTBAAInfo.BaseType) { 4041 FieldTBAAInfo.BaseType = CGM.getTBAABaseTypeInfo(base.getType()); 4050 if (FieldTBAAInfo.BaseType)tools/clang/lib/CodeGen/CodeGenTBAA.cpp
374 if (!Info.BaseType) { 375 Info.BaseType = Info.AccessType; 379 return N = MDHelper.createTBAAAccessTag(Info.BaseType, Info.AccessType, 382 return N = MDHelper.createTBAAStructTagNode(Info.BaseType, Info.AccessType,tools/clang/lib/CodeGen/CodeGenTBAA.h
81 BaseType == Other.BaseType && 81 BaseType == Other.BaseType && 243 DenseMapInfo<MDNode *>::getHashValue(Val.BaseType) ^