Home
last modified time | relevance | path

Searched refs:placeholder (Results 1 – 25 of 72) sorted by relevance

123

/freebsd/contrib/kyua/utils/format/
H A Dformatter.cpp80 const std::string placeholder = expansion.substr(begin, end - begin + 1); in find_next_placeholder() local
82 placeholder.find('%', 1) != std::string::npos) in find_next_placeholder()
84 placeholder + "'"); in find_next_placeholder()
85 return std::make_pair(begin, placeholder); in find_next_placeholder()
188 const std::pair< std::string::size_type, std::string > placeholder = in init() local
191 strip_double_percent(_expansion, _last_pos, placeholder.first); in init()
193 _oss = new_ostringstream(placeholder.second); in init()
196 _placeholder_pos = placeholder.first - no_percents.second; in init()
197 _placeholder = placeholder.second; in init()
H A Dformatter.ipp40 /// Replaces the first format placeholder in a formatter.
42 /// Constructs a new formatter object that has one less formatting placeholder,
47 /// \param arg The argument to use as replacement for the format placeholder.
49 /// \return A new formatter that has one less format placeholder.
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def26 // PLACEHOLDER_TYPE(Id, SingletonId) - A placeholder type. Placeholder
266 // The type of an unresolved overload set. A placeholder type.
277 // Overload should be the first placeholder type, or else change
282 // A placeholder type. Expressions with this type have one of the
293 // VS.NET's __property declarations. A placeholder type. The
309 // __builtin_any_type. A placeholder type. Useful for clients
322 // A placeholder type for incomplete matrix index expressions.
325 // A placeholder type for OpenMP array sections.
328 // A placeholder type for OpenMP array shaping operation.
331 // A placeholder type for OpenMP iterators.
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dqmi.h289 char placeholder; member
293 char placeholder; member
297 char placeholder; member
301 char placeholder; member
399 char placeholder; member
403 char placeholder; member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dqmi_wlfw_v01.h230 char placeholder; member
237 char placeholder; member
299 char placeholder; member
452 char placeholder; member
611 char placeholder; member
618 char placeholder; member
639 char placeholder; member
/freebsd/sys/dev/isci/scil/
H A Dscic_io_request.h92 void * placeholder; member
102 void * placeholder; member
/freebsd/share/examples/ppp/
H A Dppp.secret.sample17 # used as a placeholder if you do not wish to override the IP
22 # can be used as a placeholder if you do not wish to override the
/freebsd/contrib/expat/doc/
H A Dok.min.css2placeholder,textarea::placeholder{color:var(--ok-tc-2)}input::-webkit-input-placeholder,textarea::…
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dqmi.h348 char placeholder; member
352 char placeholder; member
467 char placeholder; member
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dutility24 3.1.2, erased-type placeholder
/freebsd/crypto/openssl/doc/man3/
H A DEVP_camellia_128_ecb.pod39 I<EVP_ciphername> is used a placeholder for any of the described cipher
H A DEVP_des_cbc.pod37 I<EVP_ciphername> is used a placeholder for any of the described cipher
H A DEVP_aria_128_gcm.pod45 I<EVP_ciphername> is used a placeholder for any of the described cipher
H A DBIO_get_ex_new_index.pod75 In the description here, I<TYPE> is used a placeholder
H A DPEM_read_CMS.pod92 as a placeholder for any of the OpenSSL datatypes, such as B<X509>.
H A DEVP_aes_128_gcm.pod60 I<EVP_ciphername> is used a placeholder for any of the described cipher
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A DREADME19 - placeholder, does nothing
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantEmitter.h162 llvm::GlobalValue *placeholder);
H A DCGExprConstant.cpp1612 llvm::GlobalValue *placeholder) { in registerCurrentAddrPrivate() argument
1615 assert(PlaceholderAddresses.back().second == placeholder); in registerCurrentAddrPrivate()
1709 void setLocation(llvm::GlobalVariable *placeholder) { in setLocation()
1710 assert(!Locations.contains(placeholder) && in setLocation()
1736 Locations.insert({placeholder, location}); in setLocation()
/freebsd/lib/libc/isc/
H A Deventlib_p.h179 struct { const void *placeholder; } null; member
/freebsd/crypto/libecc/
H A Dmeson.options76 # used by external tools as a placeholder to add or
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx53-sk-imx53.dts100 mac-address = [000000000000]; /* placeholder; will be overwritten by bootloader */
/freebsd/contrib/kyua/utils/config/
H A Dnodes.ipp150 /// placeholder for future values.
268 /// placeholder for future values.
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp535 alignas(RootRegions) static char placeholder[sizeof(RootRegions)]; in GetRootRegionsLocked() local
537 regions = new (placeholder) RootRegions(); in GetRootRegionsLocked()
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra234.dtsi221 /* placeholder for external codec */
257 /* placeholder for external codec */
293 /* placeholder for external codec */
329 /* placeholder for external codec */
365 /* placeholder for external codec */
401 /* placeholder for external codec */
964 /* placeholder for external codec */
998 /* placeholder for external codec */
1032 /* placeholder for external codec */
1066 /* placeholder for external codec */
[all …]

123