Home
last modified time | relevance | path

Searched refs:Usable (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Doc/c-api/
Dslice.rst54 Usable replacement for :c:func:`PySlice_GetIndices`. Retrieve the start,
/external/python/cpython3/Doc/c-api/
Dslice.rst48 Usable replacement for :c:func:`PySlice_GetIndices`. Retrieve the start,
/external/u-boot/drivers/mtd/nand/
DKconfig121 int "Allwinner NAND SPL Usable Page Size"
/external/clang/lib/Sema/
DSemaOverload.cpp3061 bool Usable = !Info.Constructor->isInvalidDecl() && in IsInitializerListConstructorConversion() local
3064 if (Usable) { in IsInitializerListConstructorConversion()
3180 bool Usable = !Info.Constructor->isInvalidDecl(); in IsUserDefinedConversion() local
3182 Usable = Usable && (AllowExplicit || !Info.Constructor->isExplicit()); in IsUserDefinedConversion()
3184 Usable = Usable && in IsUserDefinedConversion()
3186 if (Usable) { in IsUserDefinedConversion()