Home
last modified time | relevance | path

Searched refs:ArgTypes (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-12.1/sys/contrib/dev/acpica/components/parser/
H A Dpsobject.c212 WalkState->ArgTypes = ARGP_NAMESTRING; in AcpiPsGetAmlOpcode()
277 WalkState->ArgTypes = WalkState->OpInfo->ParseArgs; in AcpiPsGetAmlOpcode()
322 while (GET_CURRENT_ARG_TYPE (WalkState->ArgTypes) && in AcpiPsBuildNamedOp()
334 INCREMENT_ARG_LIST (WalkState->ArgTypes); in AcpiPsBuildNamedOp()
352 if (!GET_CURRENT_ARG_TYPE (WalkState->ArgTypes)) in AcpiPsBuildNamedOp()
359 INCREMENT_ARG_LIST (WalkState->ArgTypes); in AcpiPsBuildNamedOp()
640 WalkState->PrevArgTypes = WalkState->ArgTypes; in AcpiPsCompleteOp()
646 &WalkState->ArgTypes, &WalkState->ArgCount); in AcpiPsCompleteOp()
675 &WalkState->ArgTypes, &WalkState->ArgCount); in AcpiPsCompleteOp()
764 WalkState->PrevArgTypes = WalkState->ArgTypes; in AcpiPsCompleteOp()
[all …]
H A Dpsloop.c231 GET_CURRENT_ARG_TYPE (WalkState->ArgTypes), Op); in AcpiPsGetArguments()
243 WalkState->ArgTypes = 0; in AcpiPsGetArguments()
250 while (GET_CURRENT_ARG_TYPE (WalkState->ArgTypes) && in AcpiPsGetArguments()
272 GET_CURRENT_ARG_TYPE (WalkState->ArgTypes), &Arg); in AcpiPsGetArguments()
283 INCREMENT_ARG_LIST (WalkState->ArgTypes); in AcpiPsGetArguments()
581 WalkState->ArgTypes = 0; in AcpiPsParseLoop()
625 &WalkState->ArgTypes, &WalkState->ArgCount); in AcpiPsParseLoop()
633 WalkState->ArgTypes = WalkState->PrevArgTypes; in AcpiPsParseLoop()
738 if (WalkState->ArgTypes) in AcpiPsParseLoop()
792 WalkState->ArgTypes, WalkState->ArgCount); in AcpiPsParseLoop()
H A Dpsargs.c410 if ((GET_CURRENT_ARG_TYPE (WalkState->ArgTypes) == ARGP_SUPERNAME) || in AcpiPsGetNextNamepath()
411 (GET_CURRENT_ARG_TYPE (WalkState->ArgTypes) == ARGP_TARGET)) in AcpiPsGetNextNamepath()
/freebsd-12.1/sys/contrib/dev/acpica/components/executer/
H A Dexresop.c261 UINT32 ArgTypes; in AcpiExResolveOperands() local
277 ArgTypes = OpInfo->RuntimeArgs; in AcpiExResolveOperands()
278 if (ArgTypes == ARGI_INVALID_OPCODE) in AcpiExResolveOperands()
288 Opcode, OpInfo->Name, ArgTypes)); in AcpiExResolveOperands()
297 while (GET_CURRENT_ARG_TYPE (ArgTypes)) in AcpiExResolveOperands()
399 ThisArgType = GET_CURRENT_ARG_TYPE (ArgTypes); in AcpiExResolveOperands()
400 INCREMENT_ARG_LIST (ArgTypes); in AcpiExResolveOperands()
830 if (GET_CURRENT_ARG_TYPE (ArgTypes)) in AcpiExResolveOperands()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp25 llvm::Type *ArgTypes[] = {llvm::Type::getInt8PtrTy(M.getContext()), in GetVprintfDeclaration() local
28 llvm::Type::getInt32Ty(M.getContext()), ArgTypes, false); in GetVprintfDeclaration()
99 llvm::SmallVector<llvm::Type *, 8> ArgTypes; in EmitNVPTXDevicePrintfCallExpr() local
101 ArgTypes.push_back(Args[I].getRValue(*this).getScalarVal()->getType()); in EmitNVPTXDevicePrintfCallExpr()
108 llvm::Type *AllocaTy = llvm::StructType::create(ArgTypes, "printf_args"); in EmitNVPTXDevicePrintfCallExpr()
H A DObjectFilePCHContainerOperations.cpp105 SmallVector<QualType, 16> ArgTypes; in VisitFunctionDecl() local
107 ArgTypes.push_back(i->getType()); in VisitFunctionDecl()
109 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes, in VisitFunctionDecl()
121 SmallVector<QualType, 16> ArgTypes; in VisitObjCMethodDecl() local
122 ArgTypes.push_back(D->getSelfType(Ctx, D->getClassInterface(), in VisitObjCMethodDecl()
124 ArgTypes.push_back(Ctx.getObjCSelType()); in VisitObjCMethodDecl()
126 ArgTypes.push_back(i->getType()); in VisitObjCMethodDecl()
128 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes, in VisitObjCMethodDecl()
H A DCGCall.cpp403 SmallVector<CanQualType, 16> ArgTypes; in arrangeCXXConstructorCall() local
415 ? ArgTypes.front() in arrangeCXXConstructorCall()
427 ArgTypes.size()); in arrangeCXXConstructorCall()
1597 ArgTypes[IRFunctionArgs.getSRetArgNo()] = in GetFunctionType()
1617 ArgTypes[IRFunctionArgs.getPaddingArgNo(ArgNo)] = in GetFunctionType()
1633 ArgTypes[FirstIRArg] = LTy->getPointerTo( in GetFunctionType()
1650 ArgTypes[FirstIRArg] = argType; in GetFunctionType()
1656 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType()
3430 CallArgList &Args, ArrayRef<QualType> ArgTypes, in EmitCallArgs() argument
3469 for (ArrayRef<QualType>::iterator I = ArgTypes.begin(), E = ArgTypes.end(); in EmitCallArgs()
[all …]
/freebsd-12.1/contrib/libc++/include/experimental/
H A Dfunctional31 template<class R, class... ArgTypes> class function<R(ArgTypes...)>;
33 template<class R, class... ArgTypes>
34 void swap(function<R(ArgTypes...)>&, function<R(ArgTypes...)>&);
36 template<class R, class... ArgTypes>
37 bool operator==(const function<R(ArgTypes...)>&, nullptr_t) noexcept;
38 template<class R, class... ArgTypes>
39 bool operator==(nullptr_t, const function<R(ArgTypes...)>&) noexcept;
40 template<class R, class... ArgTypes>
41 bool operator!=(const function<R(ArgTypes...)>&, nullptr_t) noexcept;
42 template<class R, class... ArgTypes>
[all …]
H A Dtype_traits26 template <class F, class... ArgTypes> class invocation_type<F(ArgTypes...)>;
28 template <class F, class... ArgTypes> class raw_invocation_type<F(ArgTypes...)>;
/freebsd-12.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c734 LocalInfo.Types = LocalInfo.ArgTypes; in AcpiDbMethodThread()
873 AcpiGbl_DbMethodInfo.Types = AcpiGbl_DbMethodInfo.ArgTypes; in AcpiDbCreateExecutionThread()
882 AcpiGbl_DbMethodInfo.ArgTypes[i] = *Types; in AcpiDbCreateExecutionThread()
1032 AcpiGbl_DbMethodInfo.Types = AcpiGbl_DbMethodInfo.ArgTypes; in AcpiDbCreateExecutionThreads()
1033 AcpiGbl_DbMethodInfo.ArgTypes[0] = ACPI_TYPE_INTEGER; in AcpiDbCreateExecutionThreads()
1034 AcpiGbl_DbMethodInfo.ArgTypes[1] = ACPI_TYPE_INTEGER; in AcpiDbCreateExecutionThreads()
1035 AcpiGbl_DbMethodInfo.ArgTypes[2] = ACPI_TYPE_INTEGER; in AcpiDbCreateExecutionThreads()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600OpenCLImageTypeLoweringPass.cpp274 SmallVector<Type *, 8> ArgTypes; in addImplicitArgs() local
282 ArgTypes.push_back(FT->getParamType(i)); in addImplicitArgs()
290 ArgTypes.push_back(ImageSizeType); in addImplicitArgs()
295 ArgTypes.push_back(ImageFormatType); in addImplicitArgs()
306 auto NewFT = FunctionType::get(FT->getReturnType(), ArgTypes, false); in addImplicitArgs()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp485 ArgTypes.append(T->getNumParams(), ShadowTy); in getArgsFunctionType()
487 ArgTypes.push_back(ShadowPtrTy); in getArgsFunctionType()
496 SmallVector<Type *, 4> ArgTypes; in getTrampolineFunctionType() local
497 ArgTypes.push_back(T->getPointerTo()); in getTrampolineFunctionType()
499 ArgTypes.append(T->getNumParams(), ShadowTy); in getTrampolineFunctionType()
502 ArgTypes.push_back(ShadowPtrTy); in getTrampolineFunctionType()
507 SmallVector<Type *, 4> ArgTypes; in getCustomFunctionType() local
524 ArgTypes.push_back(param_type); in getCustomFunctionType()
528 ArgTypes.push_back(ShadowTy); in getCustomFunctionType()
530 ArgTypes.push_back(ShadowPtrTy); in getCustomFunctionType()
[all …]
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp41 Type *ArgTypes[] = {Type::getInt8PtrTy(C), Type::getInt8PtrTy(C)}; in insertCall() local
44 Func, FunctionType::get(Type::getVoidTy(C), ArgTypes, false)); in insertCall()
H A DCloneFunction.cpp225 std::vector<Type*> ArgTypes; in CloneFunction() local
232 ArgTypes.push_back(I.getType()); in CloneFunction()
236 ArgTypes, F->getFunctionType()->isVarArg()); in CloneFunction()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DOptional.h135 template <typename... ArgTypes> void emplace(ArgTypes &&... Args) { in emplace()
138 new (getPointer()) T(std::forward<ArgTypes>(Args)...); in emplace()
H A DAPFloat.h691 template <typename... ArgTypes>
692 Storage(const fltSemantics &Semantics, ArgTypes &&... Args) { in Storage()
694 new (&IEEE) IEEEFloat(Semantics, std::forward<ArgTypes>(Args)...); in Storage()
698 new (&Double) DoubleAPFloat(Semantics, std::forward<ArgTypes>(Args)...); in Storage()
H A DSmallVector.h652 template <typename... ArgTypes> void emplace_back(ArgTypes &&... Args) { in emplace_back()
655 ::new ((void *)this->end()) T(std::forward<ArgTypes>(Args)...); in emplace_back()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2663 SmallVector<QualType, 4> ArgTypes; in RewriteObjCBoxedExpr() local
2784 SmallVector<QualType, 4> ArgTypes; in RewriteObjCArrayLiteralExpr() local
2928 SmallVector<QualType, 8> ArgTypes; in RewriteObjCDictionaryLiteralExpr() local
2938 ArgTypes.push_back(T); in RewriteObjCDictionaryLiteralExpr()
3484 SmallVector<QualType, 8> ArgTypes; in SynthMessageExpr() local
3501 ArgTypes.push_back(t); in SynthMessageExpr()
4534 SmallVector<QualType, 8> ArgTypes; in convertFunctionTypeOfBlocks() local
4544 ArgTypes.push_back(t); in convertFunctionTypeOfBlocks()
4601 SmallVector<QualType, 8> ArgTypes; in SynthesizeBlockCall() local
4604 ArgTypes.push_back(PtrBlock); in SynthesizeBlockCall()
[all …]
H A DRewriteObjC.cpp2598 QualType castType = getSimpleFunctionType(returnType, ArgTypes, in SynthMsgSendStretCallExpr()
2909 SmallVector<QualType, 8> ArgTypes; in SynthMessageExpr() local
2916 ArgTypes.push_back(Context->getObjCIdType()); in SynthMessageExpr()
2917 ArgTypes.push_back(Context->getObjCSelType()); in SynthMessageExpr()
2926 ArgTypes.push_back(t); in SynthMessageExpr()
3696 SmallVector<QualType, 8> ArgTypes; in convertFunctionTypeOfBlocks() local
3706 ArgTypes.push_back(t); in convertFunctionTypeOfBlocks()
3713 FuncType = getSimpleFunctionType(Res, ArgTypes); in convertFunctionTypeOfBlocks()
3765 SmallVector<QualType, 8> ArgTypes; in SynthesizeBlockCall() local
3768 ArgTypes.push_back(PtrBlock); in SynthesizeBlockCall()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp169 const std::vector<QualType> ArgTypes; member
187 QualType T = (ArgNo == Ret) ? RetType : ArgTypes[ArgNo]; in getArgType()
403 if (CE->getNumArgs() != ArgTypes.size()) in matchesCall()
411 for (size_t I = 0, E = ArgTypes.size(); I != E; ++I) { in matchesCall()
412 QualType FormalT = ArgTypes[I]; in matchesCall()
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-function-mockers.h.pump322 $var ArgTypes = [[$for j, [[A$j]]]]
326 class MockFunction<R($ArgTypes)> {
330 MOCK_METHOD$i[[]]_T(Call, R($ArgTypes));
333 ::std::function<R($ArgTypes)> AsStdFunction() {
/freebsd-12.1/contrib/libc++/include/
H A Dfunctional58 template <class... ArgTypes>
60 operator() (ArgTypes&&...) const;
385 template<class R, class... ArgTypes>
386 class function<R(ArgTypes...)>
432 R operator()(ArgTypes...) const;
441 template <class R, class ... ArgTypes>
444 template <class R, class ... ArgTypes>
447 template <class R, class ... ArgTypes>
450 template <class R, class ... ArgTypes>
454 template <class R, class ... ArgTypes>
[all …]
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacstruct.h200 UINT32 ArgTypes; member
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DConstructionContext.h266 template <typename T, typename... ArgTypes>
267 static T *create(BumpVectorContext &C, ArgTypes... Args) { in create()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h337 template <typename SDNodeT, typename... ArgTypes>
338 SDNodeT *newSDNode(ArgTypes &&... Args) {
340 SDNodeT(std::forward<ArgTypes>(Args)...);
349 template <typename SDNodeT, typename... ArgTypes>
351 ArgTypes &&... Args) {
355 return SDNodeT(IROrder, DebugLoc(), std::forward<ArgTypes>(Args)...)

12