Home
last modified time | relevance | path

Searched refs:func_fab (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dppc-empty-fs.ll11 define void @func_fab(%struct.fab* noalias sret %agg.result, i64 %x.coerce) #0 {
22 ; CHECK: func_fab
/external/clang/test/CodeGen/
Dppc64-elf-abi.c23 struct fab func_fab(struct fab x) { return x; } in func_fab() function
Dppc64le-aggregates.c48 struct fab func_fab(struct fab x) { return x; } in func_fab() function
117 void call_fab(void) { global_fab = func_fab(global_fab); } in call_fab()