Home
last modified time | relevance | path

Searched refs:bork (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm/test/Transforms/InstCombine/
D2008-06-08-ICmpPHI.ll10 %tmp = tail call i32 (...)* @bork( ) nounwind ; <i32> [#uses=0]
11 %tmp1 = tail call i32 (...)* @bork( ) nounwind ; <i32> [#uses=0]
12 %tmp2 = tail call i32 (...)* @bork( ) nounwind ; <i32> [#uses=1]
17 %tmp6 = tail call i32 (...)* @bork( ) nounwind ; <i32> [#uses=0]
21 %tmp8 = tail call i32 (...)* @bork( ) nounwind ; <i32> [#uses=0]
22 %tmp9 = tail call i32 (...)* @bork( ) nounwind ; <i32> [#uses=0]
43 declare i32 @bork(...)
D2007-04-08-SingleEltVectorCrash.ll4 define i64 @bork(<1 x i64> %vec) {
D2008-03-13-IntToPtr.ll3 define i8* @bork(i8** %qux) {
/external/clang/test/CodeGen/
Dvla.c58 int bork[4][13]; in test() local
64 function(1, bork); in test()
69 int bork[4][13][15]; in test1() local
71 function1(1, bork); in test1()
73 function(1, bork[2]); in test1()
D2007-09-28-PackedUnionMember.c25 extern long bork(FuncPtr handler, const struct E *list);
37 bork(hndlr, events); in foo()
D2007-11-07-AlignedMemcpy.c2 void bork() { in bork() function
Dunaligned-memcpy.c3 void bork() { in bork() function
D2007-10-15-VoidPtr.c2 void bork(void **data) { in bork() function
D2007-08-22-CTTZ.c3 int bork(unsigned long long x) { in bork() function
D2007-10-30-Volatile.c2 void bork() { in bork() function
D2007-09-05-ConstCtor.c10 void bork() { in bork() function
D2008-05-12-TempUsedBeforeDef.c9 bork(bar && foo, qux); in test()
/external/clang/test/CodeGenCXX/
D2008-05-07-CrazyOffsetOf.cpp4 struct bork { struct
5 struct bork *next_local; argument
8 int offset = (char *) &(((struct bork *) 0x10)->query) - (char *) 0x10; argument
/external/clang/test/CodeGenObjC/
D2008-11-25-Blocks.m4 @interface bork interface
8 @implementation bork implementation
10 __attribute__((__blocks__(byref))) bork* new = ((void *)0);
D2008-11-24-ConstCFStrings.m8 - (void)bork:(NSString*)msg;
12 [a bork:@"Hello world!"];
Ddebug-info-synthesis.m22 - (void) bork { method
29 [f bork];
/external/clang/test/Parser/
Dcxx-reference.cpp3 extern char *bork;
4 char *& bar = bork;
/external/llvm/test/CodeGen/X86/
Dmmx-punpckhdq.ll2 ; There are no MMX operations in bork; promoted to XMM.
4 define void @bork(<1 x i64>* %x) {
5 ; CHECK: bork
Dinline-asm-modifier-n.ll4 define void @bork() nounwind {
/external/llvm/test/CodeGen/PowerPC/
D2007-09-07-LoadStoreIdxForms.ll12 %tmp1 = call i32 (...)* @bork( i32 %tmp ) ; <i32> [#uses=0]
20 declare i32 @bork(...)
D2008-02-09-LocalRegAllocAssert.ll3 define i32 @bork(i64 %foo, i64 %bar) {
D2008-06-23-LiveVariablesCrash.ll4 define i32 @bork() nounwind {
/external/clang/test/CodeGenObjCXX/
Dcopy.mm27 @protocol bork protocol
36 RetainPtr<id<bork> > x;
D2007-10-03-MetadataPointers.mm4 void bork() { function
/external/clang/test/Preprocessor/
Dcomment_save_macro.c11 #define FOO bork // blah

12