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 140 llvm::PointerType *AliasType
148 if (Ref->getType() != AliasType)
149 Aliasee = llvm::ConstantExpr::getBitCast(Ref, AliasType);
153 new llvm::GlobalAlias(AliasType, Linkage, "", Aliasee, &getModule());
160 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 34 milliseconds