/external/clang/test/Driver/ |
at_file.c | 21 foo5
|
/external/clang/test/Parser/ |
DelayedTemplateParsing.cpp | 41 template <class T> void foo5() {} //expected-note {{previous definition is here}} function 42 template <class T> void foo5() {} // expected-error {{redefinition of 'foo5'}} function
|
MicrosoftExtensions.cpp | 22 int foo5([SA_Post(attr=1)] void *param);
|
/external/clang/test/Sema/ |
attr-sentinel.c | 8 void foo5 (int x, ...) __attribute__ ((__sentinel__(1))); // expected-note {{function has been explicitly marked sentinel here}} 17 foo5(1, NULL, 2); // OK 18 foo5(1,2,NULL, 1); // OK 19 foo5(1, NULL, 2, 1); // expected-warning {{missing sentinel in function call}}
|
deref.c | 32 void *foo5 (void) function
|
dllimport-dllexport.c | 10 void __attribute__((dllexport)) foo5(); 11 void __attribute__((dllimport)) foo5(); // expected-warning{{dllimport attribute ignored}}
|
block-return.c | 90 bptr foo5(int j) {
|
/external/clang/test/CodeGen/ |
mangle.c | 39 extern int foo5 __asm__("var2"); 42 foo5 = 1;
|
switch.c | 74 // CHECK: define void @foo5() 77 void foo5(){ function
|
/external/llvm/test/MC/ELF/ |
tls-i386.s | 9 movl foo5@TPOFF(%eax), %eax 49 // CHECK-NEXT: (('st_name', 0x00000015) # 'foo5'
|
weakref.s | 20 .weakref foo5, bar5 22 .long foo5
|
/external/llvm/test/FrontendC/ |
2008-03-05-syncPtr.c | 21 int* foo5(int** a, int* b) { function
|
/external/clang/test/SemaCXX/ |
dcl_ambig_res.cpp | 41 void foo5() function
|
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/ |
Test.java | 24 public void foo5(@SlashedClassName(when=When.MAYBE) String foo) { method in class:Test
|
/external/clang/test/CodeGenCXX/ |
stmtexpr.cpp | 69 int* foo5() {
|
/external/webkit/LayoutTests/storage/domstorage/script-tests/ |
complex-values.js | 50 evalAndLog("storage['foo5'] = undefined"); 51 testKeyValue("foo5", "undefined");
|
/external/v8/test/mjsunit/ |
object-literal-overwrite.js | 56 var foo5 = { 75 assertEquals(7, foo5[13]);
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
pac_library_unittest.js | 74 t.expectTrue(shExpMatch("foo5.jpg", "*o?.jpg"));
|