/llvm-project/llvm/test/Transforms/IROutliner/ |
H A D | opt-remarks.ll | 33 ; YAML-NEXT: Function: function3 47 ; YAML-NEXT: Function: function3 61 ; YAML-NEXT: Function: function3 89 ; YAML-NEXT: Function: function3 131 ; YAML-NEXT: Function: function3 145 ; YAML-NEXT: Function: function3 173 ; YAML-NEXT: Function: function3 201 ; YAML-NEXT: Function: function3 243 ; YAML-NEXT: Function: function3 257 ; YAML-NEXT: Function: function3 [all …]
|
H A D | outlining-gep.ll | 45 define void @function3(ptr %s, i64 %t) { 46 ; CHECK-LABEL: @function3(
|
H A D | outlining-calls.ll | 40 define void @function3() { 73 ; CHECK-LABEL: @function3(
|
H A D | outlining-calls-names-must-match.ll | 56 define void @function3() { 57 ; CHECK-LABEL: @function3(
|
H A D | outlining-cost-model.ll | 80 define void @function3() #0 { 81 ; CHECK-LABEL: @function3( 99 ; NOCOST-LABEL: @function3(
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx2b-deducing-this.cpp | 832 struct function3 { in h() 833 function3& operator=(function3 const&) = delete; // expected-note {{has been explicitly deleted}} in h() 836 function3 list; in h() 838 list = function3{}; // expected-error {{selected deleted operator '='}} 829 struct function3 { global() struct
|
H A D | warn-consumed-parsing.cpp | 34 void function3() CONSUMABLE(consumed); // expected-warning {{'consumable' attribute only applies to…
|
H A D | conversion.cpp | 283 void function3(const char* str) { in function3() function
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | debug-info-enum-metadata-collision.cpp | 22 void function3() { in function3() function
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/readability/ |
H A D | function-cognitive-complexity.rst | 143 int function3(bool var1, bool var2) { 152 In the last example, the check will flag `function3` if the option Threshold is
|
/llvm-project/llvm/test/CodeGen/AMDGPU/ |
H A D | hsa-metadata-multigrid-sync-arg-v5.ll | 10 define void @function3(ptr addrspace(4) %argptr, ptr addrspace(1) %sink) #2 { 277 call void @function3(ptr addrspace(4) %gep, ptr addrspace(1) %sink)
|
H A D | hsa-metadata-hostcall-v4.ll | 10 define void @function3(ptr addrspace(4) %argptr, ptr addrspace(1) %sink) #4 { 277 call void @function3(ptr addrspace(4) %gep, ptr addrspace(1) %sink)
|
H A D | hsa-metadata-queueptr-v5.ll | 10 define void @function3(ptr addrspace(4) %argptr, ptr addrspace(1) %sink) #2 { 277 call void @function3(ptr addrspace(4) %gep, ptr addrspace(1) %sink)
|
H A D | hsa-metadata-hostcall-v5.ll | 10 define void @function3(ptr addrspace(4) %argptr, ptr addrspace(1) %sink) #2 { 277 call void @function3(ptr addrspace(4) %gep, ptr addrspace(1) %sink)
|
H A D | hsa-metadata-heap-v5.ll | 10 define void @function3(ptr addrspace(4) %argptr, ptr addrspace(1) %sink) #2 { 277 call void @function3(ptr addrspace(4) %gep, ptr addrspace(1) %sink)
|
/llvm-project/clang/test/Modules/ |
H A D | odr_hash.mm | 116 auto function3 = valid; 166 auto function3 = invalid3;
|
H A D | odr_hash.cpp | 3804 auto function3 = valid; 3846 auto function3 = invalid2; 3890 auto function3 = valid; 3934 static auto function3 = valid<A, B>; 4081 auto function3 = Invalid3;
|
/llvm-project/clang/docs/ |
H A D | ClangFormatStyleOptions.rst | 4581 import static org.example.function3;
|