HomeSort by relevance Sort by last modified time
    Searched refs:SubTypes (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
Analysis.cpp 389 /// @param SubTypes List of the partial components making up the type from
391 /// represented is SubTypes.back()->getTypeAtIndex(Path.back() - 1).
394 /// (SubTypes[0]) to the leaf node currently represented.
398 /// false. SubTypes.back()->getTypeAtIndex(Path.back()) is either an empty
400 static bool advanceToNextLeafType(SmallVectorImpl<CompositeType *> &SubTypes,
404 while (!Path.empty() && !indexReallyValid(SubTypes.back(), Path.back() + 1)) {
406 SubTypes.pop_back();
416 Type *DeeperType = SubTypes.back()->getTypeAtIndex(Path.back());
422 SubTypes.push_back(CT);
439 /// Path as [1, 1] and SubTypes as [Next, {{}, i32, {}}] to represent the firs
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientshim.c 163 if (x->s.SubTypes) mDNSPlatformMemFree(x->s.SubTypes);
244 AuthRecord *SubTypes = mDNSNULL;
280 SubTypes, NumSubTypes, // Subtypes
  /external/mdnsresponder/mDNSCore/
mDNS.c     [all...]
mDNSEmbeddedAPI.h     [all...]

Completed in 2722 milliseconds