OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test9_helper
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
functions.c
64
static void
test9_helper
(void) {}
function
66
(void)
test9_helper
;
/external/clang/test/CodeGenObjC/
arc.m
253
id
test9_helper
(void) __attribute__((ns_returns_retained));
255
id x __attribute__((objc_precise_lifetime)) =
test9_helper
();
258
// CHECK-NEXT: [[CALL:%.*]] = call i8* @
test9_helper
()
[
all
...]
Completed in 66 milliseconds