Home
last modified time | relevance | path

Searched refs:Argument (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/netbsd-src/external/gpl3/binutils/dist/include/
H A Dgcc-c-fe.def37 const char *, /* Argument NAME. */
38 enum gcc_c_symbol_kind, /* Argument SYM_KIND. */
39 gcc_type, /* Argument SYM_TYPE. */
40 const char *, /* Argument SUBSTITUTION_NAME. */
41 gcc_address, /* Argument ADDRESS. */
42 const char *, /* Argument FILENAME. */
43 unsigned int) /* Argument LINE_NUMBER. */
50 gcc_decl, /* Argument DECL. */
51 int /* bool */) /* Argument IS_GLOBAL. */
61 const char *, /* Argument NAME. */
[all …]
H A Dgcc-cp-fe.def32 const char *) /* Argument NAME. */
42 gcc_type) /* Argument TYPE. */
49 gcc_decl) /* Argument FUNCTION_DECL. */
157 gcc_decl, /* Argument DECL. */
158 gcc_decl) /* Argument SCOPE. */
184 gcc_decl) /* Argument USED_NS. */
195 const char *, /* Argument ALIAS. */
196 gcc_decl) /* Argument TARGET. */
216 enum gcc_cp_symbol_kind, /* Argument FLAGS. */
217 gcc_decl) /* Argument TARGET. */
[all …]
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dgcc-c-fe.def37 const char *, /* Argument NAME. */
38 enum gcc_c_symbol_kind, /* Argument SYM_KIND. */
39 gcc_type, /* Argument SYM_TYPE. */
40 const char *, /* Argument SUBSTITUTION_NAME. */
41 gcc_address, /* Argument ADDRESS. */
42 const char *, /* Argument FILENAME. */
43 unsigned int) /* Argument LINE_NUMBER. */
50 gcc_decl, /* Argument DECL. */
51 int /* bool */) /* Argument IS_GLOBAL. */
61 const char *, /* Argument NAME. */
[all …]
H A Dgcc-cp-fe.def32 const char *) /* Argument NAME. */
42 gcc_type) /* Argument TYPE. */
49 gcc_decl) /* Argument FUNCTION_DECL. */
157 gcc_decl, /* Argument DECL. */
158 gcc_decl) /* Argument SCOPE. */
184 gcc_decl) /* Argument USED_NS. */
195 const char *, /* Argument ALIAS. */
196 gcc_decl) /* Argument TARGET. */
216 enum gcc_cp_symbol_kind, /* Argument FLAGS. */
217 gcc_decl) /* Argument TARGET. */
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dgcc-c-fe.def37 const char *, /* Argument NAME. */
38 enum gcc_c_symbol_kind, /* Argument SYM_KIND. */
39 gcc_type, /* Argument SYM_TYPE. */
40 const char *, /* Argument SUBSTITUTION_NAME. */
41 gcc_address, /* Argument ADDRESS. */
42 const char *, /* Argument FILENAME. */
43 unsigned int) /* Argument LINE_NUMBER. */
50 gcc_decl, /* Argument DECL. */
51 int /* bool */) /* Argument IS_GLOBAL. */
61 const char *, /* Argument NAME. */
[all …]
H A Dgcc-cp-fe.def32 const char *) /* Argument NAME. */
42 gcc_type) /* Argument TYPE. */
49 gcc_decl) /* Argument FUNCTION_DECL. */
157 gcc_decl, /* Argument DECL. */
158 gcc_decl) /* Argument SCOPE. */
184 gcc_decl) /* Argument USED_NS. */
195 const char *, /* Argument ALIAS. */
196 gcc_decl) /* Argument TARGET. */
216 enum gcc_cp_symbol_kind, /* Argument FLAGS. */
217 gcc_decl) /* Argument TARGET. */
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dgcc-c-fe.def37 const char *, /* Argument NAME. */
38 enum gcc_c_symbol_kind, /* Argument SYM_KIND. */
39 gcc_type, /* Argument SYM_TYPE. */
40 const char *, /* Argument SUBSTITUTION_NAME. */
41 gcc_address, /* Argument ADDRESS. */
42 const char *, /* Argument FILENAME. */
43 unsigned int) /* Argument LINE_NUMBER. */
50 gcc_decl, /* Argument DECL. */
51 int /* bool */) /* Argument IS_GLOBAL. */
61 const char *, /* Argument NAME. */
[all …]
H A Dgcc-cp-fe.def32 const char *) /* Argument NAME. */
42 gcc_type) /* Argument TYPE. */
49 gcc_decl) /* Argument FUNCTION_DECL. */
157 gcc_decl, /* Argument DECL. */
158 gcc_decl) /* Argument SCOPE. */
184 gcc_decl) /* Argument USED_NS. */
195 const char *, /* Argument ALIAS. */
196 gcc_decl) /* Argument TARGET. */
216 enum gcc_cp_symbol_kind, /* Argument FLAGS. */
217 gcc_decl) /* Argument TARGET. */
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTemplateBase.h459 TemplateArgument Argument;
465 TemplateArgumentLoc(const TemplateArgument &Argument,
467 : Argument(Argument), LocInfo(Opaque) {}
469 TemplateArgumentLoc(const TemplateArgument &Argument, TypeSourceInfo *TInfo)
470 : Argument(Argument), LocInfo(TInfo) {
471 assert(Argument.getKind() == TemplateArgument::Type);
474 TemplateArgumentLoc(const TemplateArgument &Argument, Expr *E)
475 : Argument(Argument), LocInfo(E) {
479 assert(Argument.getKind() == TemplateArgument::NullPtr ||
480 Argument.getKind() == TemplateArgument::Integral ||
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDiagnosticInfo.cpp164 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument() function in DiagnosticInfoOptimizationBase::Argument
176 if (isa<llvm::Argument>(V) || isa<GlobalValue>(V)) in Argument()
185 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, const Type *T) in Argument() function in DiagnosticInfoOptimizationBase::Argument
191 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, StringRef S) in Argument() function in DiagnosticInfoOptimizationBase::Argument
194 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, int N) in Argument() function in DiagnosticInfoOptimizationBase::Argument
197 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, float N) in Argument() function in DiagnosticInfoOptimizationBase::Argument
200 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, long N) in Argument() function in DiagnosticInfoOptimizationBase::Argument
203 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, long long N) in Argument() function in DiagnosticInfoOptimizationBase::Argument
206 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, unsigned N) in Argument() function in DiagnosticInfoOptimizationBase::Argument
209 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument() function in DiagnosticInfoOptimizationBase::Argument
[all …]
H A DFunction.cpp83 Argument::Argument(Type *Ty, const Twine &Name, Function *Par, unsigned ArgNo) in Argument() function in Argument
88 void Argument::setParent(Function *parent) { in setParent()
92 bool Argument::hasNonNullAttr(bool AllowUndefOrPoison) const { in hasNonNullAttr()
105 bool Argument::hasByValAttr() const { in hasByValAttr()
110 bool Argument::hasByRefAttr() const { in hasByRefAttr()
116 bool Argument::hasSwiftSelfAttr() const { in hasSwiftSelfAttr()
120 bool Argument::hasSwiftErrorAttr() const { in hasSwiftErrorAttr()
124 bool Argument::hasInAllocaAttr() const { in hasInAllocaAttr()
129 bool Argument::hasPreallocatedAttr() const { in hasPreallocatedAttr()
135 bool Argument::hasPassPointeeByValueCopyAttr() const { in hasPassPointeeByValueCopyAttr()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp77 StringRef Modifier, StringRef Argument, in DummyArgToStringFn() argument
598 const char *Argument, unsigned ArgumentLen, in HandleSelectModifier() argument
600 const char *ArgumentEnd = Argument+ArgumentLen; in HandleSelectModifier()
604 const char *NextVal = ScanFormat(Argument, ArgumentEnd, '|'); in HandleSelectModifier()
607 Argument = NextVal+1; // Skip this string. in HandleSelectModifier()
612 const char *EndPtr = ScanFormat(Argument, ArgumentEnd, '|'); in HandleSelectModifier()
615 DInfo.FormatDiagnostic(Argument, EndPtr, OutStr); in HandleSelectModifier()
739 const char *Argument, unsigned ArgumentLen, in HandlePluralModifier() argument
741 const char *ArgumentEnd = Argument + ArgumentLen; in HandlePluralModifier()
743 assert(Argument < ArgumentEnd && "Plural expression didn't match."); in HandlePluralModifier()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
H A DRemark.h42 struct Argument { struct
51 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(Argument, LLVMRemarkArgRef) argument
90 SmallVector<Argument, 5> Args;
143 inline bool operator==(const Argument &LHS, const Argument &RHS) {
147 inline bool operator!=(const Argument &LHS, const Argument &RHS) {
151 inline bool operator<(const Argument &LHS, const Argument &RHS) {
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticInfo.h421 struct Argument { struct
427 explicit Argument(StringRef Str = "") : Key("String"), Val(Str) {} argument
428 Argument(StringRef Key, const Value *V);
429 Argument(StringRef Key, const Type *T);
430 Argument(StringRef Key, StringRef S);
431 Argument(StringRef Key, const char *S) : Argument(Key, StringRef(S)) {}; in Argument() argument
432 Argument(StringRef Key, int N);
433 Argument(StringRef Key, float N);
434 Argument(StringRef Key, long N);
435 Argument(StringRef Key, long long N);
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpidump/
H A Dapmain.c83 char *Argument,
151 char *Argument, in ApInsertAction() argument
157 ActionTable [CurrentAction].Argument = Argument; in ApInsertAction()
401 Status = ApDumpTableByAddress (Action->Argument); in main()
406 Status = ApDumpTableByName (Action->Argument); in main()
411 Status = ApDumpTableFromFile (Action->Argument); in main()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
H A Dbit-count.S26 ;; Argument is in [SP+4], return in R8.
47 ;; Argument is in [SP+6]:[SP+4], return in R8.
61 ;; Argument is in [SP+4], return in R8.
82 ;; Argument is in [SP+6]:[SP+4], return in R8.
96 ;; Argument is in [SP+4], return in R8.
117 ;; Argument is in [SP+6]:[SP+4], return in R8.
152 ;; Argument is in [SP+4], return in R8.
160 ;; Argument is in [SP+6]:[SP+4], return in R8.
173 ;; Argument is in [SP+4], return in R8.
180 ;; Argument is in [SP+6]:[SP+4], return in R8.
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rl78/
H A Dbit-count.S26 ;; Argument is in [SP+4], return in R8.
47 ;; Argument is in [SP+6]:[SP+4], return in R8.
61 ;; Argument is in [SP+4], return in R8.
82 ;; Argument is in [SP+6]:[SP+4], return in R8.
96 ;; Argument is in [SP+4], return in R8.
117 ;; Argument is in [SP+6]:[SP+4], return in R8.
152 ;; Argument is in [SP+4], return in R8.
160 ;; Argument is in [SP+6]:[SP+4], return in R8.
173 ;; Argument is in [SP+4], return in R8.
180 ;; Argument is in [SP+6]:[SP+4], return in R8.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp87 bool isOutArgumentCandidate(Argument &Arg) const;
170 bool AMDGPURewriteOutArguments::isOutArgumentCandidate(Argument &Arg) const { in isOutArgumentCandidate()
230 SmallVector<Argument *, 4> OutArgs; in runOnFunction()
231 for (Argument &Arg : F.args()) { in runOnFunction()
242 using ReplacementVec = SmallVector<std::pair<Argument *, Value *>, 4>; in runOnFunction()
267 for (Argument *OutArg : OutArgs) { in runOnFunction()
310 [OutArg](const std::pair<Argument *, Value *> &Entry) { in runOnFunction() argument
379 for (std::pair<Argument *, Value *> ReturnPoint : Replacement.second) { in runOnFunction()
380 Argument *Arg = ReturnPoint.first; in runOnFunction()
415 for (Argument &Arg : F.args()) { in runOnFunction()
[all …]
H A DR600OpenCLImageTypeLoweringPass.cpp149 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()
/netbsd-src/tests/usr.bin/xlint/lint2/
H A Dread_printf.ln15 # Argument 1 is converted to 'const char *', due to the function prototype.
19 # Argument 2 is part of the '...', therefore no conversion to 'const char *'
27 # Argument 2 is a positive integer.
32 # Argument 2 is a string without any printf-like format specifiers.
33 # Argument 3 is a negative integer.
34 # Argument 4 has no further interesting properties.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp118 void handleByValParam(Argument *Arg);
228 void NVPTXLowerArgs::handleByValParam(Argument *Arg) { in handleByValParam()
307 if (Argument *Arg = dyn_cast<Argument>(Ptr)) { in markPointerAsGlobal()
339 if (Argument *Arg = dyn_cast<Argument>(UO)) { in runOnKernelFunction()
352 for (Argument &Arg : F.args()) { in runOnKernelFunction()
366 for (Argument &Arg : F.args()) in runOnDeviceFunction()
H A DNVPTXUtilities.cpp165 if (const Argument *arg = dyn_cast<Argument>(&val)) { in isSampler()
177 if (const Argument *arg = dyn_cast<Argument>(&val)) { in isImageReadOnly()
189 if (const Argument *arg = dyn_cast<Argument>(&val)) { in isImageWriteOnly()
201 if (const Argument *arg = dyn_cast<Argument>(&val)) { in isImageReadWrite()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DRemark.cpp23 for (const Argument &Arg : Args) in getArgsAsMsg()
111 ArrayRef<Argument> Args = unwrap(Remark)->Args; in LLVMRemarkEntryGetFirstArg()
116 const_cast<Argument *>(Args.begin())); in LLVMRemarkEntryGetFirstArg()
125 auto It = (ArrayRef<Argument>::const_iterator)ArgIt; in LLVMRemarkEntryGetNextArg()
130 return reinterpret_cast<LLVMRemarkArgRef>(const_cast<Argument *>(Next)); in LLVMRemarkEntryGetNextArg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp331 Argument *Definition;
338 using ArgumentMapTy = std::map<Argument *, ArgumentGraphNode>;
359 ArgumentGraphNode *operator[](Argument *A) { in operator []()
424 SmallVector<Argument *, 4> Uses;
457 determinePointerReadAttrs(Argument *A, in determinePointerReadAttrs()
458 const SmallPtrSet<Argument *, 8> &SCCNodes) { in determinePointerReadAttrs() argument
600 [](const Argument &Arg) { return Arg.hasReturnedAttr(); })) in addArgumentReturnedAttrs()
610 if (!isa<Argument>(RetVal) || RetVal->getType() != F->getReturnType()) in addArgumentReturnedAttrs()
623 auto *A = cast<Argument>(RetArg); in addArgumentReturnedAttrs()
661 auto *FArg = dyn_cast<Argument>(CB->getArgOperand(CSArg.getArgNo())); in addArgumentAttrsFromCallsites()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsggrep-612 invalid\ argument\ `%s'\ for\ `%s'=ung\u00fcltiges Argument \u00bb%s\u00ab f\u00fcr \u00bb%s\u00ab
16 ambiguous\ argument\ `%s'\ for\ `%s'=mehrdeutiges Argument \u00bb%s\u00ab f\u00fcr \u00bb%s\u00ab
63 %s\:\ option\ `%s'\ requires\ an\ argument\n=%s\: Option \u00bb%s\u00ab erwartet ein Argument\n
83 %s\:\ option\ requires\ an\ argument\ --\ %c\n=%s\: Option erwartet ein Argument -- %c\n

12345678910>>...22