Home
last modified time | relevance | path

Searched defs:convert (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-src/contrib/kyua/utils/cmdline/
H A Doptions.cpp327 cmdline::int_option::convert(const std::string& raw_value) in convert() function in cmdline::int_option
392 cmdline::list_option::convert(const std::string& raw_value) in convert() function in cmdline::list_option
466 cmdline::path_option::convert(const std::string& raw_value) in convert() function in cmdline::path_option
541 cmdline::property_option::convert(const std::string& raw_value) in convert() function in cmdline::property_option
602 cmdline::string_option::convert(const std::string& raw_value) in convert() function in cmdline::string_option
H A Doptions_test.cpp94 convert(const std::string& str) in convert() function in __anon7c6a2a430111::mock_option
/freebsd-src/tools/
H A Dmake_libdeps.sh49 convert() function
/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h39 const Mask *convert = static_cast<const Mask *>(src); in copy() local
43 const Mask *convert = static_cast<const Mask *>(rhs); in bitwise_and() local
47 const Mask *convert = static_cast<const Mask *>(rhs); in bitwise_or() local
52 const Mask *convert = static_cast<const Mask *>(rhs); in is_equal() local
367 const Mask *convert = static_cast<const Mask *>(src); in bitwise_and() local
361 const Mask *convert = static_cast<const Mask *>(src); copy() local
373 const Mask *convert = static_cast<const Mask *>(rhs); bitwise_or() local
384 const Mask *convert = static_cast<const Mask *>(rhs); is_equal() local
580 const Mask *convert = static_cast<const Mask *>(src); copy() local
585 const Mask *convert = static_cast<const Mask *>(rhs); bitwise_and() local
590 const Mask *convert = static_cast<const Mask *>(rhs); bitwise_or() local
599 const Mask *convert = static_cast<const Mask *>(rhs); is_equal() local
[all...]
/freebsd-src/contrib/ncurses/ncurses/widechar/
H A Dcharable.c73 wchar_t convert; in _nc_to_widechar() local
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h48 llvm::APSInt convert(const llvm::APSInt &Value) const LLVM_READONLY { in convert() function
/freebsd-src/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_constants_table.c212 uint8_t convert, in LacSymQat_ConstantsGetCipherOffset()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h52 template <typename T> static T convert(T rawValue) { return rawValue; } in convert() function
132 template <typename T> char convert(T rawValue) { in convert() function
/freebsd-src/sbin/veriexec/
H A Dmanifest_parser.y228 convert(char *fp, unsigned int count, unsigned char *out) in convert() function
/freebsd-src/usr.bin/number/
H A Dnumber.c109 convert(char *line) in convert() function
/freebsd-src/usr.bin/calendar/
H A Devents.c76 convert(char *input) in convert() function
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp70 llvm::Error ObjectFileTransformer::convert(const object::ObjectFile &Obj, convert() function in ObjectFileTransformer
/freebsd-src/usr.bin/comm/
H A Dcomm.c181 convert(const char *str) in convert() function
/freebsd-src/usr.bin/systat/
H A Dconvtbl.c99 convert(const uintmax_t size, const int scale) in convert() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp308 void MIRPrinter::convert(yaml::MachineFunction &MF, convert() function in MIRPrinter
349 void MIRPrinter::convert(ModuleSlotTracker &MST, convert() function in MIRPrinter
574 void MIRPrinter::convert(yaml::MachineFunction &MF, convert() function in MIRPrinter
596 void MIRPrinter::convert(ModuleSlotTracker &MST, convert() function in MIRPrinter
[all...]
/freebsd-src/libexec/tftpd/
H A Dtftp-file.c48 static int convert; variable
/freebsd-src/crypto/openssl/apps/
H A Dciphers.c103 char *ciphers = NULL, *prog, *convert = NULL, *ciphersuites = NULL; in ciphers_main() local
/freebsd-src/usr.bin/uniq/
H A Duniq.c250 convert(const char *str) convert() function
/freebsd-src/contrib/xz/src/liblzma/common/
H A Dstream_encoder.c150 static const lzma_action convert[LZMA_ACTION_MAX + 1] = { in stream_encode() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp398 Value *Float2IntPass::convert(Instruction *I, Type *ToTy) { convert() function in Float2IntPass
/freebsd-src/contrib/lib9p/
H A Dgenacl.c527 l9p_sysacl_to_acl(int acetype, acl_t sysacl, econvertfn *convert) in l9p_sysacl_to_acl()
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp1596 convert(const Fake& value) { in convert() function
1607 convert( const Fake& value ) { in convert() function
1689 static std::string convert(char const* str) { in convert() function
1695 static std::string convert(signed char const* str) { in convert() function
1701 static std::string convert(unsigned char const* str) { in convert() function
1775 static std::string convert(U* p) { in convert() function
1786 static std::string convert(R C::* p) { in convert() function
1822 static std::string convert(NSString * nsstring) { in convert() function
1830 static std::string convert(NSObject* nsObject) { in convert() function
1863 static std::string convert(const std::pair<T1, T2>& pair) { in convert() function
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp567 void SSACCmpConv::convert(SmallVectorImpl<MachineBasicBlock *> &RemovedBlocks) { in convert() function in SSACCmpConv
/freebsd-src/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c551 char convert[20]; in fmtint() local
/freebsd-src/contrib/expat/lib/
H A Dxmltok.c1311 CONVERTER convert; member
1401 XmlInitUnknownEncoding(void *mem, int *table, CONVERTER convert, in XmlInitUnknownEncoding()
1664 XmlInitUnknownEncodingNS(void *mem, int *table, CONVERTER convert, in XmlInitUnknownEncodingNS()

12