HomeSort by: relevance | last modified time | path
    Searched refs:AddrType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelDAGToDAG.cpp 48 enum class AddrType {
58 AddrType AM;
82 M68kISelAddressMode(AddrType AT)
108 return AM == AddrType::ARII || AM == AddrType::PCI ||
109 AM == AddrType::ARID || AM == AddrType::PCD || AM == AddrType::AL;
116 case AddrType::ARII:
117 case AddrType::PCI
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 2366 QualType AddrType = ValType.getUnqualifiedType().withVolatile();
2368 AddrType.addConst();
2372 if (!AddrType.isAtLeastAsQualifiedAs(ValType)) {
2375 << PointerArg->getType() << Context.getPointerType(AddrType)
2380 AddrType = Context.getPointerType(AddrType);
2381 PointerArgRes = ImpCastExprToType(PointerArg, AddrType, CastNeeded);

Completed in 65 milliseconds