HomeSort by relevance Sort by last modified time
    Searched defs:foo4 (Results 1 - 19 of 19) sorted by null

  /ndk/tests/build/cpp-extensions/jni/
foo4.cpp 5 int foo4(int x) { function in namespace:cpp
  /external/clang/test/CodeGen/
2008-03-05-syncPtr.c 22 int* foo4(int** a, int b) { function
25 // CHECK-LABEL: define i32* @foo4
whilestmt.c 53 int foo4() { function
mips64-class-return.cpp 43 void foo4(D0 a0) { function
switch.c 49 static int foo4(int i) { function
71 return foo4(111) + foo4(99) + foo4(222) + foo4(601);
arm-aapcs-zerolength-bitfield.c 140 short foo4 : 16; member in struct:t14
222 int foo4 : 32; member in struct:t21
arm-apcs-zerolength-bitfield.c 144 short foo4 : 16; member in struct:t14
226 int foo4 : 32; member in struct:t21
  /external/clang/test/Sema/
crash-invalid-array.c 22 void foo4(int a[2][*][*]) {(void)a[0][1][1]; } // expected-error {{variable length array must be bound in function definition}} function
deref.c 26 const void *foo4 (void) function
arm-interrupt-attr.c 9 __attribute__((interrupt("FIQ"))) void foo4() {} function
self-comparison.c 16 void foo4(void* v, void* w) { function
  /external/llvm/test/MC/ELF/
alias.s 14 // 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/
Test.java 20 public void foo4(@DottedClassName String foo) { method in class:Test
  /external/chromium_org/ui/base/models/
tree_node_model_unittest.cc 239 // +-- foo4
261 TestNode* foo4 = new TestNode; local
266 foo1->Add(foo4, 1);
  /external/clang/test/Parser/
cxx-template-argument.cpp 68 template<class T1, typename T2> struct foo4 : struct in namespace:pr16225add
DelayedTemplateParsing.cpp 13 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/
object-literal-overwrite.js 52 var foo4 = {
84 assertEquals(7, foo4.bar());
  /external/clang/test/Analysis/
nullptr.cpp 33 void foo4(void) { function
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 1626 void foo4() { function in struct:test_scoped_lockable::TestScopedLockable
1686 void foo4() { function in struct:TryLockTest::TestTryLock
    [all...]

Completed in 895 milliseconds