/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | readability-function-cognitive-complexity.cpp | 7 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 …]
|
D | cppcoreguidelines-init-variables.cpp | 5 void some_func(int x, double d, bool b, const char *p);
|
/external/llvm-project/clang/test/AST/ |
D | ast-dump-recovery.c | 3 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()
|
D | ast-dump-recovery.cpp | 4 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/ |
D | trivial-unswitch-profmd.ll | 6 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 …]
|
D | copy-metadata.ll | 21 call void @some_func() 33 declare void @some_func()
|
D | LIV-loop-condtion.ll | 30 call void @some_func() noreturn nounwind 37 declare void @some_func() noreturn
|
D | trivial-unswitch-iteration.ll | 4 declare void @some_func() noreturn 29 call void @some_func() noreturn nounwind
|
/external/llvm-project/lldb/test/API/commands/frame/language/ |
D | other.cpp | 3 extern "C" void some_func(); 8 some_func(); in DoSomething()
|
D | somefunc.c | 4 some_func() in some_func() function
|
/external/llvm/test/Transforms/LoopUnswitch/ |
D | copy-metadata.ll | 14 call void @some_func() 21 declare void @some_func()
|
D | LIV-loop-condtion.ll | 21 call void @some_func() noreturn nounwind 28 declare void @some_func() noreturn
|
D | trivial-unswitch.ll | 40 call void @some_func() noreturn nounwind 47 declare void @some_func() noreturn
|
/external/llvm-project/llvm/test/Transforms/LoopUnswitch/ |
D | copy-metadata.ll | 15 call void @some_func() 22 declare void @some_func()
|
D | LIV-loop-condtion.ll | 22 call void @some_func() noreturn nounwind 29 declare void @some_func() noreturn
|
D | trivial-unswitch.ll | 41 call void @some_func() noreturn nounwind 85 call void @some_func() noreturn nounwind 92 declare void @some_func() noreturn
|
/external/clang/test/SemaObjC/ |
D | block-explicit-return-type.m | 14 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/ |
D | block-explicit-return-type.m | 14 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/ |
D | tf_saved_model_ops.mlir | 43 ) attributes { tf_saved_model.exported_names = ["some_func"] } 74 ) attributes { tf_saved_model.exported_names = ["foo.some_func"] } {
|
D | tf_saved_model_ops_invalid.mlir | 19 ) 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/ |
D | main.cpp | 3 LoadedByParamClass some_func();
|
/external/clang/test/CodeGenCXX/ |
D | redefine_extname.cpp | 11 void some_func() { in some_func() function
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | redefine_extname.cpp | 11 void some_func() { in some_func() function
|
/external/llvm-project/clang/test/Sema/ |
D | pragma-attribute-namespace.c | 9 int some_func(); // expected-note{{when applied to this declaration}}
|
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/ |
D | p1.cpp | 49 T some_func(T t) { in some_func() function
|