HomeSort by relevance Sort by last modified time
    Searched defs:ArgTy (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/lib/Target/Hexagon/
HexagonVarargsCallingConvention.h 76 const Type* ArgTy = LocVT.getTypeForEVT(State.getContext());
78 State.getTarget().getDataLayout()->getABITypeAlignment(ArgTy);
80 State.getTarget().getDataLayout()->getTypeSizeInBits(ArgTy) / 8;
131 const Type* ArgTy = LocVT.getTypeForEVT(State.getContext());
133 State.getTarget().getDataLayout()->getABITypeAlignment(ArgTy);
135 State.getTarget().getDataLayout()->getTypeSizeInBits(ArgTy) / 8;
  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 437 const PointerType *ArgTy =
440 ArgTy ? ArgTy->getPointeeType(): QualType());
489 const Type *ArgTy = Arg->getType().getTypePtr();
490 QualType PType = ArgTy->getPointeeType();
492 || (ArgTy->isReferenceType() && !Arg->getType().isConstQualified()))
BasicObjCFoundationChecks.cpp 781 QualType ArgTy = msg.getArgExpr(I)->getType();
782 if (ArgTy->isObjCObjectPointerType())
786 if (ArgTy->isBlockPointerType())
794 if (C.getASTContext().isObjCNSObjectType(ArgTy))
798 if (coreFoundation::isCFObjectRef(ArgTy))
819 ArgTy.print(os, C.getLangOpts());
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 201 Type *ArgTy = FTy->getParamType(ArgNo);
202 args[ArgNo] = ffiTypeFor(ArgTy);
203 ArgBytes += TD->getTypeStoreSize(ArgTy);
213 Type *ArgTy = FTy->getParamType(ArgNo);
214 values[ArgNo] = ffiValueFor(ArgTy, ArgVals[ArgNo], ArgDataPtr);
215 ArgDataPtr += TD->getTypeStoreSize(ArgTy);
  /frameworks/compile/slang/
slang_rs_reflection.h 139 typedef std::vector<std::pair<std::string, std::string>> ArgTy;
141 const std::string &FunctionName, const ArgTy &Args);
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 825 QualType ArgTy = Arg->getType();
829 if (Ctx.hasSameType(ArgTy, CallTy)) {
840 bool LitIsFloat = ArgTy->isFloatingType();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 357 Type *ArgTy = FTy->getParamType(i);
359 switch (ArgTy->getTypeID()) {
373 C = ConstantFP::get(F->getContext(), APFloat(ArgTy->getFltSemantics(),
385 C = ConstantExpr::getIntToPtr(C, ArgTy);
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 363 PointerType *ArgTy = cast<PointerType>(Arg->getType());
364 Type *AggTy = ArgTy->getElementType();
    [all...]
SimplifyLibCalls.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 461 QualType ArgTy = FnInfo.arg_begin()->type;
463 CGF.Builder.CreateBitCast(Addr, CGF.ConvertType(ArgTy));
    [all...]
CGExprCXX.cpp     [all...]
CGBuiltin.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
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...]
SemaExprCXX.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]

Completed in 576 milliseconds

1 2