/llvm-project/clang/test/OpenMP/ |
H A D | target_enter_data_codegen.cpp | 24 struct ST { struct 29 ST<int> gb; argument 240 struct ST { struct 245 bST global() argument 322 struct ST { global() struct 339 fooST bar() argument [all...] |
H A D | target_data_use_device_ptr_codegen.cpp | 340 struct ST { struct 343 ST(double *&b) : a(0), b(b) {} in ST() argument 363 // CK2: [[DECL:%.+]] = getelementptr inbounds nuw [[ST]], ptr %this1, i32 0, i32 0 in foo() argument
|
H A D | target_is_device_ptr_codegen.cpp | 103 struct ST { struct 106 ST(double *&b) : a(0), b(b) {} in ST() argument 108 fooST foo() argument
|
H A D | target_map_codegen_32.cpp | 49 struct ST { struct 57 // CK31B: [[J:%.+]] = getelementptr inbounds nuw [[ST]], ptr [[THIS:%.+]], i{{.+}} 0, i{{.+}} 1 in test_present_members() argument
|
H A D | target_exit_data_codegen.cpp | 24 struct ST { struct 29 ST<int> gb; argument 237 struct ST { struct 254 fooST bar() argument [all...] |
H A D | target_data_codegen.cpp | 24 struct ST { struct 29 ST<int> gb; argument 239 struct ST { struct 244 bST global() argument 333 struct ST { global() struct 350 fooST bar() argument [all...] |
H A D | target_map_codegen_31.cpp | 37 struct ST { struct 38 iST global() argument 39 jST global() argument [all...] |
H A D | target_enter_data_depend_codegen.cpp | 24 struct ST { struct 29 ST<int> gb; argument
|
H A D | target_update_depend_codegen.cpp | 24 struct ST { struct 29 ST<int> gb; argument
|
H A D | target_exit_data_depend_codegen.cpp | 24 struct ST { struct 29 ST<int> gb; argument
|
H A D | target_map_codegen_hold.cpp | 84 struct ST { struct 95 struct ST st1; in explicit_maps_single() argument
|
H A D | target_update_codegen.cpp | 24 struct ST { struct 29 ST<int> gb; argument 181 struct ST { struct 198 fooST bar() argument 1106 struct ST { global() struct 1119 bST foo() argument 1183 struct ST { global() struct 1186 dptrST global() argument 1188 fooST foo() argument 1261 struct ST { global() struct 1264 fooST foo() argument [all...] |
H A D | target_parallel_codegen_registration.cpp | 324 struct ST { global() struct 332 STST ST() argument 338 ~STST ~ST() argument
|
H A D | target_codegen_registration.cpp | 283 struct ST { global() struct 291 STST ST() argument 297 ~STST ~ST() argument
|
H A D | target_teams_codegen_registration.cpp | 324 struct ST { global() struct 332 STST ST() argument 338 ~STST ~ST() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | return-void.cpp | 20 template <typename T> struct ST { struct 22 ST() { return {1,2}; } // expected-error {{constructor 'ST<T>' must not return a value}} in ST() function 23 ~ST() { return {1,2}; } // expected-error {{destructor '~ST<T>' must not return a value}} in ~ST() argument
|
H A D | return.cpp | 117 template <typename T> struct ST { struct 118 ST() { return f(); } // expected-error {{constructor 'ST<T>' must not return void expression}} in ST() function 124 …ST<int> st; // expected-note {{in instantiation of member function 'ctor_returns_void::ST<int>::ST…
|
/llvm-project/clang/test/utils/update_cc_test_checks/Inputs/ |
H A D | check-attributes.cpp | 7 struct ST { struct 13 int *foo(struct ST *s) { in foo() argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | reference-in-block-args.cpp | 5 struct ST { struct 10 void OUTER_BLOCK(void (^fixer)(ST& ref)) { argument
|
/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/ |
H A D | PointerTypeTest.cpp | 6 struct ST { in main() struct 7 int a; in main() 8 int f(int x) { return 1; } in main()
|
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | timing_test.cpp | 17 void testFunc1() { scudo::ScopedTimer ST(Manager, __func__); } testFunc1() local 20 scudo::ScopedTimer ST(Manager, __func__); testFunc2() local 25 scudo::ScopedTimer ST(Manager, __func__); testChainedCalls() local 30 scudo::ScopedTimer ST(Manager, __func__); testIgnoredTimer() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | SuffixTreeTest.cpp | 24 SuffixTree ST(SimpleRepetitionData); in TEST() local 46 SuffixTree ST(RepeatedRepetitionData); in TEST() local 85 SuffixTree ST(RepeatedRepetitionData); in TEST() local 114 SuffixTree ST(RepeatedRepetitionData, /*OutlinerLeafDescendants=*/true); in TEST() local 140 SuffixTree ST(RepeatedRepetitionData); in TEST() local 153 SuffixTree ST(RepeatedRepetitionData); in TEST() local 183 SuffixTree ST(RepeatedRepetitionData); in TEST() local 234 SuffixTree ST(RepeatedRepetitionData, /*OutlinerLeafDescendants=*/true); in TEST() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIProgramInfo.cpp | 79 const GCNSubtarget &ST) { in getComputePGMRSrc1Reg() 100 CallingConv::ID CC, const GCNSubtarget &ST) { in getPGMRSrc1Reg() 164 const MCExpr *SIProgramInfo::getComputePGMRSrc1(const GCNSubtarget &ST, in getComputePGMRSrc1() 175 const GCNSubtarget &ST, in getPGMRSrc1()
|
/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchOptWInstrs.cpp | 99 const LoongArchSubtarget &ST, in hasAllNBitUsers() argument 316 hasAllWUsers(const MachineInstr & OrigMI,const LoongArchSubtarget & ST,const MachineRegisterInfo & MRI) hasAllWUsers() argument 477 isSignExtendedW(Register SrcReg,const LoongArchSubtarget & ST,const MachineRegisterInfo & MRI,SmallPtrSetImpl<MachineInstr * > & FixableDef) isSignExtendedW() argument 670 removeSExtWInstrs(MachineFunction & MF,const LoongArchInstrInfo & TII,const LoongArchSubtarget & ST,MachineRegisterInfo & MRI) removeSExtWInstrs() argument 722 convertToDSuffixes(MachineFunction & MF,const LoongArchInstrInfo & TII,const LoongArchSubtarget & ST,MachineRegisterInfo & MRI) convertToDSuffixes() argument 748 convertToWSuffixes(MachineFunction & MF,const LoongArchInstrInfo & TII,const LoongArchSubtarget & ST,MachineRegisterInfo & MRI) convertToWSuffixes() argument 803 const LoongArchSubtarget &ST = MF.getSubtarget<LoongArchSubtarget>(); runOnMachineFunction() local [all...] |
/llvm-project/llvm/unittests/Target/AMDGPU/ |
H A D | DwarfRegMappings.cpp | 20 GCNSubtarget ST(TM->getTargetTriple(), std::string(TM->getTargetCPU()), in TEST() local 44 GCNSubtarget ST(TM->getTargetTriple(), std::string(TM->getTargetCPU()), TEST() local
|