Searched refs:op_arg (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/ |
| D | StructuredDataDarwinLog.cpp | 184 const std::string &op_arg, Status &error)>; 193 const std::string &op_arg, Status &error) { in CreateRule() argument 204 return find_it->second(match_accepts, attribute, op_arg, error); in CreateRule() 278 const std::string &op_arg, in CreateOperation() argument 281 if (op_arg.empty()) { in CreateOperation() 288 auto regex = RegularExpression(op_arg); in CreateOperation() 296 return FilterRuleSP(new RegexFilterRule(accept, attribute_index, op_arg)); in CreateOperation() 330 const std::string &op_arg, in CreateOperation() argument 332 if (op_arg.empty()) { in CreateOperation() 341 new ExactMatchFilterRule(accept, attribute_index, op_arg)); in CreateOperation()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-sparc.c | 2274 char *op_arg = NULL; local 2335 op_arg = o->name; 2351 if (op_arg) 2367 as_bad (_("Illegal operands: %%%s requires arguments in ()"), op_arg); 2379 as_bad (_("Illegal operands: Can't do arithmetics other than + and - involving %%%s()"), op_arg); 2402 if (op_arg && s1 == s + 1) 2407 if (op_arg) 2418 if (op_arg) 2423 if (op_arg) 2489 as_bad (_("Illegal operands: Can't add non-constant expression to %%%s()"), op_arg); [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-sparc.c | 2236 char *op_arg = NULL; local 2297 op_arg = o->name; 2313 if (op_arg) 2329 as_bad (_("Illegal operands: %%%s requires arguments in ()"), op_arg); 2341 as_bad (_("Illegal operands: Can't do arithmetics other than + and - involving %%%s()"), op_arg); 2364 if (op_arg && s1 == s + 1) 2369 if (op_arg) 2380 if (op_arg) 2385 if (op_arg) 2451 as_bad (_("Illegal operands: Can't add non-constant expression to %%%s()"), op_arg); [all …]
|