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

  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MsgPackWriter.h 45 /// When in \p Compatible mode, the writer will write \c Str16 formats
49 /// \param Compatible when set, write in "Compatibility Mode".
50 Writer(raw_ostream &OS, bool Compatible = false);
91 /// \warning Do not use this overload if in \c Compatible mode.
124 bool Compatible;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 2187 /// Determine if \p D and \p Suggested have a structurally compatible
10264 /// Checks if the variant/multiversion functions are compatible.
10805 /// \returns None, if the function/variant function are not compatible with
11386 /// Compatible - the types are compatible according to the standard.
11387 Compatible,
11402 /// are not compatible, but we accept them as an extension.
11406 /// pointers types that are not compatible, but we accept them as an
11446 /// pointers types that are not compatible.
11666 /// Ref_Compatible - The two types are reference-compatible
    [all...]

Completed in 35 milliseconds