Searched refs:value_end (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroInstr.h | 569 op_iterator value_end() { return arg_end(); } in value_end() function 570 const_op_iterator value_end() const { return arg_end(); } in value_end() function 573 return make_range(value_begin(), value_end()); in value_operands() 576 return make_range(value_begin(), value_end()); in value_operands()
|
| H A D | Coroutines.cpp | 356 auto SI = Suspend->value_begin(), SE = Suspend->value_end(); in buildFrom()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 1028 value_iterator value_end() const { return ValueList+NumValues; } 1030 return llvm::make_range(value_begin(), value_end());
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 6176 ArrayRef<EVT> Res(Intr->value_begin() + 1, Intr->value_end()); in LowerBRCOND()
|