Home
last modified time | relevance | path

Searched refs:function1 (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/test/Transforms/InstCombine/
D2011-09-03-Trampoline.ll56 %function1 = bitcast i8* %tramp1 to i32(i32)*
57 %ret1 = call i32 %function1(i32 %n)
58 ; CHECK: %ret1 = call i32 %function1(i32 %n)
74 %function1 = bitcast i8* %tramp0 to i32(i32)*
75 %ret1 = call i32 %function1(i32 %n)
/external/llvm-project/llvm/test/CodeGen/Mips/micromips-sizereduction/
Dmicromips-lwsp-swsp.ll4 define i32 @function1(i32 (i32)* %f) {
6 ; CHECK-LABEL: function1:
/external/google-breakpad/src/common/
Dmodule_unittest.cc273 Module::Function* function1 = new Module::Function( in TEST() local
276 function1->ranges.push_back(r1); in TEST()
277 function1->parameter_size = 0xf14ac4fed48c4a99ULL; in TEST()
287 vec.push_back(function1); in TEST()
304 EXPECT_TRUE(vec.end() != find(vec.begin(), vec.end(), function1)); in TEST()
414 Module::Function* function1 = generate_duplicate_function("_without_form"); in TEST() local
417 m.AddFunction(function1); in TEST()
433 Module::Function* function1 = generate_duplicate_function("_without_form"); in TEST() local
436 m.AddFunction(function1); in TEST()
/external/llvm-project/llvm/test/CodeGen/ARM/
Dfp-arg-shuffle.ll3 ; CHECK: function1
5 define double @function1(double %a, double %b, double %c, double %d, double %e, double %f) nounwind…
/external/llvm/test/CodeGen/ARM/
Dfp-arg-shuffle.ll3 ; CHECK: function1
5 define double @function1(double %a, double %b, double %c, double %d, double %e, double %f) nounwind…
/external/llvm-project/llvm/test/Transforms/InstCombine/
D2011-09-03-Trampoline.ll56 %function1 = bitcast i8* %tramp1 to i32(i32)*
57 %ret1 = call i32 %function1(i32 %n)
58 ; CHECK: %ret1 = call i32 %function1(i32 %n)
74 %function1 = bitcast i8* %tramp0 to i32(i32)*
75 %ret1 = call i32 %function1(i32 %n)
/external/clang/test/CodeGen/
Dvla.c67 void function1(short width, int data[][width][width]) {} in function1() function
71 function1(1, bork); in test1()
/external/clang/test/Misc/
Dast-dump-attr.cpp57 void function1(void *) { in function1() function
58 int TestFunction __attribute__((cleanup(function1))); in function1()
/external/llvm-project/clang/test/CodeGen/
Dvla.c68 void function1(short width, int data[][width][width]) {} in function1() function
72 function1(1, bork); in test1()
/external/dng_sdk/source/
Ddng_1d_function.cpp116 dng_1d_concatenate::dng_1d_concatenate (const dng_1d_function &function1, in dng_1d_concatenate() argument
119 : fFunction1 (function1) in dng_1d_concatenate()
Ddng_1d_function.h110 dng_1d_concatenate (const dng_1d_function &function1,
/external/llvm-project/clang/test/AST/
Dast-dump-attr.cpp68 void function1(void *) { in function1() function
69 int TestFunction __attribute__((cleanup(function1))); in function1()
/external/perfetto/test/trace_processor/profiling/
Dheap_profile_deobfuscate.out2 "Bar.function1",0,4096
Dheap_profile_deobfuscate_memfd.textproto86 deobfuscated_name: "function1"
Dheap_profile_deobfuscate.textproto98 deobfuscated_name: "function1"
/external/llvm-project/clang/test/Analysis/scan-build/Inputs/multidirectory_project/directory1/
Dfile1.c5 void function1(int *p) { in function1() function
/external/libabigail/tests/data/test-diff-suppr/
Dtest23-alias-filter-v0.c23 function1(S* s) __attribute__ ((alias("__private_function")));
Dtest23-alias-filter-v1.c25 function1(S* s) __attribute__ ((alias("__private_function")));
Dtest23-alias-filter-report-2.txt8 and it aliases symbols: function2@VERSION_1.0, function1@VERSION_1.0
Dtest23-alias-filter-report-0.txt8 and it aliases symbols: function2@VERSION_1.0, function1@VERSION_1.0
/external/llvm/test/tools/llvm-readobj/ARM/
Dunwind.s72 .type function1,%function
73 function1: label
245 @ CHECK: FunctionName: function1
/external/clang/test/SemaCXX/
Dwarn-consumed-parsing.cpp32 void function1() TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only ap…
Dconversion.cpp271 void function1(const char* str) { in function1() function
/external/llvm-project/clang/test/SemaCXX/
Dwarn-consumed-parsing.cpp32 void function1() TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only ap…
Dconversion.cpp269 void function1(const char* str) { in function1() function

12