Home
last modified time | relevance | path

Searched refs:Compatible (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp22 Writer::Writer(raw_ostream &OS, bool Compatible) in Writer() argument
23 : EW(OS, Endianness), Compatible(Compatible) {} in Writer()
108 else if (!Compatible && Size <= UINT8_MAX) { in write()
124 assert(!Compatible && "Attempt to write Bin format in compatible mode"); in write()
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackWriter.h51 Writer(raw_ostream &OS, bool Compatible = false);
125 bool Compatible; variable
/llvm-project/clang/docs/
H A DDataFlowAnalysisIntro.md688 `Compatible`.
692 int *pi; // pi is Compatible
696 delete pi; // pi is Compatible
698 TakeOwnership(pi); // pi is Compatible
700 // pi is Compatible
710 delete pi; // pi is Compatible
714 delete pi; // pi is Compatible
716 // pi is Compatible
741 delete pi; // pi is Compatible
743 vector<unique_ptr<int>> v = {std::unique_ptr(pi)}; // pi is Compatible
[all …]
/llvm-project/polly/test/DeLICM/
H A Dnomap_occupied.ll71 ; CHECK: Compatible overwrites: 1
H A Dnomap_storagesize.ll70 ; CHECK: Compatible overwrites: 1
H A Dnomap_readonly.ll71 ; CHECK: Compatible overwrites: 1
H A Dnomap_escaping.ll76 ; CHECK: Compatible overwrites: 1
H A Dnomap_alreadymapped.ll75 ; CHECK: Compatible overwrites: 1
H A Dnomap_spuriouswrite.ll82 ; CHECK: Compatible overwrites: 1
H A Dnomap_writewrite.ll86 ; CHECK: Compatible overwrites: 1
H A Dmap_memset_zero.ll48 ; CHECK: Compatible overwrites: 1
H A Dreduction_looprotate_gvnpre_nopreheader.ll66 ; CHECK: Compatible overwrites: 1
H A Dreduction_looprotate_loopguard_gvnpre.ll71 ; CHECK: Compatible overwrites: 1
H A Dreduction_looprotate_licm_nopreheader.ll67 ; CHECK: Compatible overwrites: 1
H A Dreduction_looprotate_licm2.ll74 ; CHECK: Compatible overwrites: 1
H A Dreduction_looprotate_loopguard_licm2.ll77 ; CHECK: Compatible overwrites: 1
H A Dreduction_looprotate_gvnpre_cond1.ll78 ; CHECK: Compatible overwrites: 1
H A Dreduction_looprotate_loopguard_licm3.ll80 ; CHECK: Compatible overwrites: 1
H A Dreduction_looprotate_gvnpre_cond2.ll82 ; CHECK: Compatible overwrites: 1
H A Dreduction_looprotate_loopguard_licm1.ll73 ; CHECK: Compatible overwrites: 1
/llvm-project/lld/test/ELF/linkerscript/
H A Dcustom-section-type.s59 ## Compatible with TYPE = SHT_NOTE below.
/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonOpts.td51 … HelpText<"Remove all symbols, debug sections and relocations. Compatible with GNU's --strip-all">;
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8949 Sema::AssignConvertType ConvTy = Sema::Compatible; in checkPointerTypesForAssignment()
9034 if (ConvTy != Sema::Compatible) in checkObjCPointerTypesForAssignment()
9103 Sema::AssignConvertType ConvTy = Sema::Compatible; in CheckAssignmentConstraints()
9149 return Sema::Compatible; in CheckAssignmentConstraints()
9155 return Sema::Compatible; in CheckAssignmentConstraints()
9166 return Sema::Compatible; in CheckAssignmentConstraints()
9225 return Compatible; in CheckAssignmentConstraints()
9233 return Compatible; in CheckAssignmentConstraints()
9242 if (result != Compatible) in CheckAssignmentConstraints()
9247 return Compatible; in CheckAssignmentConstraints()
[all...]
H A DSemaObjCProperty.cpp1351 Sema::Compatible); in ActOnPropertyImplDecl()
1703 Loc, GetterType, PropertyRValueType) != Sema::Compatible) { in DiagnosePropertyAccessorMismatch()
/llvm-project/llvm/docs/
H A DTypeMetadata.rst91 :header: VTable for, Offset, Compatible Class

12