Home
last modified time | relevance | path

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

1234

/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.h293 char placeholder; member
297 char placeholder; member
301 char placeholder; member
305 char placeholder; member
403 char placeholder; member
407 char placeholder; member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dqmi_wlfw_v01.h231 char placeholder; member
238 char placeholder; member
300 char placeholder; member
453 char placeholder; member
612 char placeholder; member
619 char placeholder; member
640 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/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals.cpp66 alignof(MapOfGlobals)) static char placeholder[sizeof(MapOfGlobals)]; in GlobalsByIndicator() local
67 globals_by_indicator = new (placeholder) MapOfGlobals(); in GlobalsByIndicator()
85 placeholder[sizeof(DynInitGlobalsByModule)]; in DynInitGlobals() local
86 globals_by_module = new (placeholder) DynInitGlobalsByModule(); in DynInitGlobals()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dqmi.h381 char placeholder; member
385 char placeholder; member
500 char placeholder; member
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/experimental/
H A Dutility20 3.1.2, erased-type placeholder
/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_aria_128_gcm.pod45 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_PKEY_CTX_get_algor.pod36 placeholder for any EVP operation type.
H A DBIO_get_ex_new_index.pod75 In the description here, I<TYPE> is used a placeholder
/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);
/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/arm64/exynos/
H A Dexynos8895-dreamlte.dts101 regulator-name = "reg-placeholder";
/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/crypto/openssl/doc/internal/man3/
H A DDEFINE_LIST_OF.pod46 here, B<I<TYPE>> is used as a placeholder for any datatype. Lists are intended to

1234