Searched defs:isTBAAPathStruct (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp227 static bool isTBAAPathStruct(QualType QTy) { function
243 assert(isTBAAPathStruct(QTy));
258 if (isTBAAPathStruct(FieldQTy))
300 if (isTBAAPathStruct(BaseQTy))

Completed in 50 milliseconds