| /external/clang/test/CodeGen/ |
| weak-incomplete.c | 5 void (*foo2)(struct S) = foo1; variable
|
| asm-variable.c | 29 unsigned long long foo2(unsigned long long addr, double a0, function
|
| indirect-goto.c | 16 static int foo2(unsigned i) { function 30 return foo(3)+foo2(4);
|
| sret2.c | 9 struct abc foo2(){} function
|
| 2008-03-05-syncPtr.c | 9 int foo2(int** a, int* b, int* c) { function 12 // CHECK: define i32 @foo2
|
| whilestmt.c | 28 int foo2() { function
|
| 2005-01-02-ConstantInits.c | 18 int foo2(int i) { function
|
| ms-anonymous-struct.c | 60 void foo2(struct test* var) function
|
| /external/clang/test/PCH/Inputs/ |
| chain-selectors2.h | 7 void foo2() { function
|
| /ndk/tests/device/whole-static-libs/jni/ |
| foo2.c | 5 int foo2(int x) function
|
| /external/clang/test/Parser/ |
| bad-control.c | 7 void foo2() { function
|
| /external/clang/test/Preprocessor/ |
| c90.c | 7 #define foo2!bar /* expected-warning {{whitespace recommended after macro name}} */ macro
|
| /external/llvm/test/MC/ELF/ |
| alias-reloc.s | 14 .weak foo2 15 foo2: label 17 .set bar2,foo2
|
| alias.s | 6 .globl foo2 7 foo2 = bar2 define 18 .long foo2
|
| /external/clang/test/SemaCXX/ |
| compound-literal.cpp | 11 void foo2() { function in namespace:PR7905
|
| /external/clang/test/CodeGenCXX/ |
| 2004-09-27-DidntEmitTemplate.cpp | 19 bool foo2(basic_string &X) { function
|
| 2010-06-22-BitfieldInit.cpp | 11 TEST2 foo2; member in struct:_TEST3
|
| /external/clang/test/SemaTemplate/ |
| lookup-dependent-bases.cpp | 5 static void foo2() { } function in class:C 17 D::foo2();
|
| /external/chromium/testing/gmock/test/ |
| gmock_leak_test_.cc | 86 MockFoo* foo2 = new MockFoo; local 89 EXPECT_CALL(*foo2, DoThis()); 90 foo2->DoThis(); 93 // foo2.
|
| gmock_output_test_.cc | 255 MockFoo* foo2 = new MockFoo; local 260 // Invokes EXPECT_CALL on foo2. 261 EXPECT_CALL(*foo2, Bar2(_, _)); 262 EXPECT_CALL(*foo2, Bar2(1, _)); 263 EXPECT_CALL(*foo2, Bar3(_, _)).Times(AnyNumber()); 264 foo2->Bar2(2, 1); 265 foo2->Bar2(1, 1); 267 // Both foo1 and foo2 are deliberately leaked.
|
| /external/clang/test/Analysis/ |
| iterators.cpp | 67 void foo2() function
|
| nullptr.cpp | 10 void foo2(void) { function
|
| /external/clang/test/Sema/ |
| deref.c | 11 void foo2 (void) function
|
| dllimport-dllexport.c | 5 inline void __attribute__((dllimport)) foo2(){} // expected-warning{{dllimport attribute ignored}} function
|
| /external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/ |
| TestDefaults.java | 12 public void foo2(@DottedClassName String c) { method in class:TestDefaults
|