Home
last modified time | relevance | path

Searched refs:virt (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllimport-memptr-global.cpp9 virtual void virt();
16 virtual void virt();
21 virtual void virt();
28 virtual void virt();
36 auto mp_single_v = &Single::virt;
37 auto mp_multi_v = &Multi::virt;
38 auto mp_virtual_v = &Virtual::virt;
39 auto mp_general_v = &General::virt;
H A Ddebug-info-template-member.cpp98 struct virt { struct
100 virtual ~virt(); argument
103 static virt<elem> x; // ensure that completing 'elem' will require/completing 'virt<elem>'
109 virt<elem> d; // emit 'virt<elem>' in f2()
H A Dexceptions-seh-filter-captures.cpp66 virtual void virt(int p1);
73 virt(p1); in test_virtual()
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dase_warnings.ll31 ; Check virt warnings.
32 ; RUN: llc -march=mips -mattr=+mips32r2 -mattr=+virt < %s 2>&1 | \
34 ; RUN: llc -march=mips64 -mattr=+mips64r2 -mattr=+virt < %s 2>&1 | \
36 ; RUN: llc -march=mips -mattr=+mips32r5 -mattr=+virt < %s 2>&1 | \
38 ; RUN: llc -march=mips64 -mattr=+mips64r5 -mattr=+virt < %s 2>&1 | \
76 ; VIRT_32: warning: the 'virt' ASE requires MIPS32 revision 5 or greater
77 ; VIRT_64: warning: the 'virt' ASE requires MIPS64 revision 5 or greater
78 ; VIRT_32_NO_WARNING-NOT: warning: the 'virt' ASE requires MIPS32 revision 5 or greater
79 ; VIRT_64_NO_WARNING-NOT: warning: the 'virt' ASE requires MIPS64 revision 5 or greater
/llvm-project-15.0.7/llvm/test/MC/Mips/virt/
H A Dset-novirt-directive.s2 # RUN: -mcpu=mips32r5 -mattr=+virt 2>%t1
5 # RUN: -mcpu=mips64r5 -mattr=+virt 2>%t1
H A Dvalid.s2 # RUN: -mcpu=mips32r5 -mattr=+virt | FileCheck %s
4 # RUN: -mcpu=mips64r5 -mattr=+virt | FileCheck %s
H A Dmodule-novirt.s1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r5 -mattr=+virt | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r5 -filetype=obj -o - -mattr=+virt | \
H A Dmodule-virt.s9 # CHECK-ASM: .module virt
17 .module virt
H A Dvalid64.s2 # RUN: -mcpu=mips64r5 -mattr=+virt | FileCheck %s
H A Dset-virt-directive.s6 .set virt define
H A Dvalid-micromips.s2 # RUN: -mcpu=mips32r5 -mattr=+micromips,+virt | FileCheck %s
H A Dinvalid.s3 # RUN: not llvm-mc %s -triple mips-unknown-linux-gnu -mcpu=mips32r5 -mattr=+virt 2>%t1
5 # RUN: not llvm-mc %s -triple mips64-unknown-linux-gnu -mcpu=mips64r5 -mattr=+virt 2>%t1
7 # RUN: not llvm-mc %s -triple mips-unknown-linux-gnu -mcpu=mips32r5 -mattr=+micromips,+virt 2>%t1
H A Dinvalid64.s3 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64r5 -mattr=+virt 2>%t1
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Dtu-composite.ll30 ; CHECK-NEXT: DW_AT_name {{.*}}"virt<bar>"
63 ; struct virt {
73 ; D::virt<bar> t;
80 %"struct.D::virt" = type { %struct.bar* }
108 %t = alloca %"struct.D::virt", align 8
114 …call void @llvm.dbg.declare(metadata %"struct.D::virt"* %t, metadata !56, metadata !DIExpression()…
147 !24 = !DICompositeType(tag: DW_TAG_structure_type, name: "virt<bar>", line: 15, file: !1, scope: !1…
/llvm-project-15.0.7/clang/test/PCH/
H A Dchain-implicit-definition.cpp16 virtual void virt();
/llvm-project-15.0.7/llvm/test/MC/Disassembler/Mips/virt/
H A Dvalid-64-el.txt2 # RUN: -mcpu=mips64r5 -mattr=+virt | FileCheck %s
H A Dvalid-64.txt2 # RUN: -mcpu=mips64r5 -mattr=+virt | FileCheck %s
H A Dvalid-micromips.txt2 # RUN: -mcpu=mips32r5 -mattr=+micromips,+virt | FileCheck %s
H A Dvalid-micromips-el.txt2 # RUN: -mcpu=mips32r5 -mattr=+micromips,+virt | FileCheck %s
H A Dvalid-32.txt2 # RUN: -mcpu=mips32r5 -mattr=+virt | FileCheck %s
H A Dvalid-32-el.txt2 # RUN: -mcpu=mips32r5 -mattr=+virt | FileCheck %s
/llvm-project-15.0.7/clang/test/Modules/
H A DExtDebugInfo.cpp76 Virtual virt; in foo() local
/llvm-project-15.0.7/lldb/scripts/lldb-test-qemu/
H A Drun-qemu.sh108 QEMU_MACHINE=virt
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/cxx/
H A Dcxx.bnf487 function-definition := decl-specifier-seq_opt function-declarator virt-specifier-seq_opt function-b…
551 class-head := class-key class-head-name class-virt-specifier_opt base-clause_opt
554 class-virt-specifier := contextual-final
573 member-declarator := declarator virt-specifier-seq_opt pure-specifier_opt
577 virt-specifier-seq := virt-specifier
578 virt-specifier-seq := virt-specifier-seq virt-specifier
579 virt-specifier := contextual-override
580 virt-specifier := contextual-final
/llvm-project-15.0.7/clang/test/CXX/class/class.union/
H A Dp1.cpp126 Either<int,Virtual> virt(0); // expected-note {{in instantiation of template}} in fred() local

12