HomeSort by: relevance | last modified time | path
    Searched defs:placeholder (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/arch/shark/include/
devmap.h 64 int placeholder; /* nothing needed */ member in struct:map_info::__anon1906::__anon1907
  /src/external/bsd/kyua-cli/dist/utils/format/
formatter.cpp 47 /// Finds the next placeholder in a string.
51 /// \param expansion The string containing the placeholder to look for. Any
55 /// placeholder.
57 /// \return The position in the string in which the placeholder is located and
58 /// the placeholder itself. If there are no placeholders left, this returns
80 const std::string placeholder = expansion.substr(begin, end - begin + 1); local
82 placeholder.find('%', 1) != std::string::npos)
83 throw format::bad_format_error(format, "Unterminated placeholder '" +
84 placeholder + "'");
85 return std::make_pair(begin, placeholder);
188 const std::pair< std::string::size_type, std::string > placeholder = local
    [all...]
  /src/external/bsd/openldap/dist/servers/lloadd/
backend.c 487 struct evdns_getaddrinfo_request *request, *placeholder; local
593 placeholder = (struct evdns_getaddrinfo_request *)&request;
594 b->b_dns_req = placeholder;
601 assert( request || b->b_dns_req != placeholder );
606 if ( b->b_dns_req == placeholder ) {
  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
changes.cc 569 // Add a temporary placeholder instruction after AFTER.
620 insn_info *placeholder = nullptr; local
641 // If INSN is moving, insert a placeholder insn_info at the
653 placeholder = add_placeholder_after (after);
654 following_insn = placeholder;
661 placeholders[i] = placeholder;
685 else if (insn_info *placeholder = placeholders[i])
688 if (placeholder->prev_nondebug_insn () == insn
689 || placeholder->next_nondebug_insn () == insn)
691 remove_insn (placeholder);
    [all...]
  /src/lib/libc/isc/
eventlib_p.h 177 struct { const void *placeholder; } null; member in struct:evEvent_p::__anon367::__anon374
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 107 ALIGNED(64) static char placeholder[sizeof(InternalMmapVector<RootRegion>)]; local
108 root_regions = new (placeholder) InternalMmapVector<RootRegion>(); // NOLINT
  /src/external/bsd/libbind/dist/isc/
eventlib_p.h 177 struct { const void *placeholder; } null; member in struct:evEvent_p::__anon7181::__anon7188
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common.cpp 531 alignas(RootRegions) static char placeholder[sizeof(RootRegions)]; local
533 regions = new (placeholder) RootRegions();
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c 283 /* A queue entry for a placeholder. These correspond to a wait event. */
285 struct placeholder struct
296 struct placeholder *placeholderp;
318 struct placeholder placeholder; member in union:queue_entry::__anon14462
2731 /* FIXME: is it safe to access a placeholder that may already have
2733 struct placeholder *placeholderp = entry->u.asyncwait.placeholderp;
2759 pthread_mutex_lock (&entry->u.placeholder.mutex);
2760 entry->u.placeholder.executed = 1;
2761 pthread_cond_signal (&entry->u.placeholder.cond)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c 299 /* A queue entry for a placeholder. These correspond to a wait event. */
301 struct placeholder struct
312 struct placeholder *placeholderp;
334 struct placeholder placeholder; member in union:queue_entry::__anon16875
2574 /* FIXME: is it safe to access a placeholder that may already have
2576 struct placeholder *placeholderp = entry->u.asyncwait.placeholderp;
2602 pthread_mutex_lock (&entry->u.placeholder.mutex);
2603 entry->u.placeholder.executed = 1;
2604 pthread_cond_signal (&entry->u.placeholder.cond)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 6616 the OMP_DECL1 VAR_DECL (omp_out resp. omp_orig) to PLACEHOLDER
6621 tree decl, tree placeholder)
6626 decl_map.put (omp_decl1, placeholder);
6778 tree placeholder = NULL_TREE, decl_placeholder = NULL_TREE;
6795 placeholder = build_lang_decl (VAR_DECL, NULL_TREE, type);
6796 DECL_ARTIFICIAL (placeholder) = 1;
6797 DECL_IGNORED_P (placeholder) = 1;
6798 OMP_CLAUSE_REDUCTION_PLACEHOLDER (c) = placeholder;
6808 cxx_mark_addressable (placeholder);
6814 tree omp_out = placeholder;
6777 tree placeholder = NULL_TREE, decl_placeholder = NULL_TREE; local
    [all...]
pt.cc 3942 /* If the placeholder appears in the decl-specifier-seq of a function
8513 // Convert a placeholder argument into a binding to the original
8958 /* Check if we have a placeholder pack, which indicates we're
8960 to match this pack to the single placeholder. */
10981 /* Type constraints of a placeholder type may contain parameters. */
16394 /* This is either an ordinary level-less auto or a CTAD placeholder
16404 /* Substitute the template of this CTAD placeholder. */
17777 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (oc);
17778 if (TREE_CODE (placeholder) == SCOPE_REF)
17780 tree scope = tsubst (TREE_OPERAND (placeholder, 0), args
17776 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (oc); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 4905 /* Add a placeholder for simduid. */
5515 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c);
5521 SET_DECL_VALUE_EXPR (placeholder,
5524 DECL_HAS_VALUE_EXPR_P (placeholder) = 1;
5541 SET_DECL_VALUE_EXPR (placeholder,
5548 DECL_HAS_VALUE_EXPR_P (placeholder) = 0;
6266 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c);
6268 tree ptype = TREE_TYPE (placeholder);
6305 SET_DECL_VALUE_EXPR (placeholder, x);
6306 DECL_HAS_VALUE_EXPR_P (placeholder) = 1
5514 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c); local
6265 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c); local
7817 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c); local
7864 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c); local
9415 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c); local
9477 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc 6193 the OMP_DECL1 VAR_DECL (omp_out resp. omp_orig) to PLACEHOLDER
6198 tree decl, tree placeholder)
6203 decl_map.put (omp_decl1, placeholder);
6355 tree placeholder = NULL_TREE, decl_placeholder = NULL_TREE;
6372 placeholder = build_lang_decl (VAR_DECL, NULL_TREE, type);
6373 DECL_ARTIFICIAL (placeholder) = 1;
6374 DECL_IGNORED_P (placeholder) = 1;
6375 OMP_CLAUSE_REDUCTION_PLACEHOLDER (c) = placeholder;
6385 cxx_mark_addressable (placeholder);
6391 tree omp_out = placeholder;
6354 tree placeholder = NULL_TREE, decl_placeholder = NULL_TREE; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 4947 /* Add a placeholder for simduid. */
5557 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c);
5563 SET_DECL_VALUE_EXPR (placeholder,
5566 DECL_HAS_VALUE_EXPR_P (placeholder) = 1;
5583 SET_DECL_VALUE_EXPR (placeholder,
5590 DECL_HAS_VALUE_EXPR_P (placeholder) = 0;
6308 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c);
6310 tree ptype = TREE_TYPE (placeholder);
6347 SET_DECL_VALUE_EXPR (placeholder, x);
6348 DECL_HAS_VALUE_EXPR_P (placeholder) = 1
5556 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c); local
6307 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c); local
7859 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c); local
7906 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c); local
9457 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c); local
9519 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 14752 the OMP_DECL1 VAR_DECL (omp_out resp. omp_orig) to PLACEHOLDER
14757 tree decl, tree placeholder)
14762 decl_map.put (omp_decl1, placeholder);
15236 tree placeholder = build_decl (OMP_CLAUSE_LOCATION (c),
15239 OMP_CLAUSE_REDUCTION_PLACEHOLDER (c) = placeholder;
15240 DECL_ARTIFICIAL (placeholder) = 1;
15241 DECL_IGNORED_P (placeholder) = 1;
15251 c_mark_addressable (placeholder);
15260 : OMP_CLAUSE_DECL (c), placeholder);
15272 c_mark_addressable (placeholder);
15195 tree placeholder = build_decl (OMP_CLAUSE_LOCATION (c), local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 13910 the OMP_DECL1 VAR_DECL (omp_out resp. omp_orig) to PLACEHOLDER
13915 tree decl, tree placeholder)
13920 decl_map.put (omp_decl1, placeholder);
14387 tree placeholder = build_decl (OMP_CLAUSE_LOCATION (c),
14390 OMP_CLAUSE_REDUCTION_PLACEHOLDER (c) = placeholder;
14391 DECL_ARTIFICIAL (placeholder) = 1;
14392 DECL_IGNORED_P (placeholder) = 1;
14402 c_mark_addressable (placeholder);
14411 : OMP_CLAUSE_DECL (c), placeholder);
14423 c_mark_addressable (placeholder);
14348 tree placeholder = build_decl (OMP_CLAUSE_LOCATION (c), local
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 487 // Handle any placeholder expressions which made it here.
607 // Handle any placeholder expressions which made it here.
964 // Strip the unbridged-cast placeholder expression off, if applicable.
970 // Otherwise, do normal placeholder checking.
1610 // placeholder type replacement. See committee discussion from WG14 DR423.
2441 // placeholder expression node.
4678 // Handle any non-overload placeholder types in the base and index
5917 // Strip the unbridged-cast placeholder expression off, if applicable.
6073 /// Is the given type a placeholder that we need to lower out
6077 const BuiltinType *placeholder = dyn_cast<BuiltinType>(type) local
    [all...]

Completed in 83 milliseconds