HomeSort by relevance Sort by last modified time
    Searched refs:ArgTy (Results 26 - 39 of 39) sorted by null

12

  /external/clang/lib/Sema/
SemaDeclAttr.cpp 484 QualType ArgTy = ArgExp->getType();
492 ArgTy = DRE->getDecl()->getType();
495 const RecordType *RT = getRecordType(ArgTy);
511 ArgTy = FD->getParamDecl(ParamIdxFromZero)->getType();
519 if (!typeHasCapability(S, ArgTy) && !isCapabilityExpr(S, ArgExp))
521 << Attr.getName() << ArgTy;
    [all...]
SemaExpr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 461 QualType ArgTy = FnInfo.arg_begin()->type;
463 CGF.Builder.CreateBitCast(Addr, CGF.ConvertType(ArgTy));
    [all...]
TargetInfo.cpp     [all...]
CGObjCGNU.cpp 70 while (llvm::Type *ArgTy = va_arg(Args, llvm::Type*))
71 ArgTys.push_back(ArgTy);
    [all...]
CodeGenFunction.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1930 milliseconds

12