Home
last modified time | relevance | path

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

12

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-function-cognitive-complexity.cpp7 int some_func(int x = 0);
28 some_func(); in unittest_false()
38 int i = some_func(); in unittest_false()
309 if(1 && some_func(1 && 1)) { in unittest_b1_09_01()
314 if(1 && some_func(1 || 1)) { in unittest_b1_09_01()
319 if(1 || some_func(1 || 1)) { in unittest_b1_09_01()
324 if(1 || some_func(1 && 1)) { in unittest_b1_09_01()
330 if(1 && some_func(1 && 1) && 1) { in unittest_b1_09_01()
335 if(1 && some_func(1 || 1) && 1) { in unittest_b1_09_01()
340 if(1 || some_func(1 || 1) && 1) { in unittest_b1_09_01()
[all …]
Dcppcoreguidelines-init-variables.cpp5 void some_func(int x, double d, bool b, const char *p);
/external/llvm-project/clang/test/AST/
Dast-dump-recovery.c3 int some_func(int);
8 int unmatch_arg_call = some_func();
45 ptr = some_func(); // should not crash in test2()
52 compoundOp += some_func(); in test2()
58 some_func() || 1; in test2()
64 1, some_func(); in test2()
69 some_func(), 1; in test2()
84 (float)some_func(); in test2()
Dast-dump-recovery.cpp4 int some_func(int *);
11 int invalid_call = some_func(123);
19 some_func(undef1, undef2+1); in test_invalid_call()
26 s = some_func(undef1); in test_invalid_call()
32 int var = some_func(undef1); in test_invalid_call()
211 auto b = some_func(invalid()); in InitializerForAuto()
/external/llvm-project/llvm/test/Transforms/SimpleLoopUnswitch/
Dtrivial-unswitch-profmd.ll6 declare void @some_func()
24 ; CHECK-NEXT: call void @some_func()
27 ; CHECK-NEXT: call void @some_func()
30 ; CHECK-NEXT: call void @some_func()
53 call void @some_func()
57 call void @some_func()
61 call void @some_func()
95 ; CHECK-NEXT: call void @some_func()
98 ; CHECK-NEXT: call void @some_func()
101 ; CHECK-NEXT: call void @some_func()
[all …]
Dcopy-metadata.ll21 call void @some_func()
33 declare void @some_func()
DLIV-loop-condtion.ll30 call void @some_func() noreturn nounwind
37 declare void @some_func() noreturn
Dtrivial-unswitch-iteration.ll4 declare void @some_func() noreturn
29 call void @some_func() noreturn nounwind
/external/llvm-project/lldb/test/API/commands/frame/language/
Dother.cpp3 extern "C" void some_func();
8 some_func(); in DoSomething()
Dsomefunc.c4 some_func() in some_func() function
/external/llvm/test/Transforms/LoopUnswitch/
Dcopy-metadata.ll14 call void @some_func()
21 declare void @some_func()
DLIV-loop-condtion.ll21 call void @some_func() noreturn nounwind
28 declare void @some_func() noreturn
Dtrivial-unswitch.ll40 call void @some_func() noreturn nounwind
47 declare void @some_func() noreturn
/external/llvm-project/llvm/test/Transforms/LoopUnswitch/
Dcopy-metadata.ll15 call void @some_func()
22 declare void @some_func()
DLIV-loop-condtion.ll22 call void @some_func() noreturn nounwind
29 declare void @some_func() noreturn
Dtrivial-unswitch.ll41 call void @some_func() noreturn nounwind
85 call void @some_func() noreturn nounwind
92 declare void @some_func() noreturn
/external/clang/test/SemaObjC/
Dblock-explicit-return-type.m14 void some_func (NSView * (^) (id)); function
49 some_func(^ NSView * (id whatever) { return [some_object some_method_that_returns_id]; });
/external/llvm-project/clang/test/SemaObjC/
Dblock-explicit-return-type.m14 void some_func (NSView * (^) (id)); function
49 some_func(^ NSView * (id whatever) { return [some_object some_method_that_returns_id]; });
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtf_saved_model_ops.mlir43 ) attributes { tf_saved_model.exported_names = ["some_func"] }
74 ) attributes { tf_saved_model.exported_names = ["foo.some_func"] } {
Dtf_saved_model_ops_invalid.mlir19 ) attributes { tf_saved_model.exported_names = ["foo.some_func"] } {
32 ) attributes { tf_saved_model.exported_names = ["foo.some_func"] } {
41 func @f() attributes { tf_saved_model.exported_names = ["foo.some_func"] } {
139 ) attributes { tf_saved_model.exported_names = ["foo.some_func"] } {
315 ) attributes {tf_saved_model.exported_names = ["foo.some_func"] } {
/external/llvm-project/lldb/test/API/commands/expression/completion-crash-invalid-iterator/
Dmain.cpp3 LoadedByParamClass some_func();
/external/clang/test/CodeGenCXX/
Dredefine_extname.cpp11 void some_func() { in some_func() function
/external/llvm-project/clang/test/CodeGenCXX/
Dredefine_extname.cpp11 void some_func() { in some_func() function
/external/llvm-project/clang/test/Sema/
Dpragma-attribute-namespace.c9 int some_func(); // expected-note{{when applied to this declaration}}
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/
Dp1.cpp49 T some_func(T t) { in some_func() function

12