HomeSort by relevance Sort by last modified time
    Searched refs:foo (Results 151 - 175 of 7031) sorted by null

1 2 3 4 5 67 8 91011>>

  /bionic/tools/versioner/tests/smoke/headers/
foo.h 1 int foo() __INTRODUCED_IN(9)
  /build/kati/testcase/
merge_target_specific_vars.mk 1 test: foo
3 foo: A:=FAIL
4 foo: A:=PASS
5 foo:
  /external/clang/test/ASTMerge/Inputs/
anonymous-fields1.cpp 3 struct { int foo; } f; member in struct:A::__anon14493
4 struct { int foo; } g; member in struct:A::__anon14494
  /external/clang/test/CodeGen/
2003-03-03-DeferredType.c 6 struct foo A;
8 struct foo { struct
2004-06-08-OpaqueStructArg.c 4 void foo(struct fu);
6 foo;
2005-09-24-AsmUserPrefix.c 4 void foo() __asm__("foo2");
7 foo();
attribute_constructor.c 3 void foo() __attribute__((constructor));
4 void foo() { function
block-copy.c 7 void foo();
19 foo(lookupTable);
func-aligned.c 4 void foo() __attribute__((aligned (64)));
5 void foo() { function
6 // CHECK: define void @foo() {{.*}} align 64
  /external/clang/test/CodeGenCXX/
2006-11-20-GlobalSymbols.cpp 7 int foo __asm__("f\001oo");
10 return foo;
apple-kext-guard-variable.cpp 5 int foo();
8 static int x = foo(); // expected-error {{this initialization requires a guard variable, which the kernel does not support}}
deferred-global-init.cpp 4 extern void* foo;
5 static void* const a = foo;
11 // CHECK: load i8*, i8** @foo
sizeof-unwind-exception.cpp 7 void foo();
10 foo();
  /external/clang/test/CoverageMapping/
decl.c 7 // FOO: foo:
8 // FOO-NOT: foo:
9 inline int foo() { return 0; } function
10 extern inline int foo();
  /external/clang/test/Index/
availability.cpp 1 void foo() = delete;
3 struct Foo {
4 int foo() = delete;
5 Foo() = delete;
10 // CHECK: FunctionDecl=foo:1:6 (unavailable) [type=void ()] [typekind=FunctionProto] [resulttype=void] [resulttypekind=Void] [isPOD=0]
11 // CHECK: StructDecl=Foo:3:8 (Definition) [type=Foo] [typekind=Record] [isPOD=1]
12 // CHECK: CXXMethod=foo:4:7 (unavailable) [type=int (){{.*}}] [typekind=FunctionProto] [resulttype=int] [resulttypekind=Int] [isPOD=0]
13 // CHECK: CXXConstructor=Foo:5:3 (unavailable) (default constructor) [type=void (){{.*}}] [typekind=FunctionProto] [resulttype=void] [resulttypekind=Void] [isPOD=0]
  /external/clang/test/Misc/
diag-mapping2.c 2 // RUN: %clang_cc1 %s 2>&1 | grep "warning: foo"
9 // RUN: not %clang_cc1 %s -Werror 2>&1 | grep "error: foo"
12 // RUN: not %clang_cc1 %s -Werror=#warnings 2>&1 | grep "error: foo"
15 // RUN: %clang_cc1 %s -Werror -Wno-error=#warnings 2>&1 | grep "warning: foo"
18 // RUN: %clang_cc1 %s -Werror -Wno-error 2>&1 | grep "warning: foo"
20 #warning foo
  /external/clang/test/Modules/Inputs/merge-decl-order/
a.h 1 namespace N { struct SA { friend struct foo; }; }
2 namespace N { struct foo; }
  /external/clang/test/PCH/
cxx-functions.h 1 void foo() throw( int, short, char, float, double );
  /external/clang/test/Preprocessor/
first-line-indent.c 0 foo
5 // CHECK: {{^ }}foo
macro_paste_identifier_error.c 6 #define foo a ## b ## = 0 macro
7 int foo; variable
mi_opt.h 1 #if !defined foo MACRO
2 #define foo macro
  /external/clang/test/Profile/
cxx-indirect-call.cpp 5 void (*foo) (void); variable
8 // CHECK: [[REG1:%[0-9]+]] = load void ()*, void ()** @foo
13 foo();
  /external/clang/test/Sema/
2009-04-22-UnknownSize.c 3 static struct foo s; // expected-error { tentative definition has type 'struct foo' that is never completed }
4 struct foo *p = &s;
  /external/compiler-rt/test/asan/TestCases/Windows/
dll_large_function.cc 9 void f(long* foo, long* bar) {
11 *foo = *bar;
  /external/llvm/test/MC/ELF/
local-reloc.s 6 movl foo, %r14d
7 foo: label

Completed in 620 milliseconds

1 2 3 4 5 67 8 91011>>