/external/skia/resources/sksl/inliner/ |
D | ExponentialGrowth.sksl | 7 void fn5() { fn4(); fn4(); fn4(); } 8 void fn6() { fn5(); fn5(); fn5(); }
|
/external/llvm-project/llvm/test/Transforms/LoopUnswitch/ |
D | pr32818.ll | 16 ; CHECK: tail call fastcc i32 @fn5( 17 %call = tail call fastcc i32 @fn5(i32 %conv4) 20 declare fastcc i32 @fn5(i32 returned) unnamed_addr
|
/external/clang/test/CoverageMapping/ |
D | trymacro.cpp | 31 void fn5() { 42 fn5();
|
/external/llvm-project/clang/test/CoverageMapping/ |
D | trymacro.cpp | 31 void fn5() { 42 fn5();
|
/external/llvm-project/clang/test/Modules/ |
D | overloadable-attrs.cpp | 18 static_assert(enable_if_attrs::fn5(0) == 0, ""); 19 static_assert(enable_if_attrs::fn5(1) == 1, "");
|
/external/llvm-project/clang/test/OpenMP/ |
D | parallel_if_codegen.cpp | 27 void fn5(); 80 fn5(); in main()
|
D | task_if_codegen.cpp | 27 void fn5(); 71 fn5(); in tmain()
|
D | target_teams_distribute_parallel_for_if_codegen.cpp | 45 void fn5(); 152 fn5(); in main()
|
D | teams_distribute_parallel_for_if_codegen.cpp | 45 void fn5(); 155 fn5(); in main()
|
D | distribute_parallel_for_if_codegen.cpp | 45 void fn5(); 162 fn5(); in main()
|
D | teams_distribute_parallel_for_simd_if_codegen.cpp | 38 void fn5(); 148 fn5(); in main()
|
D | target_teams_distribute_parallel_for_simd_if_codegen.cpp | 39 void fn5(); 155 fn5(); in main()
|
D | distribute_parallel_for_simd_if_codegen.cpp | 38 void fn5(); 155 fn5(); in main()
|
/external/clang/test/OpenMP/ |
D | parallel_if_codegen.cpp | 12 void fn5(); 62 fn5(); in main()
|
D | task_if_codegen.cpp | 13 void fn5(); 57 fn5(); in tmain()
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | construct-binary.data | 2 R0lGODlhDAAMAIQAAP//9/X17unp5WZmZgAAAOfn515eXvPz7Y6OjuDg4J+fn5\ 7 R0lGODlhDAAMAIQAAP//9/X17unp5WZmZgAAAOfn515eXvPz7Y6OjuDg4J+fn5
|
/external/llvm-project/clang/test/Modules/Inputs/overloadable-attrs/ |
D | a.h | 14 constexpr int fn5(int i) __attribute__((enable_if(i, ""))) { return 1; } in fn5() function 15 constexpr int fn5(int i) { return 0; } in fn5() function
|
/external/llvm/test/Transforms/InstCombine/ |
D | call-cast-target.ll | 76 declare i1 @fn5({ i32, i32 }* byval align 4 %r) 80 ; CHECK: %[[call:.*]] = call i1 bitcast (i1 ({ i32, i32 }*)* @fn5 to i1 (i32, i32)*)(i32 {{.*}… 87 %6 = call i1 bitcast (i1 ({ i32, i32 }*)* @fn5 to i1 (i32, i32)*)(i32 %3, i32 %5)
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | call-cast-target.ll | 76 declare i1 @fn5({ i32, i32 }* byval({ i32, i32 }) align 4 %r) 80 ; CHECK: %[[call:.*]] = call i1 bitcast (i1 ({ i32, i32 }*)* @fn5 to i1 (i32, i32)*)(i32 {{.*}… 87 %6 = call i1 bitcast (i1 ({ i32, i32 }*)* @fn5 to i1 (i32, i32)*)(i32 %3, i32 %5)
|
/external/tpm2-tss/src/tss2-mu/ |
D | tpms-types.c | 506 m4, op4, fn4, m5, op5, fn5) \ argument 544 ret = fn5(op5 src->m5, buffer, buffer_size, &local_offset); \ 552 #define TPMS_UNMARSHAL_5(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5) \ argument 588 ret = fn5(buffer, buffer_size, &local_offset, dest ? &dest->m5 : NULL); \ 597 m4, op4, fn4, m5, op5, fn5, m6, op6, fn6, m7, op7, fn7) \ argument 635 ret = fn5(op5 src->m5, buffer, buffer_size, &local_offset); \ 651 #define TPMS_UNMARSHAL_7(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5, m6, fn6, m7, fn7) \ argument 687 ret = fn5(buffer, buffer_size, &local_offset, dest ? &dest->m5 : NULL); \ 704 m4, op4, fn4, m5, op5, fn5, m6, op6, fn6, m7, op7, fn7) \ argument 742 ret = fn5(op5 src->m5, buffer, buffer_size, &local_offset); \ [all …]
|
D | tpmt-types.c | 311 m4, op4, fn4, m5, op5, fn5) \ argument 346 ret = fn5(op5 src->m5, buffer, buffer_size, &local_offset); \ 355 #define TPMT_UNMARSHAL_5(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5) \ argument 387 ret = fn5(buffer, buffer_size, &local_offset, dest ? &dest->m5 : NULL); \ 397 m4, op4, fn4, m5, op5, sel5, fn5, m6, op6, sel6, fn6) \ argument 432 ret = fn5(op5 src->m5, src->sel5, buffer, buffer_size, &local_offset); \ 445 #define TPMT_UNMARSHAL_6(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, sel5, fn5, m6, sel6, fn6) \ argument 480 …ret = fn5(buffer, buffer_size, &local_offset, dest ? dest->sel5 : tmp.sel5, dest ? &dest->m5 : NUL…
|
/external/clang/test/Sema/ |
D | initialize-noreturn.c | 14 Fn_ret fn5 = &foo; in test() local
|
/external/llvm-project/llvm/test/Transforms/OpenMP/ |
D | gpu_state_machine_function_ptr_replacement.ll | 82 br i1 %work_match4, label %.execute.fn5, label %.check.next6 84 .execute.fn5: ; preds = %.check.next3 93 .terminate.parallel: ; preds = %.check.next6, %.execute.fn5, %.execute…
|
/external/llvm-project/clang/test/Frontend/ |
D | plugin-attribute.cpp | 24 void fn5() __attribute__((example("a","b"))) { } in fn5() function
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-constant-evaluated-constexpr.cpp | 37 constexpr int fn5() { in fn5() function
|