| /src/sys/external/bsd/acpica/dist/executer/ |
| exresop.c | 137 * Each 5-bit group in ArgTypes represents one required 153 UINT32 ArgTypes; 169 ArgTypes = OpInfo->RuntimeArgs; 170 if (ArgTypes == ARGI_INVALID_OPCODE) 180 Opcode, OpInfo->Name, ArgTypes)); 183 * Normal exit is with (ArgTypes == 0) at end of argument list. 189 while (GET_CURRENT_ARG_TYPE (ArgTypes)) 291 ThisArgType = GET_CURRENT_ARG_TYPE (ArgTypes); 292 INCREMENT_ARG_LIST (ArgTypes); 722 if (GET_CURRENT_ARG_TYPE (ArgTypes)) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGGPUBuiltin.cpp | 25 llvm::Type *ArgTypes[] = {llvm::Type::getInt8PtrTy(M.getContext()), 28 llvm::Type::getInt32Ty(M.getContext()), ArgTypes, false); 99 llvm::SmallVector<llvm::Type *, 8> ArgTypes; 101 ArgTypes.push_back(Args[I].getRValue(*this).getScalarVal()->getType()); 108 llvm::Type *AllocaTy = llvm::StructType::create(ArgTypes, "printf_args");
|
| ObjectFilePCHContainerOperations.cpp | 104 SmallVector<QualType, 16> ArgTypes; 106 ArgTypes.push_back(i->getType()); 108 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes, 120 SmallVector<QualType, 16> ArgTypes; 121 ArgTypes.push_back(D->getSelfType(Ctx, D->getClassInterface(), 123 ArgTypes.push_back(Ctx.getObjCSelType()); 125 ArgTypes.push_back(i->getType()); 127 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes,
|
| CGCall.cpp | 197 SmallVector<CanQualType, 16> argTypes; 198 return ::arrangeLLVMFunctionInfo(*this, /*instanceMethod=*/false, argTypes, 257 SmallVector<CanQualType, 16> argTypes; 260 argTypes.push_back(DeriveThisType(RD, MD)); 263 *this, true, argTypes, 312 SmallVector<CanQualType, 16> argTypes; 314 argTypes.push_back(DeriveThisType(MD->getParent(), MD)); 329 appendParameterTypes(*this, argTypes, paramInfos, FTP); 332 TheCXXABI.buildStructorSignature(GD, argTypes); 344 (PassParams && MD->isVariadic() ? RequiredArgs(argTypes.size() [all...] |
| CGStmt.cpp | 2235 std::vector<llvm::Type *> ArgTypes; 2352 ArgTypes.push_back(DestAddrTy); 2467 ArgTypes.push_back(Arg->getType()); 2485 ArgTypes.push_back(BA->getType()); 2496 ArgTypes.push_back(InOutArgTypes[i]); 2566 llvm::FunctionType::get(ResultType, ArgTypes, false);
|
| CodeGenFunction.cpp | 987 SmallVector<QualType, 16> ArgTypes; 989 ArgTypes.push_back(VD->getType()); 991 RetTy, ArgTypes, FunctionProtoType::ExtProtoInfo(CC));
|
| CGClass.cpp | 1665 llvm::Type *ArgTypes[] = {CGF.VoidPtrTy, CGF.SizeTy}; 1668 llvm::FunctionType::get(CGF.VoidTy, ArgTypes, false);
|
| CGDebugInfo.cpp | 3645 SmallVector<QualType, 16> ArgTypes; 3647 ArgTypes.push_back(Parm->getType()); 3651 FD->getReturnType(), ArgTypes, FunctionProtoType::ExtProtoInfo(CC));
|
| CGExpr.cpp | 3260 SmallVector<llvm::Type *, 4> ArgTypes; 3263 ArgTypes.reserve(DynamicArgs.size() + 1); 3274 ArgTypes.push_back(Int8PtrTy); 3279 ArgTypes.push_back(IntPtrTy); 3284 llvm::FunctionType::get(CGM.VoidTy, ArgTypes, false);
|
| CGObjCGNU.cpp | 3827 llvm::Type *ArgTypes[2] = {PtrTy, PtrToInt8Ty}; 3830 ArgTypes, false);
|
| MicrosoftCXXABI.cpp | 961 llvm::Type *ArgTypes[] = {CGF.Int8PtrTy}; 963 llvm::FunctionType::get(CGF.Int8PtrTy, ArgTypes, false); 1015 llvm::Type *ArgTypes[] = {CGF.Int8PtrTy, CGF.Int32Ty, CGF.Int8PtrTy, 1018 llvm::FunctionType::get(CGF.Int8PtrTy, ArgTypes, false), 1036 llvm::Type *ArgTypes[] = {CGF.Int8PtrTy}; 1038 llvm::FunctionType::get(CGF.Int8PtrTy, ArgTypes, false),
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| EntryExitInstrumenter.cpp | 44 Type *ArgTypes[] = {Type::getInt8PtrTy(C), Type::getInt8PtrTy(C)}; 47 Func, FunctionType::get(Type::getVoidTy(C), ArgTypes, false));
|
| CloneFunction.cpp | 286 std::vector<Type *> ArgTypes; 293 ArgTypes.push_back(I.getType()); 297 FunctionType::get(F->getFunctionType()->getReturnType(), ArgTypes,
|
| CodeExtractor.cpp | 1164 std::vector<Type *> ArgTypes; 1166 ArgTypes.push_back(V->getType()); 1169 StructArgTy = StructType::get(newFunction->getContext(), ArgTypes);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| R600OpenCLImageTypeLoweringPass.cpp | 258 SmallVector<Type *, 8> ArgTypes; 266 ArgTypes.push_back(FT->getParamType(i)); 274 ArgTypes.push_back(ImageSizeType); 279 ArgTypes.push_back(ImageFormatType); 290 auto NewFT = FunctionType::get(FT->getReturnType(), ArgTypes, false);
|
| /src/sys/external/bsd/acpica/dist/include/ |
| acstruct.h | 92 UINT32 ArgTypes;
|
| aclocal.h | 1447 ACPI_OBJECT_TYPE ArgTypes[ACPI_METHOD_NUM_ARGS];
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaLookup.cpp | 722 /// \param ArgTypes (out) List of the possible argument types. For each 723 /// argument, ArgTypes contains QualTypes for the Cartesian product 728 SmallVector<SmallVector<QualType, 1>, 5> &ArgTypes) { 741 ArgTypes.push_back(std::move(Ty)); 753 /// \param ArgTypes (in) List of the possible types for the arguments. 757 SmallVector<SmallVector<QualType, 1>, 5> &ArgTypes) { 771 for (unsigned A = 0; A < ArgTypes.size(); A++) { 773 if (ArgTypes[A].size() == 0) 779 assert(GenTypeMaxCnt % ArgTypes[A].size() == 0 && 781 unsigned Idx = IGenType % ArgTypes[A].size() [all...] |
| SemaCodeComplete.cpp | 4874 llvm::Optional<SmallVector<QualType, 1>> ArgTypes; 4907 if (ArgTypes) { 4910 for (QualType Arg : *ArgTypes) { 5093 std::make_tuple(M.ArgTypes.hasValue(), M.ResultType != nullptr, 5094 M.Operator) > std::make_tuple(O.ArgTypes.hasValue(), 5119 Result.ArgTypes.emplace(); 5121 Result.ArgTypes->push_back(Arg->getType());
|
| /src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/ |
| ExceptionDemo.cpp | 144 typedef std::vector<llvm::Type*> ArgTypes; 164 const ArgTypes &theArgTypes, 1084 ArgTypes argTypes; 1085 argTypes.push_back(builder.getInt32Ty()); 1092 argTypes, 1347 ArgTypes unwindArgTypes; 1691 ArgTypes argTypes; 1698 argTypes.clear() [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| IRBuilder.cpp | 654 Type *ArgTypes[] = { FuncPtrType }; 657 ArgTypes);
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| LowerTypeTests.cpp | 1418 SmallVector<Type *, 16> ArgTypes; 1419 ArgTypes.reserve(AsmArgs.size()); 1421 ArgTypes.push_back(Arg->getType()); 1423 InlineAsm::get(FunctionType::get(IRB.getVoidTy(), ArgTypes, false),
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| DataFlowSanitizer.cpp | 830 SmallVector<Type *, 4> ArgTypes(T->param_begin(), T->param_end()); 831 ArgTypes.append(T->getNumParams(), PrimitiveShadowTy); 833 ArgTypes.push_back(PrimitiveShadowPtrTy); 837 return FunctionType::get(RetType, ArgTypes, T->isVarArg()); 842 SmallVector<Type *, 4> ArgTypes; 843 ArgTypes.push_back(T->getPointerTo()); 844 ArgTypes.append(T->param_begin(), T->param_end()); 845 ArgTypes.append(T->getNumParams(), PrimitiveShadowTy); 848 ArgTypes.push_back(PrimitiveShadowPtrTy); 851 ArgTypes.append(T->getNumParams(), OriginTy) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| RewriteModernObjC.cpp | 419 SmallVectorImpl<QualType> &ArgTypes, 2668 SmallVector<QualType, 4> ArgTypes; 2669 ArgTypes.push_back(Context->getObjCClassType()); 2670 ArgTypes.push_back(Context->getObjCSelType()); 2672 ArgTypes.push_back(PI->getType()); 2687 getSimpleFunctionType(returnType, ArgTypes, BoxingMethod->isVariadic()); 2789 SmallVector<QualType, 4> ArgTypes; 2790 ArgTypes.push_back(Context->getObjCClassType()); 2791 ArgTypes.push_back(Context->getObjCSelType()); 2793 ArgTypes.push_back(PI->getType()) [all...] |
| RewriteObjC.cpp | 356 SmallVectorImpl<QualType> &ArgTypes, 2596 SmallVectorImpl<QualType> &ArgTypes, 2608 QualType castType = getSimpleFunctionType(returnType, ArgTypes, 2922 SmallVector<QualType, 8> ArgTypes; 2927 ArgTypes.push_back(Context->getPointerType(getSuperStructType())); 2929 ArgTypes.push_back(Context->getObjCIdType()); 2930 ArgTypes.push_back(Context->getObjCSelType()); 2939 ArgTypes.push_back(t); 2966 getSimpleFunctionType(returnType, ArgTypes, MD ? MD->isVariadic() : true); 2986 ArgTypes, MsgExprs [all...] |