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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp 2095 AttrBuilder Incompatible;
2099 Incompatible.addAttribute(Attribute::SExt)
2104 Incompatible.addAttribute(Attribute::Nest)
2122 Incompatible.addAttribute(Attribute::NoUndef);
2124 return Incompatible;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 11413 /// far the most common case of incompatible pointers.
11450 /// id type and something else (that is incompatible with it). For example,
11458 /// Incompatible - We reject this conversion outright, it is invalid to
11460 Incompatible
11659 /// Ref_Incompatible - The two types are incompatible, so direct
11771 /// \return true iff there were any incompatible types.
11791 /// Given that we had incompatible pointer types in a return

Completed in 36 milliseconds