Home
last modified time | relevance | path

Searched refs:Multiple (Results 1 – 25 of 153) sorted by relevance

1234567

/llvm-project/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-member-pointers.cpp209 struct Multiple : B1, B2 { struct
243 int Multiple ::*m_d_memptr;
261 void (Multiple::*m_f_memptr)();
268 struct Unspecified : Multiple, Virtual {
280 void (Multiple ::*m_f_mp)() = &B2::foo;
346 void (Multiple ::*m_f_memptr)() = &Multiple::foo; in EmitNonVirtualMemberPointers()
357 // CHECK: { ptr @"?foo@Multiple@@QAEXXZ", i32 0 }, in EmitNonVirtualMemberPointers()
514 void callMemberPointerMultiple(Multiple *o, void (Multiple
210 mMultiple global() argument
[all...]
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp269 static bool parsePublicOrFunc(llvm::StringRef Line, bool &Multiple, in parsePublicOrFunc() argument
283 Multiple = Str == "m"; in parsePublicOrFunc()
285 if (Multiple) in parsePublicOrFunc()
308 bool Multiple; in parse() local
312 if (parsePublicOrFunc(Line, Multiple, Address, &Size, ParamSize, Name)) in parse()
313 return FuncRecord(Multiple, Address, Size, ParamSize, Name); in parse()
319 return L.Multiple == R.Multiple && L.Address == R.Address && in operator ==()
325 R.Multiple ? "m " : "", R.Address, R.Size, in operator <<()
417 bool Multiple; in parse() local
421 if (parsePublicOrFunc(Line, Multiple, Address, nullptr, ParamSize, Name)) in parse()
[all …]
H A DBreakpadRecords.h124 FuncRecord(bool Multiple, lldb::addr_t Address, lldb::addr_t Size, in FuncRecord() argument
126 : Record(Module), Multiple(Multiple), Address(Address), Size(Size), in FuncRecord()
129 bool Multiple; variable
179 PublicRecord(bool Multiple, lldb::addr_t Address, lldb::addr_t ParamSize, in PublicRecord() argument
181 : Record(Module), Multiple(Multiple), Address(Address), in PublicRecord()
184 bool Multiple; variable
/llvm-project/clang/test/Analysis/
H A Dnonnull.m79 // 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/clang/test/SemaCXX/
H A Dmember-pointer-ms.cpp113 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/llvm/test/tools/dsymutil/X86/
H A Dmultiple-inputs.test9 # 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.
41 # Multiple inputs in flat mode
52 # Multiple inputs that end up in the same named bundle
63 # Multiple inputs in a named bundle in flat mode... impossible.
/llvm-project/llvm/test/tools/llvm-profdata/
H A Dsample-nametable.test3 1- Multiple fixed-length MD5 name tables. Reading a new table should clear the content from old tab…
6 2- Multiple name tables, the first one has an empty string, the second one tricks the reader into e…
/llvm-project/llvm/test/CodeGen/X86/
H A Dzext-fold.ll16 ;; Multiple uses of %x but easily extensible.
36 ;; Multiple uses of %x where we shouldn't extend the load.
/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h373 return IsMemberFunction && Inheritance >= MSInheritanceModel::Multiple; in inheritanceModelHasNVOffsetField()
385 return Inheritance <= MSInheritanceModel::Multiple; in inheritanceModelHasOnlyOneField()
/llvm-project/llvm/test/Transforms/LoopVectorize/
H A Dmultiple-exits-versioning.ll6 ; 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/llvm/lib/Target/ARM/
H A DARMScheduleV6.td281 // FP Load Multiple
284 // FP Load Multiple + update
294 // FP Store Multiple
297 // FP Store Multiple + update
H A DARMScheduleA8.td392 // 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/llvm/test/Verifier/
H A Doperand-bundles.ll43 ; CHECK: Multiple deopt operand bundles
56 ; CHECK: Multiple gc-transition operand bundles
71 ; CHECK-NEXT: Multiple "clang.arc.attachedcall" operand bundles
H A Dkcfi-operand-bundles.ll4 ; CHECK: Multiple kcfi operand bundles
H A Dptrauth-operand-bundles.ll7 ; CHECK: Multiple ptrauth operand bundles
/llvm-project/llvm/test/MC/ARM/
H A Dimplicit-it-generation.s10 @ Multiple instructions, same condition
23 @ Multiple instructions, equal but opposite conditions
36 @ Multiple instructions, unrelated conditions
/llvm-project/llvm/test/tools/llvm-rc/Inputs/
H A Dtokens.rc15 Multiple /* comments */ on /* a */ single // line
/llvm-project/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/
H A Dredefine-multiple-once-exact.txt7 # CHECK: ValueError: Multiple substitutions whose patterns contain '%{global:multiple-once-exa…
H A Dredefine-multiple-exact.txt8 # CHECK: ValueError: Multiple substitutions whose patterns contain '%{global:multiple-exact}' …
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp132 if (BlockEdges.Multiple.contains(E.getOffset())) in processBlock()
137 // into the Multiple set. in processBlock()
141 BlockEdges.Multiple.insert(E.getOffset()); in processBlock()
283 "Multiple CIEs recorded at the same address?"); in processCIE()
310 if (BlockEdges.Multiple.contains(CIEDeltaFieldOffset)) in processFDE()
535 if (BlockEdges.Multiple.contains(PointerFieldOffset)) in getOrCreateEncodedPointerEdge()
536 return make_error<JITLinkError>("Multiple relocations at offset " + in getOrCreateEncodedPointerEdge()
/llvm-project/llvm/test/MC/Hexagon/
H A Dmultiple-pc4.s14 # Multiple writes to the same predicate register are permitted:
/llvm-project/llvm/test/CodeGen/Hexagon/
H A Dexpand-condsets-phys-reg.mir
/llvm-project/lld/test/ELF/invalid/
H A Dmultiple-relocations-sections.test6 ## Multiple relocation sections to one section are not supported, check we report this case.
/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp197 template <unsigned Multiple, unsigned Min, unsigned Max>
591 template <unsigned Multiple, unsigned Min, unsigned Max> in EncodeZPR2StridedRegisterClass()
596 assert(llvm::isPowerOf2_32(Multiple) && "Multiple is not a power of 2"); in EncodeZPR4StridedRegisterClass()
599 assert(RegVal >= Min && RegVal <= Max && (RegVal & (Multiple - 1)) == 0); in EncodeZPR4StridedRegisterClass()
600 return (RegVal - Min) / Multiple; in EncodeZPR4StridedRegisterClass()
/llvm-project/lld/test/MachO/invalid/
H A Dinvalid-lto-object-path.ll14 ;; Multiple objects need to be created, but -object_path_lto doesn't point to a directory

1234567