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

  /external/clang/lib/Analysis/
ThreadSafetyTIL.cpp 220 // Walk the alternate and current candidate back to find a common ancestor.
221 auto *Alternate = Pred;
222 while (Alternate != Candidate) {
223 if (Candidate->BlockID > Alternate->BlockID)
226 Alternate = Alternate->DominatorNode.Parent;
247 // Walk the alternate and current candidate back to find a common ancestor.
248 auto *Alternate = Succ;
249 while (Alternate != Candidate) {
250 if (Candidate->BlockID < Alternate->BlockID
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 449 typedef ArrayOf<GlyphID> AlternateSet; /* Array of alternate GlyphIDs--in
1141 AlternateSubst alternate; member in union:OT::SubstLookupSubTable::__anon9748
    [all...]
  /external/regex-re2/re2/
regexp.cc 258 Regexp* Regexp::Alternate(Regexp** sub, int nsub, ParseFlags flags) {
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 175 milliseconds