| /netbsd/src/external/bsd/kyua-cli/dist/utils/format/ |
| D | formatter.cpp | 80 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()
|
| D | formatter.ipp | 40 /// 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.
|
| /netbsd/src/external/mit/expat/dist/doc/ |
| D | ok.min.css | 2 …placeholder,textarea::placeholder{color:var(--ok-tc-2)}input::-webkit-input-placeholder,textarea::…
|
| /netbsd/src/sys/arch/shark/include/ |
| D | devmap.h | 64 int placeholder; /* nothing needed */ member
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/ |
| D | none.ver | 2 # This is a placeholder file. It does nothing and is not used.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | omp-low.cc | 5556 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c); in lower_rec_input_clauses() local 5562 SET_DECL_VALUE_EXPR (placeholder, in lower_rec_input_clauses() 5565 DECL_HAS_VALUE_EXPR_P (placeholder) = 1; in lower_rec_input_clauses() 5582 SET_DECL_VALUE_EXPR (placeholder, in lower_rec_input_clauses() 5589 DECL_HAS_VALUE_EXPR_P (placeholder) = 0; in lower_rec_input_clauses() 6307 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c); in lower_rec_input_clauses() local 6309 tree ptype = TREE_TYPE (placeholder); in lower_rec_input_clauses() 6346 SET_DECL_VALUE_EXPR (placeholder, x); in lower_rec_input_clauses() 6347 DECL_HAS_VALUE_EXPR_P (placeholder) = 1; in lower_rec_input_clauses() 6455 DECL_HAS_VALUE_EXPR_P (placeholder) = 0; in lower_rec_input_clauses() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/sim/v850/ |
| D | ChangeLog-2021 | 467 (vadd.dw): New placeholder pattern. 468 (vadd.h): New placeholder pattern. 469 (vadd.w): New placeholder pattern. 470 (vadds.h): New placeholder pattern. 471 (vadds.w): New placeholder pattern. 472 (vaddsat.h): New placeholder pattern. 473 (vaddsat.w): New placeholder pattern. 475 (vbiq.h): New placeholder pattern. 476 (vbswap.dw): New placeholder pattern. 477 (vbswap.h): New placeholder pattern. [all …]
|
| /netbsd/src/tests/lib/libc/regex/ |
| D | README | 19 - placeholder, does nothing
|
| /netbsd/src/external/bsd/libbind/dist/isc/ |
| D | eventlib_p.h | 177 struct { const void *placeholder; } null; member
|
| /netbsd/src/lib/libc/isc/ |
| D | eventlib_p.h | 177 struct { const void *placeholder; } null; member
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| D | functional | 80 /** @brief The type of placeholder objects defined by libstdc++. 255 * @brief Determines if the given type _Tp is a placeholder in a 256 * bind() expression and, if so, which placeholder it is. 317 * Partial specialization of is_placeholder that provides the placeholder 318 * number for the placeholder objects defined by libstdc++. 414 * If the argument is a placeholder for the Nth argument, returns
|
| /netbsd/src/sys/external/bsd/acpica/dist/compiler/ |
| D | new_table.txt | 25 Don't add placeholder fields for subtables and other multiple data items.
|
| /netbsd/src/external/bsd/kyua-cli/dist/utils/config/ |
| D | nodes.ipp | 142 /// placeholder for future values. 260 /// placeholder for future values.
|
| /netbsd/src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| D | lsan_common.cc | 107 ALIGNED(64) static char placeholder[sizeof(InternalMmapVector<RootRegion>)]; in InitializeRootRegions() 108 root_regions = new (placeholder) InternalMmapVector<RootRegion>(); // NOLINT in InitializeRootRegions()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | constraint.cc | 2008 type_deducible_p (tree expr, tree type, tree placeholder, tree args, in type_deducible_p() argument 2015 tree deduced_type = do_auto_deduction (type, expr, placeholder, in type_deducible_p() 2078 if (tree placeholder = type_uses_auto (type)) in tsubst_compound_requirement() local 2080 if (!type_deducible_p (expr, type, placeholder, args, quiet)) in tsubst_compound_requirement() 2090 type_deducible_p (expr, type, placeholder, args, info); in tsubst_compound_requirement()
|
| D | cp-tree.def | 265 /* A placeholder for an expression that is not type-dependent, but 276 /* CTOR_INITIALIZER is a placeholder in template code for a call to 509 /* A wildcard declaration is a placeholder for a template parameter
|
| D | semantics.cc | 6189 tree decl, tree placeholder) in clone_omp_udr() argument 6194 decl_map.put (omp_decl1, placeholder); in clone_omp_udr() 6346 tree placeholder = NULL_TREE, decl_placeholder = NULL_TREE; in finish_omp_reduction_clause() local 6363 placeholder = build_lang_decl (VAR_DECL, NULL_TREE, type); in finish_omp_reduction_clause() 6364 DECL_ARTIFICIAL (placeholder) = 1; in finish_omp_reduction_clause() 6365 DECL_IGNORED_P (placeholder) = 1; in finish_omp_reduction_clause() 6366 OMP_CLAUSE_REDUCTION_PLACEHOLDER (c) = placeholder; in finish_omp_reduction_clause() 6376 cxx_mark_addressable (placeholder); in finish_omp_reduction_clause() 6382 tree omp_out = placeholder; in finish_omp_reduction_clause() 6413 cxx_mark_addressable (placeholder); in finish_omp_reduction_clause() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| D | functional | 876 * @brief Determines if the given type _Tp is a placeholder in a 877 * bind() expression and, if so, which placeholder it is. [TR1 3.6.2] 886 /// The type of placeholder objects defined by libstdc++. 902 * Partial specialization of is_placeholder that provides the placeholder 903 * number for the placeholder objects defined by libstdc++. 1054 * If the argument is a placeholder for the Nth argument, returns
|
| /netbsd/src/external/bsd/tcpdump/dist/tests/ |
| D | print-A.out | 146 <P>This is a placeholder page installed by the <A
|
| D | print-AA.out | 146 <P>This is a placeholder page installed by the <A
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/m32r/ |
| D | predicates.md | 381 ;; insn. Allow const_int 0 as well, which is a placeholder for NOP
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/cris/ |
| D | sync.md | 58 ;; We use "mult" as a placeholder for "nand" (which does not have a
|
| /netbsd/src/sys/arch/amiga/dev/ |
| D | grf_ultms.g | 85 screen_origin: .long $FE000000 ; just a placeholder
|
| /netbsd/src/usr.bin/xlint/lint1/ |
| D | README.md | 238 At the start and the end of the comment, the placeholder `...` stands for an
|
| /netbsd/src/external/bsd/openldap/dist/doc/rfc/ |
| D | rfc2247.txt | 218 description: a placeholder entry used with SRV records
|