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

<<11121314151617181920>>

  /bionic/tools/versioner/tests/preprocessor_no_guard/expected/
foo.h 1 int foo() __VERSIONER_NO_GUARD __INTRODUCED_IN(14);
  /bionic/tools/versioner/tests/preprocessor_no_guard/headers/
foo.h 1 int foo() __VERSIONER_NO_GUARD __INTRODUCED_IN(14);
  /build/kati/testcase/
recipe_var.mk 0 foo=FAIL
1 foo=FAIL macro
target_specific_var_ref.mk 1 test: foo bar
4 foo: X:=PASS
5 foo: A:=$(X)
6 foo:
  /external/clang/test/Analysis/
analyzer-stats.c 3 int foo();
9 if (foo())
  /external/clang/test/Analysis/diagnostics/
no-prune-paths.c 8 extern void foo();
9 foo();
  /external/clang/test/CodeGen/
2002-02-13-ConditionalInCall.c 6 void foo(int, double, float);
9 foo(x, x ? 1.0 : 12.5, 1.0f);
2003-01-30-UnionInit.c 3 union foo { union
8 union foo V = { {1, 2} };
2003-08-29-StructLayoutBug.c 3 struct foo { struct
9 void test(struct foo *X) {}
2003-08-30-LargeIntegerBitfieldMember.c 3 struct foo { struct
9 struct foo F;
2010-02-15-DbgStaticVar.c 4 static int foo(int a) function
11 int j = foo(1);
always-inline.c 4 // CHECK-NOT: foo
9 inline void __attribute__((__always_inline__)) foo() { function
14 foo();
debug-info-same-line.c 4 typedef struct { long x; } foo; typedef struct { foo *x; } bar; typedef in typeref:struct:__anon14924
forceinline.c 6 // CHECK-NOT: foo
7 __forceinline void foo() { function
13 foo();
mips-unsigned-extend.c 5 void foo(unsigned a) { function
10 foo(f);
13 // N64: call void @foo(i32 signext %{{[0-9]+}})
14 // N32: call void @foo(i32 signext %{{[0-9]+}})
15 // O32: call void @foo(i32 signext %{{[0-9]+}})
split-stacks.c 4 int foo() { function
14 return foo();
17 // CHECK-SEGSTK: define i32 @foo() [[SS:#[0-9]+]] {
24 // CHECK-NOSEGSTK: define i32 @foo() #0 {
target-features-error.c 2 int __attribute__((target("avx"), always_inline)) foo(int a) { function
6 return foo(4); // expected-error {{always_inline function 'foo' requires target feature 'sse4.2', but would be inlined into function 'bar' that is compiled without support for 'sse4.2'}}
target-features-no-error.c 4 int __attribute__((target("sse"), always_inline)) foo(int a) { function
8 return foo(4); // expected-no-diagnostics
  /external/clang/test/CodeGenCXX/
globalinit-loc.cpp 18 int foo() { return 0; } function in class:A
24 return a.foo();
member-alignment.cpp 12 virtual void foo(void);
24 t::foo(void) { function in class:t
mingw-new-abi.cpp 5 struct foo { struct in namespace:test1
10 void g(foo *x) {
  /external/clang/test/Index/
asm-attribute.c 1 int foo(int x) __asm__("_foo_");
4 // CHECK: asm-attribute.c:1:5: FunctionDecl=foo:1:5 Extent=[1:1 - 1:32]
  /external/clang/test/Lexer/
has_feature_exceptions.cpp 11 int foo();
16 // CHECK-EXCEPTIONS: foo
has_feature_rtti.cpp 6 int foo();
11 // CHECK-RTTI: foo
  /external/clang/test/Misc/
serialized-diags-no-category.c 1 #error foo
10 // CHECK: {{.*[/\\]}}serialized-diags-no-category.c:1:2: error: foo []

Completed in 622 milliseconds

<<11121314151617181920>>