Home
last modified time | relevance | path

Searched refs:format_ (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/format/
H A Dexceptions.cpp55 bad_format_error::bad_format_error(const std::string& format_, in bad_format_error() argument
57 error("Invalid formatting string '" + format_ + "': " + message), in bad_format_error()
58 _format(format_) in bad_format_error()
81 extra_args_error::extra_args_error(const std::string& format_, in extra_args_error() argument
83 error("Not enough fields in formatting string '" + format_ + "' to place " in extra_args_error()
85 _format(format_), in extra_args_error()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dfileread.h506 is_in_sysroot_(false), format_(FORMAT_NONE) in Input_file()
582 { return this->format_; } in format()
618 Format format_; variable
H A Dfileread.cc884 : found_name_(), file_(), is_in_sysroot_(false), format_(FORMAT_NONE) in Input_file()
1110 this->format_ = FORMAT_ELF; in open()
1116 this->format_ = FORMAT_BINARY; in open()
1123 this->format_ = FORMAT_NONE; in open()
H A DChangeLog-081511045 (Input_file::Input_file): Initialize data member format_.
11047 (Input_file::format_):: New data member.
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dfileread.h506 is_in_sysroot_(false), format_(FORMAT_NONE) in Input_file()
582 { return this->format_; } in format()
618 Format format_; variable
H A Dfileread.cc884 : found_name_(), file_(), is_in_sysroot_(false), format_(FORMAT_NONE) in Input_file()
1110 this->format_ = FORMAT_ELF; in open()
1116 this->format_ = FORMAT_BINARY; in open()
1123 this->format_ = FORMAT_NONE; in open()
H A DChangeLog-081511045 (Input_file::Input_file): Initialize data member format_.
11047 (Input_file::format_):: New data member.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgdbhooks.py423 format_ = GET_RTX_FORMAT(code)
425 print(format_[i])
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgdbhooks.py423 format_ = GET_RTX_FORMAT(code)
425 print(format_[i])
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DFuzzingLLVM.rst47 A |generic fuzzer| that runs clang-format_ on C++ text fragments. Some of the