Home
last modified time | relevance | path

Searched refs:fn5 (Results 1 – 25 of 50) sorted by relevance

12

/external/skia/resources/sksl/inliner/
DExponentialGrowth.sksl7 void fn5() { fn4(); fn4(); fn4(); }
8 void fn6() { fn5(); fn5(); fn5(); }
/external/llvm-project/llvm/test/Transforms/LoopUnswitch/
Dpr32818.ll16 ; 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/
Dtrymacro.cpp31 void fn5() {
42 fn5();
/external/llvm-project/clang/test/CoverageMapping/
Dtrymacro.cpp31 void fn5() {
42 fn5();
/external/llvm-project/clang/test/Modules/
Doverloadable-attrs.cpp18 static_assert(enable_if_attrs::fn5(0) == 0, "");
19 static_assert(enable_if_attrs::fn5(1) == 1, "");
/external/llvm-project/clang/test/OpenMP/
Dparallel_if_codegen.cpp27 void fn5();
80 fn5(); in main()
Dtask_if_codegen.cpp27 void fn5();
71 fn5(); in tmain()
Dtarget_teams_distribute_parallel_for_if_codegen.cpp45 void fn5();
152 fn5(); in main()
Dteams_distribute_parallel_for_if_codegen.cpp45 void fn5();
155 fn5(); in main()
Ddistribute_parallel_for_if_codegen.cpp45 void fn5();
162 fn5(); in main()
Dteams_distribute_parallel_for_simd_if_codegen.cpp38 void fn5();
148 fn5(); in main()
Dtarget_teams_distribute_parallel_for_simd_if_codegen.cpp39 void fn5();
155 fn5(); in main()
Ddistribute_parallel_for_simd_if_codegen.cpp38 void fn5();
155 fn5(); in main()
/external/clang/test/OpenMP/
Dparallel_if_codegen.cpp12 void fn5();
62 fn5(); in main()
Dtask_if_codegen.cpp13 void fn5();
57 fn5(); in tmain()
/external/snakeyaml/src/test/resources/pyyaml/
Dconstruct-binary.data2 R0lGODlhDAAMAIQAAP//9/X17unp5WZmZgAAAOfn515eXvPz7Y6OjuDg4J+fn5\
7 R0lGODlhDAAMAIQAAP//9/X17unp5WZmZgAAAOfn515eXvPz7Y6OjuDg4J+fn5
/external/llvm-project/clang/test/Modules/Inputs/overloadable-attrs/
Da.h14 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/
Dcall-cast-target.ll76 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/
Dcall-cast-target.ll76 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/
Dtpms-types.c506 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 …]
Dtpmt-types.c311 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/
Dinitialize-noreturn.c14 Fn_ret fn5 = &foo; in test() local
/external/llvm-project/llvm/test/Transforms/OpenMP/
Dgpu_state_machine_function_ptr_replacement.ll82 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/
Dplugin-attribute.cpp24 void fn5() __attribute__((example("a","b"))) { } in fn5() function
/external/llvm-project/clang/test/SemaCXX/
Dwarn-constant-evaluated-constexpr.cpp37 constexpr int fn5() { in fn5() function

12