Lines Matching +defs:val +defs:format
55 static std::vector<Value *> val(const T *list, int count) in val() function in rr::PrintValue
88 const std::string format; member in rr::PrintValue
205 static std::vector<Value *> val(const T &v) in val() function in rr::PrintValue
222 …static std::vector<Value *> val(const std::string &v) { return PrintValue::Ty<const char *>::val(v… in val() function
320 static std::vector<Value *> val(const RValue<Long> &v) { return { v.value() }; } in val() function
326 static std::vector<Value *> val(const RValue<Pointer<T>> &v) { return { v.value() }; } in val() function
335 std::string format; in fmt() local
341 std::string format; in fmt() local
347 static std::vector<Value *> val(const SIMD::Pointer &v) in val() function
357 std::string format; in fmt() local
368 std::string format; in fmt() local
379 std::string format; in fmt() local
389 static std::vector<Value *> val(const Reference<T> &v) { return PrintValue::Ty<T>::val(v); } in val() function
395 static std::vector<Value *> val(const RValue<T> &v) { return PrintValue::Ty<T>::val(v); } in val() function