| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TemplateBase.h | 525 TemplateArgument Argument; 531 TemplateArgumentLoc(const TemplateArgument &Argument, 533 : Argument(Argument), LocInfo(Opaque) {} 536 : Argument(Argument), LocInfo(TInfo) { 537 assert(Argument.getKind() == TemplateArgument::Type); 541 : Argument(Argument), LocInfo(E) { 556 : Argument(Argument), 564 if (Argument.getKind() == TemplateArgument::Template || 579 if (Argument.getKind() != TemplateArgument::Type) 610 if (Argument.getKind() != TemplateArgument::Template && [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DiagnosticInfo.cpp | 165 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument() function in DiagnosticInfoOptimizationBase::Argument 192 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, StringRef S) in Argument() function in DiagnosticInfoOptimizationBase::Argument 195 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, int N) in Argument() function in DiagnosticInfoOptimizationBase::Argument 198 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, float N) in Argument() function in DiagnosticInfoOptimizationBase::Argument 201 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, long N) in Argument() function in DiagnosticInfoOptimizationBase::Argument 204 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, long long N) in Argument() function in DiagnosticInfoOptimizationBase::Argument 207 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, unsigned N) in Argument() function in DiagnosticInfoOptimizationBase::Argument 210 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument() function in DiagnosticInfoOptimizationBase::Argument 214 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument() function in DiagnosticInfoOptimizationBase::Argument 218 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument() function in DiagnosticInfoOptimizationBase::Argument [all …]
|
| H A D | Function.cpp | 109 Argument::Argument(Type *Ty, const Twine &Name, Function *Par, unsigned ArgNo) in Argument() function in Argument 131 bool Argument::hasByValAttr() const { in hasByValAttr() 136 bool Argument::hasByRefAttr() const { in hasByRefAttr() 258 bool Argument::hasNestAttr() const { in hasNestAttr() 283 bool Argument::hasInRegAttr() const { in hasInRegAttr() 291 bool Argument::hasZExtAttr() const { in hasZExtAttr() 295 bool Argument::hasSExtAttr() const { in hasSExtAttr() 480 static MutableArrayRef<Argument> makeArgArray(Argument *Args, size_t Count) { in makeArgArray() 499 A.~Argument(); in clearArguments() 1357 case IITDescriptor::Argument: in DecodeFixedType() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Remarks/ |
| H A D | Remark.h | 46 struct Argument { struct 62 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(Argument, LLVMRemarkArgRef) 120 SmallVector<Argument, 5> Args; 176 inline bool operator==(const Argument &LHS, const Argument &RHS) { 180 inline bool operator!=(const Argument &LHS, const Argument &RHS) { 184 inline bool operator<(const Argument &LHS, const Argument &RHS) { 212 inline raw_ostream &operator<<(raw_ostream &OS, const Argument &Arg) {
|
| H A D | BitstreamRemarkParser.h | 66 struct Argument { struct 73 std::optional<ArrayRef<Argument>> Args; 75 SmallVector<Argument, 8> TmpArgs;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 613 const char *ArgumentEnd = Argument+ArgumentLen; in HandleSelectModifier() 620 Argument = NextVal+1; // Skip this string. in HandleSelectModifier() 628 DInfo.FormatDiagnostic(Argument, EndPtr, OutStr); in HandleSelectModifier() 754 const char *ArgumentEnd = Argument + ArgumentLen; in HandlePluralModifier() 757 const char *ExprEnd = Argument; in HandlePluralModifier() 762 if (EvalPluralExpr(ValNo, Argument, ExprEnd)) { in HandlePluralModifier() 763 Argument = ExprEnd + 1; in HandlePluralModifier() 771 Argument = ScanFormat(Argument, ArgumentEnd - 1, '|') + 1; in HandlePluralModifier() 912 Argument = DiagStr; in FormatDiagnostic() 916 ArgumentLen = DiagStr-Argument; in FormatDiagnostic() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | Remark.cpp | 24 for (const Argument &Arg : Args) in getArgsAsMsg() 30 std::optional<int> Argument::getValAsInt() const { in getValAsInt() 37 bool Argument::isValInt() const { return getValAsInt().has_value(); } in isValInt() 45 void Argument::print(raw_ostream &OS) const { in print() 149 ArrayRef<Argument> Args = unwrap(Remark)->Args; in LLVMRemarkEntryGetFirstArg() 154 const_cast<Argument *>(Args.begin())); in LLVMRemarkEntryGetFirstArg() 163 auto It = (ArrayRef<Argument>::const_iterator)ArgIt; in LLVMRemarkEntryGetNextArg() 168 return reinterpret_cast<LLVMRemarkArgRef>(const_cast<Argument *>(Next)); in LLVMRemarkEntryGetNextArg()
|
| H A D | YAMLRemarkSerializer.cpp | 28 ArrayRef<Argument> Args) { in mapRemarkHeader() 127 static Argument &element(IO &io, ArrayRef<T> &seq, size_t index) { in element() 135 template <> struct MappingTraits<Argument> { 136 static void mapping(IO &io, Argument &A) { in mapping() 158 LLVM_YAML_IS_SEQUENCE_VECTOR(Argument) in LLVM_YAML_IS_SEQUENCE_VECTOR() argument
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | ed.chared.c | 1437 while (Argument--) { in e_insert_str() 1484 while (Argument--) in e_insert() 1529 Argument = c - '0'; in e_digit() 1533 Argument = (Argument * 10) + (c - '0'); in e_digit() 1569 Argument = (Argument * 10) + (c - '0'); in e_argdigit() 1572 Argument = c - '0'; in e_argdigit() 1584 Argument = (Argument * 10) + (c - '0'); in v_zero() 2116 if (Argument <= 0) in e_last_item() 2160 if (Argument <= 0) in e_dabbrev_expand() 2780 Cursor += Argument; in e_charfwd() [all …]
|
| H A D | ed.inputl.c | 68 Argument = 1; in Repair() 167 if ((!DoingArg) && (Argument != 1)) in Inputl() 201 Argument = 1; in Inputl() 318 Argument = 1; in Inputl() 472 Argument = 1; in Inputl() 496 Argument = 1; in Inputl() 536 Argument = 1; in Inputl() 550 Argument = 1; in Inputl() 564 Argument = 1; in Inputl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DiagnosticInfo.h | 426 struct Argument { struct 435 Argument(StringRef Key, StringRef S); 436 Argument(StringRef Key, const char *S) : Argument(Key, StringRef(S)) {}; in Argument() argument 437 Argument(StringRef Key, int N); 438 Argument(StringRef Key, float N); 439 Argument(StringRef Key, long N); 440 Argument(StringRef Key, long long N); 441 Argument(StringRef Key, unsigned N); 446 Argument(StringRef Key, DebugLoc dl); 465 void insert(Argument A); [all …]
|
| H A D | AbstractCallSite.h | 25 class Argument; variable 163 int getCallArgOperandNo(Argument &Arg) const { in getCallArgOperandNo() 177 Value *getCallArgOperand(Argument &Arg) const { in getCallArgOperand()
|
| H A D | Intrinsics.h | 126 Argument, enumerator 158 assert(Kind == Argument || Kind == ExtendArgument || in getArgumentNumber() 166 assert(Kind == Argument || Kind == ExtendArgument || in getArgumentKind()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteOutArguments.cpp | 87 Type *getOutArgumentType(Argument &Arg) const; 152 Type *AMDGPURewriteOutArguments::getOutArgumentType(Argument &Arg) const { in getOutArgumentType() 199 SmallVector<std::pair<Argument *, Type *>, 4> OutArgs; in runOnFunction() 200 for (Argument &Arg : F.args()) { in runOnFunction() 211 using ReplacementVec = SmallVector<std::pair<Argument *, Value *>, 4>; in runOnFunction() 240 Argument *OutArg = Pair.first; in runOnFunction() 280 [OutArg](const std::pair<Argument *, Value *> &Entry) { in runOnFunction() argument 351 for (std::pair<Argument *, Value *> ReturnPoint : Replacement.second) in runOnFunction() 363 for (Argument &Arg : F.args()) { in runOnFunction() 378 for (Argument &Arg : F.args()) { in runOnFunction()
|
| H A D | R600OpenCLImageTypeLoweringPass.cpp | 149 bool replaceImageUses(Argument &ImageArg, uint32_t ResourceID, in replaceImageUses() 150 Argument &ImageSizeArg, in replaceImageUses() 151 Argument &ImageFormatArg) { in replaceImageUses() 184 bool replaceSamplerUses(Argument &SamplerArg, uint32_t ResourceID) { in replaceSamplerUses() 221 Argument &Arg = *ArgI; in replaceImageAndSamplerUses() 236 Argument &SizeArg = *(++ArgI); in replaceImageAndSamplerUses() 237 Argument &FormatArg = *(++ArgI); in replaceImageAndSamplerUses()
|
| H A D | AMDGPUInstrInfo.cpp | 48 if (const Argument *Arg = dyn_cast<Argument>(Ptr)) in isUniformMMO()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXLowerArgs.cpp | 122 void handleByValParam(const NVPTXTargetMachine &TM, Argument *Arg); 238 static void adjustByValArgAlignment(Argument *Arg, Value *ArgInParamAS, in adjustByValArgAlignment() 317 Argument *Arg) { in handleByValParam() 398 if (Argument *Arg = dyn_cast<Argument>(Ptr)) { in markPointerAsGlobal() 441 if (Argument *Arg = dyn_cast<Argument>(UO)) { in runOnKernelFunction() 457 for (Argument &Arg : F.args()) { in runOnKernelFunction() 475 for (Argument &Arg : F.args()) in runOnDeviceFunction()
|
| H A D | NVPTXUtilities.cpp | 176 if (const Argument *arg = dyn_cast<Argument>(&val)) { in isSampler() 188 if (const Argument *arg = dyn_cast<Argument>(&val)) { in isImageReadOnly() 200 if (const Argument *arg = dyn_cast<Argument>(&val)) { in isImageWriteOnly() 212 if (const Argument *arg = dyn_cast<Argument>(&val)) { in isImageReadWrite()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 124 if (isa<Argument>(UO)) { in addLocAccess() 291 for (Argument &A : F->args()) in addMemoryAttrs() 493 Argument *Definition; 578 SmallVector<Argument *, 4> Uses; 771 Argument *RetArg = nullptr; in addArgumentReturnedAttrs() 890 for (Argument &A : F->args()) { in addArgumentAttrs() 900 for (Argument &A : F->args()) { in addArgumentAttrs() 1005 Argument *A = N->Definition; in addArgumentAttrs() 1034 Argument *A = N->Definition; in addArgumentAttrs() 1043 Argument *A = N->Definition; in addArgumentAttrs() [all …]
|
| H A D | ArgumentPromotion.cpp | 113 const DenseMap<Argument *, SmallVector<OffsetAndArgPart, 4>> in doPromotion() argument 310 for (Argument &Arg : F->args()) { in doPromotion() 344 Argument *NewArg = I2++; in doPromotion() 424 static bool allCallersPassValidPointerForArgument(Argument *Arg, in allCallersPassValidPointerForArgument() 446 static bool findArgParts(Argument *Arg, const DataLayout &DL, AAResults &AAR, in findArgParts() 725 SmallVector<Argument *, 16> PointerArgs; in promoteArguments() 726 for (Argument &I : F->args()) in promoteArguments() 762 DenseMap<Argument *, SmallVector<OffsetAndArgPart, 4>> ArgsToPromote; in promoteArguments() 764 for (Argument *PtrArg : PointerArgs) { in promoteArguments()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | FunctionLoweringInfo.h | 35 class Argument; variable 136 DenseMap<const Argument*, int> ByValArgFrameIndexMap; 284 void setArgumentFrameIndex(const Argument *A, int FI); 287 int getArgumentFrameIndex(const Argument *A);
|
| /freebsd-14.2/contrib/tcsh/nls/german/ |
| H A D | set1 | 26 24 Argument zu groß 44 42 Argument für -c endet mit einem Backslash (\\) 128 126 Unbekannte Option: `-%s'\nBenutzung: %s [ -bcdefilmnqstvVxX -Dname[=Wert] ] [ Argument ... ] 129 127 Unbekannte Option: `-%s'\nBenutzung: %s [ -bcdefFilmnqstvVxX ] [ Argument ... ] 130 128 Unbekannte Option: `-%s'\nBenutzung: %s [ -bcdefilmnqstvVxX ] [ Argument ... ]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SCCPSolver.h | 25 class Argument; variable 42 Argument *Formal; // The Formal argument being analysed. 45 ArgInfo(Argument *F, Constant *A) : Formal(F), Actual(A) {} in ArgInfo()
|
| /freebsd-14.2/sys/contrib/dev/acpica/compiler/ |
| H A D | prscan.c | 192 char *Argument); 1187 char *Argument) in PrPushDirective() argument 1200 AcpiUtSafeStrncpy (Info->Argument, Argument, MAX_ARGUMENT_LENGTH); in PrPushDirective() 1208 Argument, AslGbl_IgnoringThisCodeBlock ? "TRUE" : "FALSE"); in PrPushDirective() 1260 Info->Argument, AslGbl_IgnoringThisCodeBlock ? "TRUE" : "FALSE"); in PrPopDirective()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
| H A D | RemarkCount.cpp | 78 auto *InstrCountArg = find_if(Remark.Args, [](const Argument &Arg) { in tryInstructionCount() 129 auto *RemarkNameArg = find_if(Remark.Args, [](const Argument &Arg) { in tryAnnotationCount() 135 Remark.Args, [](const Argument &Arg) { return Arg.Key == "count"; }); in tryAnnotationCount()
|