OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SubTypes
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
Analysis.cpp
400
/// @param
SubTypes
List of the partial components making up the type from
402
/// represented is
SubTypes
.back()->getTypeAtIndex(Path.back() - 1).
405
/// (
SubTypes
[0]) to the leaf node currently represented.
409
/// false.
SubTypes
.back()->getTypeAtIndex(Path.back()) is either an empty
411
static bool advanceToNextLeafType(SmallVectorImpl<Type *> &
SubTypes
,
415
while (!Path.empty() && !indexReallyValid(
SubTypes
.back(), Path.back() + 1)) {
417
SubTypes
.pop_back();
428
ExtractValueInst::getIndexedType(
SubTypes
.back(), Path.back());
433
SubTypes
.push_back(DeeperType);
450
/// Path as [1, 1] and
SubTypes
as [Next, {{}, i32, {}}] to represent the firs
[
all
...]
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c
17178
for (i=0; i<sr->NumSubTypes; i++) if (sr->
SubTypes
[i].resrec.RecordType != kDNSRecordTypeUnregistered) return;
17249
AuthRecord *
SubTypes
, mDNSu32 NumSubTypes,
17263
sr->
SubTypes
=
SubTypes
;
17291
// For now we only create an advisory record for the main type, not for
subtypes
17292
// We need to gain some operational experience before we decide if there's a need to create them for
subtypes
too
17310
// If the client is using
subtypes
, it is the client's responsibility to have
17315
AssignDomainName(&st, sr->
SubTypes
[i].resrec.name);
17318
mDNS_SetupResourceRecord(&sr->
SubTypes
[i], mDNSNULL, InterfaceID, kDNSType_PTR, kStandardTTL, kDNSRecordTypeShared, artype, ServiceCallback, sr);
17319
if (ConstructServiceName(&sr->
SubTypes
[i].namestorage, mDNSNULL, &st, domain) == mDNSNULL) return(mStatus_BadParamErr)
[
all
...]
mDNSEmbeddedAPI.h
1730
AuthRecord *
SubTypes
;
2876
AuthRecord *
SubTypes
, mDNSu32 NumSubTypes,
Completed in 50 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026