Searched refs:value_end (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_flag_parser.h | 117 const char *value_end; in Parse() local 118 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse() 119 bool ok = *value_end == 0; in Parse() 132 const char *value_end; in Parse() local 133 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse() 134 bool ok = *value_end == 0; in Parse() 147 const char *value_end; in Parse() local 148 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse() 149 bool ok = *value_end == 0; in Parse()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroInstr.h | 571 op_iterator value_end() { return arg_end(); } in value_end() function 572 const_op_iterator value_end() const { return arg_end(); } in value_end() function 575 return make_range(value_begin(), value_end()); in value_operands() 578 return make_range(value_begin(), value_end()); in value_operands()
|
| H A D | Coroutines.cpp | 360 auto SI = Suspend->value_begin(), SE = Suspend->value_end(); in buildFrom()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 1008 value_iterator value_end() const { return ValueList+NumValues; } 1010 return llvm::make_range(value_begin(), value_end());
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 5259 ArrayRef<EVT> Res(Intr->value_begin() + 1, Intr->value_end()); in LowerBRCOND()
|