/external/google-breakpad/src/common/ |
D | module_unittest.cc | 257 Module::Function *function1 = new Module::Function( in TEST() local 259 function1->size = 0x200b26e605f99071LL; in TEST() 260 function1->parameter_size = 0xf14ac4fed48c4a99LL; in TEST() 269 vec.push_back(function1); in TEST() 286 EXPECT_TRUE(vec.end() != find(vec.begin(), vec.end(), function1)); in TEST() 396 Module::Function *function1 = generate_duplicate_function("_without_form"); in TEST() local 399 m.AddFunction(function1); in TEST() 415 Module::Function *function1 = generate_duplicate_function("_without_form"); in TEST() local 418 m.AddFunction(function1); in TEST()
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2011-09-03-Trampoline.ll | 56 %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/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | 2011-09-03-Trampoline.ll | 56 %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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/micromips-sizereduction/ |
D | micromips-lwsp-swsp.ll | 4 define i32 @function1(i32 (i32)* %f) { 6 ; CHECK-LABEL: function1:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | 2011-09-03-Trampoline.ll | 56 %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/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | fp-arg-shuffle.ll | 3 ; CHECK: function1 5 define double @function1(double %a, double %b, double %c, double %d, double %e, double %f) nounwind…
|
/external/llvm/test/CodeGen/ARM/ |
D | fp-arg-shuffle.ll | 3 ; CHECK: function1 5 define double @function1(double %a, double %b, double %c, double %d, double %e, double %f) nounwind…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | fp-arg-shuffle.ll | 3 ; CHECK: function1 5 define double @function1(double %a, double %b, double %c, double %d, double %e, double %f) nounwind…
|
/external/clang/test/CodeGen/ |
D | vla.c | 67 void function1(short width, int data[][width][width]) {} in function1() function 71 function1(1, bork); in test1()
|
/external/clang/test/Misc/ |
D | ast-dump-attr.cpp | 57 void function1(void *) { in function1() function 58 int TestFunction __attribute__((cleanup(function1))); in function1()
|
/external/dng_sdk/source/ |
D | dng_1d_function.cpp | 116 dng_1d_concatenate::dng_1d_concatenate (const dng_1d_function &function1, in dng_1d_concatenate() argument 119 : fFunction1 (function1) in dng_1d_concatenate()
|
D | dng_1d_function.h | 110 dng_1d_concatenate (const dng_1d_function &function1,
|
/external/llvm/test/tools/llvm-readobj/ARM/ |
D | unwind.s | 72 .type function1,%function 73 function1: label 245 @ CHECK: FunctionName: function1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ARM/ |
D | unwind.s | 72 .type function1,%function 73 function1: label 245 @ CHECK: FunctionName: function1
|
/external/clang/test/SemaCXX/ |
D | warn-consumed-parsing.cpp | 32 void function1() TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only ap…
|
D | conversion.cpp | 271 void function1(const char* str) { in function1() function
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
D | p5-0x.cpp | 58 int (&&function1)(int) = ConvertsTo<int(&)(int)>(); in test_rvalue_refs() local
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 7025 const char function1[] = in createSpecConstantTests() local 7155 fragments["testfun"] = tcu::StringTemplate(function1).specialize(specializations); in createSpecConstantTests() 7258 const char function1[] = in createOpPhiTests() local 7307 fragments1["testfun"] = function1; in createOpPhiTests()
|
/external/clang/docs/ |
D | UsersManual.rst | 1342 function1:total_samples:total_head_samples
|