Home
last modified time | relevance | path

Searched refs:function2 (Results 1 – 17 of 17) sorted by relevance

/external/google-breakpad/src/common/
Dmodule_unittest.cc262 Module::Function *function2 = new Module::Function( in TEST() local
264 function2->size = 0xb369db048deb3010LL; in TEST()
265 function2->parameter_size = 0x938e556cb5a79988LL; in TEST()
270 vec.push_back(function2); in TEST()
287 EXPECT_TRUE(vec.end() != find(vec.begin(), vec.end(), function2)); in TEST()
397 Module::Function *function2 = generate_duplicate_function("_without_form"); in TEST() local
400 m.AddFunction(function2); in TEST()
416 Module::Function *function2 = generate_duplicate_function("_and_void"); in TEST() local
419 m.AddFunction(function2); in TEST()
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dfp-arg-shuffle.ll7 …%call = tail call double @function2(double %f, double %e, double %d, double %c, double %b, double …
11 declare double @function2(double, double, double, double, double, double)
/external/llvm/test/CodeGen/ARM/
Dfp-arg-shuffle.ll7 …%call = tail call double @function2(double %f, double %e, double %d, double %c, double %b, double …
11 declare double @function2(double, double, double, double, double, double)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dfp-arg-shuffle.ll7 …%call = tail call double @function2(double %f, double %e, double %d, double %c, double %b, double …
11 declare double @function2(double, double, double, double, double, double)
/external/python/google-api-python-client/tests/
Dtest__helpers.py45 def function2(required_kw): function
48 self.assertTrue(function2(required_kw=1))
50 function2(1)
/external/dng_sdk/source/
Ddng_1d_function.cpp117 const dng_1d_function &function2) in dng_1d_concatenate() argument
120 , fFunction2 (function2) in dng_1d_concatenate()
Ddng_1d_function.h111 const dng_1d_function &function2);
/external/llvm/test/tools/llvm-readobj/ARM/
Dunwind.s79 .type function2,%function
80 function2: label
252 @ CHECK: FunctionName: function2
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ARM/
Dunwind.s79 .type function2,%function
80 function2: label
252 @ CHECK: FunctionName: function2
/external/llvm/test/DebugInfo/X86/
Dasm-macro-line-number.s28 function2: label
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dasm-macro-line-number.s28 function2: label
/external/llvm/test/Transforms/InstCombine/
D2011-09-03-Trampoline.ll78 %function2 = bitcast i8* %tramp2 to i32(i32)*
79 %ret2 = call i32 %function2(i32 %n)
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
D2011-09-03-Trampoline.ll78 %function2 = bitcast i8* %tramp2 to i32(i32)*
79 %ret2 = call i32 %function2(i32 %n)
/external/clang/test/SemaCXX/
Dwarn-consumed-parsing.cpp33 void function2() CALLABLE_WHEN("consumed"); // expected-warning {{'callable_when' attribute only ap…
Dconversion.cpp277 void function2() { in function2() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
D2011-09-03-Trampoline.ll78 %function2 = bitcast i8* %tramp2 to i32(i32)*
79 %ret2 = call i32 %function2(i32 %n)
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp7191 const char function2[] = in createSpecConstantTests() local
7210 fragments["testfun"] = function2; in createSpecConstantTests()
7322 const char function2[] = in createOpPhiTests() local
7349 fragments2["testfun"] = function2; in createOpPhiTests()