Searched refs:Compatible (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackWriter.h45 /// 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; member in class:llvm::msgpack::Writer
/freebsd-12-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp20 Writer::Writer(raw_ostream &OS, bool Compatible) argument
21 : EW(OS, Endianness), Compatible(Compatible) {}
106 else if (!Compatible && Size <= UINT8_MAX) {
122 assert(!Compatible && "Attempt to write Bin format in compatible mode");
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8033 Sema::AssignConvertType ConvTy = Sema::Compatible;
8111 if (ConvTy != Sema::Compatible)
8174 Sema::AssignConvertType ConvTy = Sema::Compatible;
8220 return Sema::Compatible;
8226 return Sema::Compatible;
8237 return Sema::Compatible;
8296 return Compatible;
8304 if (result != Compatible)
8309 return Compatible;
8322 return Compatible;
[all...]
H A DSemaObjCProperty.cpp1385 == Compatible);
1736 != Compatible) {
H A DSemaInit.cpp8348 if (ConvTy != Sema::Compatible &&
8351 == Sema::Compatible)
8352 ConvTy = Sema::Compatible;
H A DSemaExprCXX.cpp4266 assert ((ConvTy == Sema::Compatible) &&
H A DSemaDeclAttr.cpp3157 ParamTy, Ty) != Sema::Compatible) {
H A DSemaOverload.cpp171 "Compatible-types conversion",
1911 // Compatible conversions (Clang extension for C function overloading)
1992 case Sema::Compatible:
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10634 /// Compatible - the types are compatible according to the standard.
10635 Compatible, enumerator in enum:clang::final::AssignConvertType

Completed in 222 milliseconds