OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test2_helper
(Results
1 - 9
of
9
) sorted by null
/external/clang/test/CodeGenObjC/
exceptions-nonfragile.m
25
extern void
test2_helper
(void);
26
test2_helper
();
30
// CHECK-NOT: call void @
test2_helper
()
arc-arm.m
24
extern A *
test2_helper
(void);
25
// CHECK: [[T0:%.*]] = call arm_aapcscc [[A:%.*]]* @
test2_helper
()
27
return
test2_helper
();
property.m
58
A *
test2_helper
(void);
60
// CHECK: [[BASE:%.*]] = call [[A:%.*]]* @
test2_helper
()
68
test2_helper
().dyn++;
70
// CHECK: [[BASE:%.*]] = call [[A]]* @
test2_helper
()
78
test2_helper
().dyn *= 10;
blocks.m
45
extern void
test2_helper
(void (^)(void));
80
// CHECK: call void @
test2_helper
(
88
test2_helper
(^{ [weakX destroy]; });
arc-blocks.m
37
// CHECK-NEXT: call void @
test2_helper
(
43
extern void
test2_helper
(id (^)(void));
44
test2_helper
(^{ return x; });
/external/clang/test/CodeGen/
exceptions.c
23
void
test2_helper
();
26
test2_helper
(5, 6, 7);
28
void
test2_helper
(int x, int y) {
function
30
// CHECK: invoke void @
test2_helper
(i32 5, i32 6)
/external/llvm/test/Transforms/GlobalOpt/
constantfold-initializers.ll
37
define internal i32 @
test2_helper
(%closure* %this, i32 %b) {
48
%call = call i32 @
test2_helper
(%closure* @f, i32 9)
/external/clang/test/CodeGenObjCXX/
arc-exceptions.mm
46
void
test2_helper
(void);
49
test2_helper
();
/external/clang/test/SemaObjC/
warn-retain-cycle.m
85
void
test2_helper
(id);
94
test2_helper
(x); // expected-warning {{capturing 'self' strongly in this block is likely to lead to a retain cycle}}
Completed in 1419 milliseconds