HomeSort by relevance Sort by last modified time
    Searched refs:AliasType (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGCXX.cpp 138 llvm::PointerType *AliasType
146 if (Ref->getType() != AliasType)
147 Aliasee = llvm::ConstantExpr::getBitCast(Ref, AliasType);
179 auto *Alias = llvm::GlobalAlias::create(AliasType->getElementType(), 0,
184 assert(Entry->getType() == AliasType &&
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aepack.py 67 AliasType = Carbon.File.AliasType
96 if isinstance(x, AliasType):
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 130 /// AliasType - Keep track the relationships between the pointers in the set.
133 enum AliasType {

Completed in 92 milliseconds