Home
last modified time | relevance | path

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

123456

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-member-pointers.cpp208 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 DBreakpadRecords.cpp267 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 DBreakpadRecords.h123 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 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-15.0.7/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-15.0.7/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.
/llvm-project-15.0.7/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-15.0.7/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-15.0.7/clang/include/clang/AST/
H A DCXXInheritance.h373 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 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-15.0.7/llvm/test/tools/llvm-rc/Inputs/
H A Dtokens.rc15 Multiple /* comments */ on /* a */ single // line
/llvm-project-15.0.7/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 Dptrauth-operand-bundles.ll7 ; CHECK: Multiple ptrauth operand bundles
/llvm-project-15.0.7/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-15.0.7/llvm/test/MC/Hexagon/
H A Dmultiple-pc4.s14 # Multiple writes to the same predicate register are permitted:
/llvm-project-15.0.7/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-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dexpand-condsets-phys-reg.mir17 %0:intregs = A2_tfrsi 0 ;; Multiple defs to ensure IsSSA = false
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/test/Analysis/CostModel/ARM/
H A Dinsertelement.ll6 ; Multiple insert elements from loads into d subregisters are expensive on swift
/llvm-project-15.0.7/bolt/test/X86/
H A Dsplit-func-jump-table-fragment-bidirection.s13 # CHECK: BOLT-INFO: Multiple fragments access same jump table: main; main.cold.1
/llvm-project-15.0.7/llvm/unittests/Support/
H A DCachePruningTest.cpp67 TEST(CachePruningPolicyParser, Multiple) { in TEST() argument
/llvm-project-15.0.7/llvm/test/tools/llvm-rc/
H A Dtokenizer.test44 ; CHECK-NEXT: Identifier: Multiple
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSpecifiers.h373 Multiple = 1, enumerator
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dzext-ctlz-trunc-to-ctlz-add.ll54 ; Multiple uses of ctlz for which the opt is disabled
71 ; Multiple uses of zext

123456