Searched refs:a_function (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/lldb/test/API/functionalities/load_unload/ |
D | main.cpp | 12 int (*a_function)(void); in main() local 20 a_function = (int (*)())dylib_get_symbol(a_dylib_handle, "a_function"); in main() 21 if (a_function == NULL) { in main() 25 printf("First time around, got: %d\n", a_function()); in main() 33 a_function = (int (*)())dylib_get_symbol(c_dylib_handle, "c_function"); in main() 34 if (a_function == NULL) { in main() 45 a_function = (int (*)())dylib_get_symbol(a_dylib_handle, "a_function"); in main() 46 if (a_function == NULL) { in main() 50 printf("Second time around, got: %d\n", a_function()); in main()
|
D | cmds.txt | 1 breakpoint set -n a_function
|
D | a.cpp | 11 a_function () in a_function() function
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | s_code_end.ll | 29 ; GCN-ASM: .globl a_function 31 ; GCN-ASM-NEXT: .type a_function,@function 33 ; GCN-NEXT: a_function{{>?}}: 36 ; GCN-ASM-NEXT: .size a_function, [[END_LABEL3]]-a_function 47 define void @a_function() {
|
/external/llvm-project/lldb/test/API/commands/target/create-deps/ |
D | main.cpp | 1 extern int a_function (); 7 return a_function(); in main()
|
D | a.cpp | 1 int a_function () in a_function() function
|
/external/llvm-project/lldb/test/API/macosx/function-starts/ |
D | main.cpp | 13 static void *a_function() in a_function() function 30 a_function(); in main()
|
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | p5.cpp | 445 auto a_function(Ts... ts) -> decltype(var_expr(ts...)); 448 using partial = decltype(a_function<int, T>);
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | p5.cpp | 445 auto a_function(Ts... ts) -> decltype(var_expr(ts...)); 448 using partial = decltype(a_function<int, T>);
|
/external/llvm-project/clang/test/CodeGenOpenCL/ |
D | amdgpu-attrs.cl | 142 void a_function() { 143 // CHECK: define void @a_function() [[A_FUNCTION:#[0-9]+]]
|