OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QTy
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/CodeGen/
CodeGenTBAA.cpp
81
static bool TypeHasMayAlias(QualType
QTy
) {
83
if (const TagType *TTy = dyn_cast<TagType>(
QTy
))
87
if (const TypedefType *TTy = dyn_cast<TypedefType>(
QTy
)) {
98
CodeGenTBAA::getTBAAInfo(QualType
QTy
) {
101
if (TypeHasMayAlias(
QTy
))
104
const Type *Ty = Context.getCanonicalType(
QTy
).getTypePtr();
CodeGenTBAA.h
70
llvm::MDNode *getTBAAInfo(QualType
QTy
);
CGCXX.cpp
328
const Type *
QTy
= Qual->getAsType();
329
QualType T = QualType(
QTy
, 0);
CodeGenModule.h
381
llvm::MDNode *getTBAAInfo(QualType
QTy
);