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

123

/freebsd-11-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-11-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.cpp19 using clang::analyze_format_string::ArgType;
487 ArgType PrintfSpecifier::getScalarArgType(ASTContext &Ctx,
495 return ArgType(ArgType::WIntTy, "wint_t");
501 return ArgType::Invalid();
513 return ArgType(Ctx.IntTy, "__int32");
515 return ArgType::AnyCharTy;
522 return ArgType(Ctx.LongLongTy, "__int64");
524 return ArgType(Ctx.getIntMaxType(), "intmax_t");
526 return ArgType
[all...]
H A DASTDiagnostic.cpp557 QualType ArgType; member in struct:__anon230::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");
493 llvm_unreachable("Invalid ArgType Kind!");
496 ArgType ArgType::makeVectorType(ASTContext &C, unsigned NumElts) const {
499 return ArgType::Invalid();
502 return ArgType(Ve
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp212 Type *ArgType = Arg->getType(); local
213 unsigned ArgSize = TD->getTypeAllocSizeInBits(ArgType);
221 VectorType *LLVMVecType = llvm::dyn_cast<llvm::VectorType>(ArgType);
234 ArgType = Arg->getType();
235 ArgSize = TD->getTypeAllocSizeInBits(ArgType);
250 if (shouldPrintAsStr(OpConvSpecifiers[ArgCount - 1], ArgType)) {
280 << " for type: " << *ArgType << '\n'); local
409 Type *ArgType = Arg->getType(); local
411 if (ArgType->isFPOrFPVectorTy() &&
412 (ArgType
[all...]
H A DAMDGPULibFunc.cpp382 P.ArgType = AMDGPULibFunc::U32; break;
384 P.ArgType = AMDGPULibFunc::I32; P.VectorSize = 4; break;
386 P.ArgType = AMDGPULibFunc::U32; P.VectorSize = 4; break;
388 P.ArgType = AMDGPULibFunc::F32; P.VectorSize = 4; break;
390 P.ArgType = AMDGPULibFunc::U64; break;
392 P.ArgType = AMDGPULibFunc::EVENT; break;
394 P.ArgType = AMDGPULibFunc::SAMPLER; break;
421 P.ArgType = AMDGPULibFunc::I32; break;
423 P.ArgType = AMDGPULibFunc::U32; break;
426 P.ArgType
[all...]
H A DAMDGPURewriteOutArguments.cpp453 PointerType *ArgType = cast<PointerType>(Arg.getType()); local
455 auto *EltTy = ArgType->getElementType();
461 Type *PtrTy = Val->getType()->getPointerTo(ArgType->getAddressSpace());
H A DAMDGPULegalizerInfo.h85 AMDGPUFunctionArgInfo::PreloadedValue ArgType) const;
H A DAMDGPULibFunc.h291 unsigned char ArgType; member in struct:llvm::AMDGPULibFuncBase::Param
298 ArgType = 0;
/freebsd-11-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsarguments.c181 UINT8 ArgType; local
205 ArgType = METHOD_GET_NEXT_TYPE (ArgTypeList);
208 if (UserArgType != ArgType)
214 AcpiUtGetTypeName (ArgType)));
/freebsd-11-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-11-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-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.h122 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutdecode.c724 * PARAMETERS: ArgType - an ARGP_* parser argument type
760 UINT32 ArgType)
763 if (ArgType > ARGP_MAX)
768 return (AcpiGbl_ArgumentType[ArgType]);
759 AcpiUtGetArgumentTypeName( UINT32 ArgType) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp144 Type *ArgType = AI->getType(); local
147 if (ArgType == ParamType) {
150 if (CastInst::isBitOrNoopPointerCastable(ArgType, ParamType, DL)) {
155 } else if (ArgType->isStructTy() || ParamType->isStructTy()) {
163 << *ParamType << " Got: " << *ArgType << "\n"); local
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslwalks.c277 UINT32 ArgType; local
467 while ((ArgType = GET_CURRENT_ARG_TYPE (RuntimeArgTypes)))
470 RuntimeArgTypes2 |= ArgType;
476 while ((ArgType = GET_CURRENT_ARG_TYPE (RuntimeArgTypes2)))
480 RequiredBtypes = AnMapArgTypeToBtype (ArgType);
499 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-11-stable/sys/contrib/dev/acpica/include/
H A Dacparser.h213 UINT32 ArgType,
232 UINT32 ArgType,
/freebsd-11-stable/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp31 std::string ArgType; member in struct:__anon1336::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-11-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-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbtest.c1128 UINT8 ArgType; local
1178 ArgType = METHOD_GET_NEXT_TYPE (ArgTypeList);
1179 ThisParam->Type = ArgType;
1181 switch (ArgType)
1211 Pathname, ArgType);
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp777 const Type *ArgType;
890 unsigned Bits = IA.ArgType->sizeInBits();
891 if (cast<ScalarType>(IA.ArgType)->kind() == ScalarTypeKind::SignedInt) {
1007 Result::Ptr getCodeForArg(unsigned ArgNum, const Type *ArgType, bool Promote,
1242 Result::Ptr MveEmitter::getCodeForArg(unsigned ArgNum, const Type *ArgType,
1245 ArgNum, isa<PointerType>(ArgType), Immediate);
1248 if (const auto *ST = dyn_cast<ScalarType>(ArgType)) {
1251 } else if (const auto *PT = dyn_cast<PredicateType>(ArgType)) {
1316 const Type *ArgType = ME.getType(TypeInit, Param); local
1317 ArgTypes.push_back(ArgType);
[all...]

Completed in 312 milliseconds

123