Searched refs:some_function (Results 1 – 15 of 15) sorted by relevance
3 const char *some_function();26 …int *[[clang::annotate_type(some_function())]] z6; // expected-error {{'annotate_type' attribute r… in foo()27 …int *[[clang::annotate_type("bar", some_function())]] z7; // expected-error {{'annotate_type' attr… in foo()
110 void *some_function(void);112 …(void*) some_function(); //expected-warning {{expression result unused; should this cast be to 'vo… in t10()
20 define i64 @some_function() {28 %r2 = call i64 @some_function()40 ; NOBOUNDS-NOT: @some_function41 ; BOUNDS: call i64 @some_function
11 declare i8 addrspace(1)* @some_function() "gc-leaf-function"38 ; CHECK: %a = call i8 addrspace(1)* @some_function()40 %a = call dereferenceable(4) i8 addrspace(1)* @some_function()47 ; CHECK: %a = call i8 addrspace(1)* @some_function()49 %a = call dereferenceable_or_null(4) i8 addrspace(1)* @some_function()56 ; CHECK: %a = call i8 addrspace(1)* @some_function()58 %a = call noalias i8 addrspace(1)* @some_function()
13 void some_function(int);17 some_function(foo.x); in getFoo()
20 void some_function(int) {} in some_function() function29 some_function(result.i); in get_string2()
34 void some_function(int) {} in some_function() function43 some_function(output.i); in get_string2()
26 void some_function(int) {} in some_function() function35 some_function(result.i); in get_string2()
10 ; void some_function(int);14 ; some_function(foo.x);59 define dso_local void @"?some_function@@YAXH@Z"(i32) #0 !dbg !8 {81 call void @"?some_function@@YAXH@Z"(i32 %1), !dbg !31114 !8 = distinct !DISubprogram(name: "some_function", linkageName: "?some_function@@YAXH@Z", scope: !1…
22 void some_function(double, wchar_t);24 void some_function(double np_arg0, wchar_t np_arg1) { in some_function() function
35 void some_function(double, wchar_t);37 void some_function(double np_arg0, wchar_t np_arg1) { in some_function() function
3 declare void @some_function(i32*)19 call void @some_function(i32* elementtype(i32) null)
26 void some_function(undeclared_type p); // expected-error{{unknown type name}}
34 if (int Begin = 42, Result = some_function(Begin); Begin == Result);
671 func.func private @some_function(memref<16xf32>)679 call @some_function(%A) : (memref<16xf32>) -> ()700 func.func private @some_function()708 call @some_function() : () -> ()