HomeSort by: relevance | last modified time | path
    Searched defs:NotFound (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Lookup.h 50 NotFound = 0,
453 assert(ResultKind == NotFound && Decls.empty());
477 ResultKind = NotFound;
555 ResultKind = NotFound;
722 LookupResultKind ResultKind = NotFound;
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ModuleFile.h 68 NotFound = 3
89 File.Val.setInt(NotFound);
100 bool isNotFound() const { return Val.getInt() == NotFound; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 735 static constexpr auto NotFound = None;
740 SmallVector<Optional<Value *>, 2> AggElts(NumAggElts, NotFound);
745 [](Optional<Value *> Elt) { return Elt != NotFound; });
787 NotFound,
801 if (SourceAggregate == NotFound)
802 return AggregateDescription::NotFound;
824 return NotFound;
870 case AggregateDescription::NotFound:
894 if (Describe(SourceAggregate) != AggregateDescription::NotFound) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 170 NotFound,
178 /// \return \a NotFound if no any decls is found, \a FoundNotType if found not a
185 return UnqualifiedTypeNameLookupResult::NotFound;
188 UnqualifiedTypeNameLookupResult::NotFound;
219 if (FoundTypeDecl == UnqualifiedTypeNameLookupResult::NotFound) {
226 case UnqualifiedTypeNameLookupResult::NotFound:
242 UnqualifiedTypeNameLookupResult::NotFound;
244 DC && FoundTypeDecl == UnqualifiedTypeNameLookupResult::NotFound;
375 case LookupResult::NotFound:
906 case LookupResult::NotFound
    [all...]

Completed in 22 milliseconds