| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | microsoft-abi-member-pointers.cpp | 208 struct Multiple : B1, B2 { struct 242 int Multiple ::*m_d_memptr; 260 void (Multiple::*m_f_memptr)(); 267 struct Unspecified : Multiple, Virtual { 279 void (Multiple ::*m_f_mp)() = &B2::foo; 345 void (Multiple ::*m_f_memptr)() = &Multiple::foo; in EmitNonVirtualMemberPointers() 520 void callMemberPointerMultiple(Multiple *o, void (Multiple::*memptr)()) { in callMemberPointerMultiple() 652 void (Multiple::*convertB2FuncToMultiple(void (B2::*mp)()))() { in convertB2FuncToMultiple() 670 void (B2::*convertMultipleFuncToB2(void (Multiple::*mp)()))() { in convertMultipleFuncToB2()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | BreakpadRecords.cpp | 267 static bool parsePublicOrFunc(llvm::StringRef Line, bool &Multiple, in parsePublicOrFunc() argument 281 Multiple = Str == "m"; in parsePublicOrFunc() 283 if (Multiple) in parsePublicOrFunc() 306 bool Multiple; in parse() local 310 if (parsePublicOrFunc(Line, Multiple, Address, &Size, ParamSize, Name)) in parse() 311 return FuncRecord(Multiple, Address, Size, ParamSize, Name); in parse() 317 return L.Multiple == R.Multiple && L.Address == R.Address && in operator ==() 323 R.Multiple ? "m " : "", R.Address, R.Size, in operator <<() 415 bool Multiple; in parse() local 420 return PublicRecord(Multiple, Address, ParamSize, Name); in parse() [all …]
|
| H A D | BreakpadRecords.h | 123 FuncRecord(bool Multiple, lldb::addr_t Address, lldb::addr_t Size, in FuncRecord() argument 125 : Record(Module), Multiple(Multiple), Address(Address), Size(Size), in FuncRecord() 128 bool Multiple; variable 178 PublicRecord(bool Multiple, lldb::addr_t Address, lldb::addr_t ParamSize, in PublicRecord() argument 180 : Record(Module), Multiple(Multiple), Address(Address), in PublicRecord() 183 bool Multiple; variable
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | member-pointer-ms.cpp | 113 struct Multiple : B1, B2 { }; struct 116 static_assert(sizeof(int Multiple::*) == kMultipleDataSize, ""); 119 static_assert(sizeof(void (Multiple::*)()) == kMultipleFunctionSize, ""); 146 static_assert(sizeof(int Y<Multiple>::*) == kMultipleDataSize, ""); 149 static_assert(sizeof(void (Y<Multiple>::*)()) == kMultipleFunctionSize, "");
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | nonnull.m | 79 // Multiple attributes, the basic case 101 // Multiple attributes, multiple prototypes 119 // Multiple attributes, same index 132 // Multiple attributes, the middle argument is missing an attribute 151 // Multiple attributes, when the last is without index 164 // Multiple attributes, when the first is without index
|
| /llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/ |
| H A D | multiple-inputs.test | 9 # Multiple inputs in flat mode 18 # Multiple inputs that end up in the same named bundle 27 # Multiple inputs in a named bundle in flat mode... impossible.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | zext-fold.ll | 16 ;; Multiple uses of %x but easily extensible. 36 ;; Multiple uses of %x where we shouldn't extend the load.
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ |
| H A D | multiple-exits-versioning.ll | 6 ; Multiple branches exiting the loop to a unique exit block. The loop should 38 ; Multiple branches exiting the loop to different blocks. Currently this is not supported.
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | CXXInheritance.h | 373 return IsMemberFunction && Inheritance >= MSInheritanceModel::Multiple; in inheritanceModelHasNVOffsetField() 385 return Inheritance <= MSInheritanceModel::Multiple; in inheritanceModelHasOnlyOneField()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleV6.td | 281 // FP Load Multiple 284 // FP Load Multiple + update 294 // FP Store Multiple 297 // FP Store Multiple + update
|
| H A D | ARMScheduleA8.td | 392 // FP Load Multiple 401 // FP Load Multiple + update 421 // FP Store Multiple 429 // FP Store Multiple + update 867 // Double-register FP Multiple-Accumulate 871 // Quad-register FP Multiple-Accumulate 877 // Double-register Fused FP Multiple-Accumulate 881 // Quad-register Fused FP Multiple-Accumulate
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-rc/Inputs/ |
| H A D | tokens.rc | 15 Multiple /* comments */ on /* a */ single // line
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | operand-bundles.ll | 43 ; CHECK: Multiple deopt operand bundles 56 ; CHECK: Multiple gc-transition operand bundles 71 ; CHECK-NEXT: Multiple "clang.arc.attachedcall" operand bundles
|
| H A D | ptrauth-operand-bundles.ll | 7 ; CHECK: Multiple ptrauth operand bundles
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | implicit-it-generation.s | 10 @ Multiple instructions, same condition 23 @ Multiple instructions, equal but opposite conditions 36 @ Multiple instructions, unrelated conditions
|
| /llvm-project-15.0.7/llvm/test/MC/Hexagon/ |
| H A D | multiple-pc4.s | 14 # Multiple writes to the same predicate register are permitted:
|
| /llvm-project-15.0.7/lld/test/ELF/invalid/ |
| H A D | multiple-relocations-sections.test | 6 ## Multiple relocation sections to one section are not supported, check we report this case.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | expand-condsets-phys-reg.mir | 17 %0:intregs = A2_tfrsi 0 ;; Multiple defs to ensure IsSSA = false
|
| /llvm-project-15.0.7/lld/test/MachO/invalid/ |
| H A D | invalid-lto-object-path.ll | 14 ;; Multiple objects need to be created, but -object_path_lto doesn't point to a directory
|
| /llvm-project-15.0.7/llvm/test/Analysis/CostModel/ARM/ |
| H A D | insertelement.ll | 6 ; Multiple insert elements from loads into d subregisters are expensive on swift
|
| /llvm-project-15.0.7/bolt/test/X86/ |
| H A D | split-func-jump-table-fragment-bidirection.s | 13 # CHECK: BOLT-INFO: Multiple fragments access same jump table: main; main.cold.1
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | CachePruningTest.cpp | 67 TEST(CachePruningPolicyParser, Multiple) { in TEST() argument
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-rc/ |
| H A D | tokenizer.test | 44 ; CHECK-NEXT: Identifier: Multiple
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 373 Multiple = 1, enumerator
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | zext-ctlz-trunc-to-ctlz-add.ll | 54 ; Multiple uses of ctlz for which the opt is disabled 71 ; Multiple uses of zext
|