Searched refs:placeholder (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dscic_io_request.h92 void * placeholder; member in struct:SCIC_IO_SSP_PARAMETERS::__anon8574
102 void * placeholder; member in struct:SCIC_IO_SSP_PARAMETERS::__anon8575
/freebsd-10.0-release/usr.bin/csup/
H A Drcsfile.c84 int placeholder; member in struct:delta
383 if (d->placeholder)
467 if (d->placeholder)
1026 d->placeholder = 0;
1081 d->placeholder = 0;
1083 if (d->placeholder == 0) {
1099 /* If we have a next, create a placeholder for it. */
1102 d_next->placeholder = 1;
1109 if (!d->placeholder)
1112 d->placeholder
[all...]
/freebsd-10.0-release/lib/libc/isc/
H A Deventlib_p.h179 struct { const void *placeholder; } null; member in struct:evEvent_p::__anon5405::__anon5412
/freebsd-10.0-release/sys/kern/
H A Dinit_main.c123 SYSINIT(placeholder, SI_SUB_DUMMY, SI_ORDER_ANY, NULL, NULL);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp55 if (const BuiltinType *placeholder =
57 PlaceholderKind = placeholder->getKind();
88 // cast that yields the unbridged-cast placeholder type.
100 /// Try to handle the given placeholder expression kind. Return
101 /// true if the source expression has the appropriate placeholder
102 /// kind. A placeholder can only be claimed once.
131 /// Check for and handle non-overload placeholder expressions.
H A DSemaOverload.cpp820 /// checkPlaceholderForOverload - Do any interesting placeholder-like
829 if (const BuiltinType *placeholder = E->getType()->getAsPlaceholderType()) {
832 if (placeholder->getKind() == BuiltinType::Overload) return false;
836 if (placeholder->getKind() == BuiltinType::ARCUnbridgedCast &&
9170 // If any candidate has a placeholder return type, trigger its deduction
10322 // Always do placeholder-like conversions on the RHS.
10326 // Do placeholder-like conversion on the LHS; note that we should
H A DSemaExpr.cpp419 // Handle any placeholder expressions which made it here.
527 // Handle any placeholder expressions which made it here.
786 // Strip the unbridged-cast placeholder expression off, if applicable.
792 // Otherwise, do normal placeholder checking.
3509 // Handle any non-overload placeholder types in the base and index
3943 // Strip the unbridged-cast placeholder expression off, if applicable.
4073 /// Is the given type a placeholder that we need to lower out
4077 const BuiltinType *placeholder = dyn_cast<BuiltinType>(type); local
4078 if (!placeholder) return false;
4080 switch (placeholder
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Domp-low.c1957 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c);
1961 SET_DECL_VALUE_EXPR (placeholder, ref);
1962 DECL_HAS_VALUE_EXPR_P (placeholder) = 1;
1956 tree placeholder = OMP_CLAUSE_REDUCTION_PLACEHOLDER (c); local

Completed in 314 milliseconds