| /llvm-project/llvm/lib/BinaryFormat/ |
| H A D | MsgPackWriter.cpp | 22 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 D | MsgPackWriter.h | 51 Writer(raw_ostream &OS, bool Compatible = false); 125 bool Compatible; variable
|
| /llvm-project/clang/docs/ |
| H A D | DataFlowAnalysisIntro.md | 688 `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 D | nomap_occupied.ll | 71 ; CHECK: Compatible overwrites: 1
|
| H A D | nomap_storagesize.ll | 70 ; CHECK: Compatible overwrites: 1
|
| H A D | nomap_readonly.ll | 71 ; CHECK: Compatible overwrites: 1
|
| H A D | nomap_escaping.ll | 76 ; CHECK: Compatible overwrites: 1
|
| H A D | nomap_alreadymapped.ll | 75 ; CHECK: Compatible overwrites: 1
|
| H A D | nomap_spuriouswrite.ll | 82 ; CHECK: Compatible overwrites: 1
|
| H A D | nomap_writewrite.ll | 86 ; CHECK: Compatible overwrites: 1
|
| H A D | map_memset_zero.ll | 48 ; CHECK: Compatible overwrites: 1
|
| H A D | reduction_looprotate_gvnpre_nopreheader.ll | 66 ; CHECK: Compatible overwrites: 1
|
| H A D | reduction_looprotate_loopguard_gvnpre.ll | 71 ; CHECK: Compatible overwrites: 1
|
| H A D | reduction_looprotate_licm_nopreheader.ll | 67 ; CHECK: Compatible overwrites: 1
|
| H A D | reduction_looprotate_licm2.ll | 74 ; CHECK: Compatible overwrites: 1
|
| H A D | reduction_looprotate_loopguard_licm2.ll | 77 ; CHECK: Compatible overwrites: 1
|
| H A D | reduction_looprotate_gvnpre_cond1.ll | 78 ; CHECK: Compatible overwrites: 1
|
| H A D | reduction_looprotate_loopguard_licm3.ll | 80 ; CHECK: Compatible overwrites: 1
|
| H A D | reduction_looprotate_gvnpre_cond2.ll | 82 ; CHECK: Compatible overwrites: 1
|
| H A D | reduction_looprotate_loopguard_licm1.ll | 73 ; CHECK: Compatible overwrites: 1
|
| /llvm-project/lld/test/ELF/linkerscript/ |
| H A D | custom-section-type.s | 59 ## Compatible with TYPE = SHT_NOTE below.
|
| /llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | CommonOpts.td | 51 … HelpText<"Remove all symbols, debug sections and relocations. Compatible with GNU's --strip-all">;
|
| /llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 8949 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 D | SemaObjCProperty.cpp | 1351 Sema::Compatible); in ActOnPropertyImplDecl() 1703 Loc, GetterType, PropertyRValueType) != Sema::Compatible) { in DiagnosePropertyAccessorMismatch()
|
| /llvm-project/llvm/docs/ |
| H A D | TypeMetadata.rst | 91 :header: VTable for, Offset, Compatible Class
|