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

  /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;
  /frameworks/compile/slang/
slang_rs_reflection_base.h 78 typedef std::vector<std::pair<std::string, std::string> > ArgTy;
slang_rs_reflection.h 189 typedef std::vector<std::pair<std::string, std::string> > ArgTy;
194 const ArgTy &Args);
  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 438 const PointerType *ArgTy =
441 ArgTy ? ArgTy->getPointeeType(): QualType());
490 const Type *ArgTy = Arg->getType().getTypePtr();
491 QualType PType = ArgTy->getPointeeType();
493 || (ArgTy->isReferenceType() && !Arg->getType().isConstQualified()))
BasicObjCFoundationChecks.cpp 738 QualType ArgTy = msg.getArgExpr(I)->getType();
739 if (ArgTy->isObjCObjectPointerType())
743 if (ArgTy->isBlockPointerType())
751 if (C.getASTContext().isObjCNSObjectType(ArgTy))
755 if (coreFoundation::isCFObjectRef(ArgTy))
776 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);
  /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...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 509 Type *ArgTy = FTy->getParamType(i);
511 switch (ArgTy->getTypeID()) {
525 C = ConstantFP::get(F->getContext(), APFloat(ArgTy->getFltSemantics(),
537 C = ConstantExpr::getIntToPtr(C, ArgTy);
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGDecl.cpp 455 QualType ArgTy = FnInfo.arg_begin()->type;
457 CGF.Builder.CreateBitCast(Addr, CGF.ConvertType(ArgTy));
    [all...]
CGExprCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaDeclAttr.cpp 447 QualType ArgTy = ArgExp->getType();
455 ArgTy = DRE->getDecl()->getType();
458 const RecordType *RT = getRecordType(ArgTy);
474 ArgTy = FD->getParamDecl(ParamIdxFromZero)->getType();
478 checkForLockableRecord(S, D, Attr, ArgTy);
    [all...]
SemaType.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 600 milliseconds