OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Compatible
(Results
1 - 11
of
11
) 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/llvm/lib/BinaryFormat/
MsgPackWriter.cpp
20
Writer::Writer(raw_ostream &OS, bool
Compatible
)
21
: EW(OS, Endianness),
Compatible
(
Compatible
) {}
106
else if (!
Compatible
&& Size <= UINT8_MAX) {
122
assert(!
Compatible
&& "Attempt to write Bin format in
compatible
mode");
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
1661
// selection shall specify
compatible
types."
1701
// type
compatible
with at most one of the types named in its generic
1720
// its controlling expression shall have type
compatible
with exactly one of
1732
// type name that is
compatible
with the type of the controlling expression,
3954
// is
compatible
.
3980
// To be
compatible
with MSVC, hex integer literals ending with the
7323
/// Are the two types SVE-bitcast-
compatible
types? I.e. is bitcasting from the
7377
/// Are the two types lax-
compatible
vector types? That is, given
7815
// Two identical pointers types are always
compatible
.
7832
// C99 6.5.15p6: If both operands are pointers to
compatible
types or t
[
all
...]
SemaObjCProperty.cpp
874
// Check that the old property is
compatible
with the new one.
1362
// Check that type of property and its ivar are type
compatible
.
1373
==
Compatible
);
1727
!=
Compatible
) {
SemaInit.cpp
38
/// Check whether T is
compatible
with a wide character type (wchar_t,
104
// "An array with element type
compatible
with a qualified or unqualified
1446
//
compatible
structure or union type. In the latter case, the
1612
hadError = true; // types weren't
compatible
.
1718
hadError = true; // types weren't
compatible
.
4635
// candidates with reference-
compatible
results? That might be needed to
4814
// reference-
compatible
with "cv2 T2," or
4844
// lvalue of type "cv3 T3," where "cv1 T1" is reference-
compatible
4902
llvm_unreachable("unexpected kind of
compatible
initializer");
4921
// function lvalue and "cv1 T1" is reference-
compatible
with "cv2 T2
[
all
...]
SemaExprCXX.cpp
4106
ConvTy ==
Compatible
? Incompatible : ConvTy, From->getExprLoc(),
4501
assert ((ConvTy == Sema::
Compatible
) &&
6135
// type of the conditional, however the GCC
compatible
vector extension
6237
// one of the operands is reference-
compatible
with the other, in order
6613
// qualifiers that is
compatible
with both types.
6618
// unambiguous
compatible
address space.
SemaDeclAttr.cpp
3240
ParamTy, Ty) != Sema::
Compatible
) {
8380
// bit of a hack, but we need it to be
compatible
with versions of clang that
SemaOverload.cpp
175
"
Compatible
-types conversion",
1829
// For overloading in C, this can also be a "
compatible
-type"
1924
//
Compatible
conversions (Clang extension for C function overloading)
2005
case Sema::
Compatible
:
2047
// It's
compatible
if the expression matches any of the fields.
2444
// conversion for
compatible
-but-not-identical pointee types.
2716
// Make sure that we have
compatible
qualifiers.
2726
// The unqualified form of the pointee types must be
compatible
.
4130
// Prefer a
compatible
vector conversion over a lax vector conversion
4509
/// determine whether they are reference-
compatible
,
[
all
...]
/src/external/gpl2/lvm2/dist/
configure.in
681
dnl --
Compatible
units suffix mode
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
regstr.d
446
REGSTR_MACHTYPE_PHOENIX_PCAT = `Phoenix PC/AT
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 93 milliseconds
Indexes created Sat Jun 06 00:24:59 UTC 2026