Home
last modified time | relevance | path

Searched defs:bork (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A 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
/aosp_15_r20/external/clang/test/CodeGenObjC/
H A D2008-11-25-Blocks.m4 @interface bork interface
8 @implementation bork implementation
H A Ddebug-info-synthesis.m22 - (void) bork { method
/aosp_15_r20/external/clang/test/CodeGen/
H A Dvla.c58 int bork[4][13]; in test() local
69 int bork[4][13][15]; in test1() local
H A D2007-10-15-VoidPtr.c2 void bork(void **data) { in bork() function
H A D2007-08-22-CTTZ.c3 int bork(unsigned long long x) { in bork() function
H A Dunaligned-memcpy.c3 void bork() { in bork() function
H A D2007-11-07-AlignedMemcpy.c2 void bork() { in bork() function
H A D2007-10-30-Volatile.c2 void bork() { in bork() function
H A D2007-09-05-ConstCtor.c10 void bork() { in bork() function
/aosp_15_r20/external/clang/test/CodeGenObjCXX/
H A D2007-10-03-MetadataPointers.mm4 void bork() { function
H A Dcopy.mm27 @protocol bork protocol