Searched refs:ArgType (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAFrameData.cpp18 template <typename ArgType>
19 ArgType
21 HRESULT (__stdcall IDiaFrameData::*Method)(ArgType *)) {
22 ArgType Value;
24 return static_cast<ArgType>(Value);
26 return ArgType();
H A DDIASectionContrib.cpp30 template <typename ArgType>
31 ArgType
33 HRESULT (__stdcall IDiaSectionContrib::*Method)(ArgType *)) {
34 ArgType Value;
36 return static_cast<ArgType>(Value);
38 return ArgType();
H A DDIARawSymbol.cpp95 template <typename ArgType>
96 ArgType PrivateGetDIAValue(IDiaSymbol *Symbol,
97 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) {
98 ArgType Value;
100 return static_cast<ArgType>(Value);
102 return ArgType();
105 template <typename ArgType, typename RetType>
107 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) {
108 ArgType Value;
135 template <typename PrintType, typename ArgType>
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp18 using clang::analyze_format_string::ArgType;
225 ArgType ScanfSpecifier::getArgType(ASTContext &Ctx) const {
229 return ArgType::Invalid();
238 return ArgType::PtrTo(Ctx.IntTy);
240 return ArgType::PtrTo(ArgType::AnyCharTy);
242 return ArgType::PtrTo(Ctx.ShortTy);
244 return ArgType::PtrTo(Ctx.LongTy);
247 return ArgType::PtrTo(Ctx.LongLongTy);
249 return ArgType
[all...]
H A DPrintfFormatString.cpp20 using clang::analyze_format_string::ArgType;
488 ArgType PrintfSpecifier::getScalarArgType(ASTContext &Ctx,
496 return ArgType(ArgType::WIntTy, "wint_t");
502 return ArgType::Invalid();
514 return ArgType(Ctx.IntTy, "__int32");
516 return ArgType::AnyCharTy;
523 return ArgType(Ctx.LongLongTy, "__int64");
525 return ArgType(Ctx.getIntMaxType(), "intmax_t");
527 return ArgType
[all...]
H A DASTDiagnostic.cpp557 QualType ArgType; member in struct:__anon1557::TemplateDiff::DiffTree::TemplateArgumentInfo
627 FlatTree[CurrentNode].FromArgInfo.ArgType = FromType;
628 FlatTree[CurrentNode].ToArgInfo.ArgType = ToType;
661 FlatTree[CurrentNode].FromArgInfo.ArgType = FromIntType;
662 FlatTree[CurrentNode].ToArgInfo.ArgType = ToIntType;
697 FlatTree[CurrentNode].ToArgInfo.ArgType = ToIntType;
710 FlatTree[CurrentNode].FromArgInfo.ArgType = FromIntType;
790 FromType = FlatTree[ReadNode].FromArgInfo.ArgType;
791 ToType = FlatTree[ReadNode].ToArgInfo.ArgType;
815 FromIntType = FlatTree[ReadNode].FromArgInfo.ArgType;
1191 QualType ArgType = Iter->getParamTypeForDecl(); local
1221 QualType ArgType = TA.getParamTypeForDecl(); local
[all...]
H A DFormatString.cpp19 using clang::analyze_format_string::ArgType;
320 // Methods on ArgType.
323 clang::analyze_format_string::ArgType::MatchKind
324 ArgType::matchesType(ASTContext &C, QualType argTy) const {
340 llvm_unreachable("ArgType must be valid");
492 llvm_unreachable("Invalid ArgType Kind!");
495 ArgType ArgType::makeVectorType(ASTContext &C, unsigned NumElts) const {
498 return ArgType::Invalid();
501 return ArgType(Ve
[all...]
/freebsd-13-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsarguments.c181 UINT8 ArgType; local
205 ArgType = METHOD_GET_NEXT_TYPE (ArgTypeList);
210 if ((UserArgType != ArgType) && (ArgType != ACPI_TYPE_ANY))
216 AcpiUtGetTypeName (ArgType)));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp212 Type *ArgType = Arg->getType(); local
213 unsigned ArgSize = TD->getTypeAllocSizeInBits(ArgType);
221 auto *LLVMVecType = llvm::dyn_cast<llvm::FixedVectorType>(ArgType);
234 ArgType = Arg->getType();
235 ArgSize = TD->getTypeAllocSizeInBits(ArgType);
250 if (shouldPrintAsStr(OpConvSpecifiers[ArgCount - 1], ArgType)) {
280 << " for type: " << *ArgType << '\n'); local
407 Type *ArgType = Arg->getType(); local
409 if (ArgType->isFPOrFPVectorTy() && !isa<VectorType>(ArgType)) {
[all...]
H A DAMDGPULibFunc.cpp383 P.ArgType = AMDGPULibFunc::U32; break;
385 P.ArgType = AMDGPULibFunc::I32; P.VectorSize = 4; break;
387 P.ArgType = AMDGPULibFunc::U32; P.VectorSize = 4; break;
389 P.ArgType = AMDGPULibFunc::F32; P.VectorSize = 4; break;
391 P.ArgType = AMDGPULibFunc::U64; break;
393 P.ArgType = AMDGPULibFunc::EVENT; break;
395 P.ArgType = AMDGPULibFunc::SAMPLER; break;
422 P.ArgType = AMDGPULibFunc::I32; break;
424 P.ArgType = AMDGPULibFunc::U32; break;
427 P.ArgType
[all...]
H A DAMDGPULegalizerInfo.h96 AMDGPUFunctionArgInfo::PreloadedValue ArgType) const;
101 AMDGPUFunctionArgInfo::PreloadedValue ArgType) const;
H A DAMDGPURewriteOutArguments.cpp453 PointerType *ArgType = cast<PointerType>(Arg.getType()); local
455 auto *EltTy = ArgType->getElementType();
460 Type *PtrTy = Val->getType()->getPointerTo(ArgType->getAddressSpace());
/freebsd-13-stable/sys/contrib/dev/acpica/components/parser/
H A Dpsargs.c526 * ArgType - The argument type (AML_*_ARG)
538 UINT32 ArgType,
546 ACPI_FUNCTION_TRACE_U32 (PsGetNextSimpleArg, ArgType);
549 switch (ArgType)
613 ACPI_ERROR ((AE_INFO, "Invalid ArgType 0x%X", ArgType));
882 * ArgType - The argument type (AML_*_ARG)
896 UINT32 ArgType,
911 AcpiUtGetArgumentTypeName (ArgType), ArgType));
536 AcpiPsGetNextSimpleArg( ACPI_PARSE_STATE *ParserState, UINT32 ArgType, ACPI_PARSE_OBJECT *Arg) argument
893 AcpiPsGetNextArg( ACPI_WALK_STATE *WalkState, ACPI_PARSE_STATE *ParserState, UINT32 ArgType, ACPI_PARSE_OBJECT **ReturnArg) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h249 class ArgType { class in namespace:clang::analyze_format_string
282 ArgType(Kind K = UnknownTy, const char *N = nullptr) : K(K), Name(N) {} function in class:clang::analyze_format_string::ArgType
283 ArgType(QualType T, const char *N = nullptr) : K(SpecificTy), T(T), Name(N) {} function in class:clang::analyze_format_string::ArgType
284 ArgType(CanQualType T) : K(SpecificTy), T(T) {} function in class:clang::analyze_format_string::ArgType
286 static ArgType Invalid() { return ArgType(InvalidTy); }
293 /// Create an ArgType which corresponds to the type pointer to A.
294 static ArgType PtrTo(const ArgType& A) {
295 assert(A.K >= InvalidTy && "ArgType canno
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedCallArgsChecker.cpp84 const auto *ArgType = (*P)->getType().getTypePtrOrNull(); local
85 if (!ArgType)
89 if (!isUncountedPtr(ArgType))
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.h122 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName
/freebsd-13-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutdecode.c726 * PARAMETERS: ArgType - an ARGP_* parser argument type
762 UINT32 ArgType)
765 if (ArgType > ARGP_MAX)
770 return (AcpiGbl_ArgumentType[ArgType]);
761 AcpiUtGetArgumentTypeName( UINT32 ArgType) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp143 Type *ArgType = AI->getType(); local
146 if (ArgType == ParamType) {
149 if (CastInst::isBitOrNoopPointerCastable(ArgType, ParamType, DL)) {
154 } else if (ArgType->isStructTy() || ParamType->isStructTy()) {
162 << *ParamType << " Got: " << *ArgType << "\n"); local
/freebsd-13-stable/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp31 std::string ArgType; member in struct:__anon3020::CommandOption
61 if (auto A = Option->getValue("ArgType"))
62 ArgType = A->getValue()->getAsUnquotedString();
102 if (!O.ArgType.empty()) {
136 if (!O.ArgType.empty()) {
137 OS << O.ArgType;
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacparser.h213 UINT32 ArgType,
232 UINT32 ArgType,
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslwalks.c285 UINT32 ArgType; local
475 while ((ArgType = GET_CURRENT_ARG_TYPE (RuntimeArgTypes)))
478 RuntimeArgTypes2 |= ArgType;
484 while ((ArgType = GET_CURRENT_ARG_TYPE (RuntimeArgTypes2)))
488 RequiredBtypes = AnMapArgTypeToBtype (ArgType);
507 switch (ArgType)
H A Daslbtypes.c171 * PARAMETERS: ArgType - The ARGI required type(s) for this
184 UINT32 ArgType)
187 switch (ArgType)
183 AnMapArgTypeToBtype( UINT32 ArgType) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp310 Type *ArgType = CI.getArgOperand(0)->getType();
311 if (!(ArgType->isFloatTy() || ArgType->isDoubleTy() ||
312 ArgType->isX86_FP80Ty()))
/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbtest.c1218 UINT8 ArgType; local
1268 ArgType = METHOD_GET_NEXT_TYPE (ArgTypeList);
1269 ThisParam->Type = ArgType;
1271 switch (ArgType)
1301 Pathname, ArgType);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1124 /// its qualifiers matching those of the ArgType.
1126 QualType ArgType) {
1128 Qualifiers ArgQs = ArgType.getQualifiers();
3741 QualType ArgType = GetTypeOfFunction(S, R, Fn); local
3742 if (ArgType.isNull()) continue;
3746 ArgType->isFunctionType())
3747 ArgType = S.Context.getPointerType(ArgType);
3766 ArgType, Info, Deduced, TDF);
3770 Match = ArgType;
1125 hasInconsistentOrSupersetQualifiersOf(QualType ParamType, QualType ArgType) argument
3782 AdjustFunctionParmAndArgTypesForDeduction( Sema &S, TemplateParameterList *TemplateParams, unsigned FirstInnerIndex, QualType &ParamType, QualType &ArgType, Expr *Arg, unsigned &TDF) argument
3958 QualType ArgType = Arg->getType(); local
[all...]

Completed in 300 milliseconds

123