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

  /external/clang/lib/CodeGen/
CGCXX.cpp 144 llvm::PointerType *AliasType
152 if (Ref->getType() != AliasType)
153 Aliasee = llvm::ConstantExpr::getBitCast(Ref, AliasType);
185 auto *Alias = llvm::GlobalAlias::create(AliasType->getElementType(), 0,
190 assert(Entry->getType() == AliasType &&
ItaniumCXXABI.cpp     [all...]
  /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 131 /// AliasType - Keep track the relationships between the pointers in the set.
134 enum AliasType {

Completed in 192 milliseconds