Searched defs:foo4 (Results 1 - 18 of 18) sorted by relevance

/external/clang/test/CodeGen/
H A Dwhilestmt.c53 int foo4() { function
H A D2008-03-05-syncPtr.c22 int* foo4(int** a, int b) { function
25 // CHECK-LABEL: define i32* @foo4
H A Dmips64-class-return.cpp43 void foo4(D0 a0) { function
H A Dswitch.c49 static int foo4(int i) { function
71 return foo4(111) + foo4(99) + foo4(222) + foo4(601);
H A Darm-aapcs-zerolength-bitfield.c140 short foo4 : 16; member in struct:t14
222 int foo4 : 32; member in struct:t21
H A Darm-apcs-zerolength-bitfield.c144 short foo4 : 16; member in struct:t14
226 int foo4 : 32; member in struct:t21
/external/clang/test/Sema/
H A Dcrash-invalid-array.c22 void foo4(int a[2][*][*]) {(void)a[0][1][1]; } // expected-error {{variable length array must be bound in function definition}} function
H A Dderef.c26 const void *foo4 (void) function
H A Darm-interrupt-attr.c9 __attribute__((interrupt("FIQ"))) void foo4() {} function
H A Dself-comparison.c16 void foo4(void* v, void* w) { function
/external/llvm/test/MC/ELF/
H A Dalias.s14 // Test that bar4 and bar 5 are also functions and have the same value as foo4.
16 .type foo4,@function
17 foo4: label
18 bar4 = foo4
79 // CHECK-NEXT: Name: foo4
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
H A DTest.java20 public void foo4(@DottedClassName String foo) { method in class:Test
/external/chromium_org/ui/base/models/
H A Dtree_node_model_unittest.cc239 // +-- foo4
261 TestNode* foo4 = new TestNode; local
266 foo1->Add(foo4, 1);
/external/clang/test/Parser/
H A Dcxx-template-argument.cpp68 template<class T1, typename T2> struct foo4 : struct in namespace:pr16225add
H A DDelayedTemplateParsing.cpp13 void foo4() { } // expected-note {{previous definition is here}} expected-note {{previous definition is here}} function in class:B
14 void foo4() { } // expected-error {{class member cannot be redeclared}} expected-error {{redefinition of 'foo4'}} function in class:B
/external/chromium_org/v8/test/mjsunit/
H A Dobject-literal-overwrite.js52 var foo4 = {
84 assertEquals(7, foo4.bar());
/external/clang/test/Analysis/
H A Dnullptr.cpp33 void foo4(void) { function
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp1626 void foo4() { function in struct:test_scoped_lockable::TestScopedLockable
1686 void foo4() { function in struct:TryLockTest::TestTryLock

Completed in 8837 milliseconds