Home
last modified time | relevance | path

Searched refs:some_function (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Dannotate-type.c3 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()
H A Dunused-expr.c110 void *some_function(void);
112 …(void*) some_function(); //expected-warning {{expression result unused; should this cast be to 'vo… in t10()
/llvm-project-15.0.7/llvm/test/Transforms/Inline/ML/
H A Dbounds-checks.ll20 define i64 @some_function() {
28 %r2 = call i64 @some_function()
40 ; NOBOUNDS-NOT: @some_function
41 ; BOUNDS: call i64 @some_function
/llvm-project-15.0.7/llvm/test/Transforms/RewriteStatepointsForGC/
H A Dderef-pointers.ll11 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()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-nrvo.cpp13 void some_function(int);
17 some_function(foo.x); in getFoo()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter-tests/
H A Dnrvo.cpp20 void some_function(int) {} in some_function() function
29 some_function(result.i); in get_string2()
H A Dnrvo-string.cpp34 void some_function(int) {} in some_function() function
43 some_function(output.i); in get_string2()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llgdb-tests/
H A Dnrvo-string.cpp26 void some_function(int) {} in some_function() function
35 some_function(result.i); in get_string2()
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dnrvo.ll10 ; 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 !31
114 !8 = distinct !DISubprogram(name: "some_function", linkageName: "?some_function@@YAXH@Z", scope: !1…
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconst-correctness-transform-values.cpp22 void some_function(double, wchar_t);
24 void some_function(double np_arg0, wchar_t np_arg1) { in some_function() function
H A Dconst-correctness-values.cpp35 void some_function(double, wchar_t);
37 void some_function(double np_arg0, wchar_t np_arg1) { in some_function() function
/llvm-project-15.0.7/llvm/test/Verifier/
H A Delementtype.ll3 declare void @some_function(i32*)
19 call void @some_function(i32* elementtype(i32) null)
/llvm-project-15.0.7/clang/test/Index/
H A Dpch-from-libclang.c26 void some_function(undeclared_type p); // expected-error{{unknown type name}}
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Disolate-declaration.rst34 if (int Begin = 42, Result = some_function(Begin); Begin == Result);
/llvm-project-15.0.7/mlir/test/Transforms/
H A Dloop-fusion-3.mlir671 func.func private @some_function(memref<16xf32>)
679 call @some_function(%A) : (memref<16xf32>) -> ()
700 func.func private @some_function()
708 call @some_function() : () -> ()