Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp20 Writer::Writer(raw_ostream &OS, bool Compatible) in Writer() argument
21 : EW(OS, Endianness), Compatible(Compatible) {} in Writer()
106 else if (!Compatible && Size <= UINT8_MAX) { in write()
122 assert(!Compatible && "Attempt to write Bin format in compatible mode"); in write()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMsgPackWriter.h51 Writer(raw_ostream &OS, bool Compatible = false);
125 bool Compatible; variable
/llvm-project-15.0.7/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
747 // pi is Compatible
[all …]
/llvm-project-15.0.7/polly/test/DeLICM/
H A Dnomap_readonly.ll71 ; CHECK: Compatible overwrites: 1
H A Dnomap_storagesize.ll70 ; CHECK: Compatible overwrites: 1
H A Dnomap_occupied.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 Dmap_memset_zero.ll48 ; CHECK: Compatible overwrites: 1
H A Dnomap_writewrite.ll86 ; CHECK: Compatible overwrites: 1
H A Dreduction_looprotate_gvnpre_nopreheader.ll66 ; CHECK: Compatible overwrites: 1
H A Dreduction_looprotate_licm_nopreheader.ll67 ; CHECK: Compatible overwrites: 1
H A Dreduction_looprotate_loopguard_gvnpre.ll71 ; 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_loopguard_licm3.ll80 ; CHECK: Compatible overwrites: 1
H A Dreduction_looprotate_gvnpre_cond2.ll82 ; CHECK: Compatible overwrites: 1
H A Dreduction_looprotate_gvnpre_cond1.ll78 ; CHECK: Compatible overwrites: 1
H A Dreduction_looprotate_loopguard_licm1.ll73 ; CHECK: Compatible overwrites: 1
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dcustom-section-type.s59 ## Compatible with TYPE = SHT_NOTE below.
/llvm-project-15.0.7/llvm/tools/llvm-objcopy/
H A DCommonOpts.td48 HelpText<"Compatible with GNU's --strip-all">;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp9518 return Compatible; in CheckAssignmentConstraints()
9526 return Compatible; in CheckAssignmentConstraints()
9540 return Compatible; in CheckAssignmentConstraints()
9553 return Compatible; in CheckAssignmentConstraints()
9568 return Compatible; in CheckAssignmentConstraints()
9644 return Compatible; in CheckAssignmentConstraints()
9837 return Compatible; in CheckAssignmentConstraints()
9912 return Compatible; in CheckTransparentUnionArgumentConstraints()
10001 return Compatible; in CheckSingleAssignmentConstraints()
10008 return Compatible; in CheckSingleAssignmentConstraints()
[all …]
H A DSemaObjCProperty.cpp1373 == Compatible); in ActOnPropertyImplDecl()
1726 != Compatible) { in DiagnosePropertyAccessorMismatch()
/llvm-project-15.0.7/llvm/docs/
H A DTypeMetadata.rst91 :header: VTable for, Offset, Compatible Class

12