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

  /external/clang/lib/Lex/
ModuleMap.cpp 250 bool Excluded = false;
275 Excluded = true;
292 if (Excluded || isHeaderInUmbrellaDirs(File))
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 74 /// Set of assumptions that should be excluded from further queries.
83 std::array<const Value*, MaxDepth> Excluded;
92 Excluded = Q.Excluded;
93 Excluded[NumExcluded++] = NewExcl;
94 assert(NumExcluded <= Excluded.size());
100 auto End = Excluded.begin() + NumExcluded;
101 return std::find(Excluded.begin(), End, Value) != End;
    [all...]

Completed in 4247 milliseconds