Home
last modified time | relevance | path

Searched refs:destAS (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DConstantEmitter.h156 void initializeNonAbstract(LangAS destAS) { in initializeNonAbstract() argument
159 DestAddressSpace = destAS; in initializeNonAbstract()
DCGExprConstant.cpp1087 LangAS destAS = E->getType()->getPointeeType().getAddressSpace(); in VisitCastExpr() local
1091 destAS, destTy); in VisitCastExpr()