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

1 2 3 4 5 67 8 91011>>

  /external/mesa3d/src/glsl/glcpp/tests/
026-define-func-extra-newlines.c 1 #define foo(a) bar
  /ndk/tests/build/import-static/bar/
bar.h 4 extern int bar(int x);
  /ndk/tests/build/import-static/foo/
foo.c 2 #include "bar.h"
6 return bar(x)*2;
  /ndk/tests/build/multi-module-path/jni/
test.c 2 #include "bar.h"
6 printf("The answer is %d\n", bar());
  /ndk/tests/build/topological-sort/jni/
bar.c 1 #include "bar.h"
5 int bar(int x) { function
bar.h 4 extern int bar(int x);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shlex.py 16 foo bar|foo|bar|
17 foo bar|foo|bar|
18 foo bar |foo|bar|
19 foo bar bla fasel|foo|bar|bla|fasel|
21 \x bar|\|x|bar|
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shlex.py 16 foo bar|foo|bar|
17 foo bar|foo|bar|
18 foo bar |foo|bar|
19 foo bar bla fasel|foo|bar|bla|fasel|
21 \x bar|\|x|bar|
    [all...]
  /external/clang/test/CodeGen/
2003-08-21-StmtExpr.c 8 void bar(structty new_mask);
10 bar(({ structty mask; mask; }));
branch-on-bool.c 4 void bar();
13 bar();
vla-2.c 3 extern void bar(int[]);
8 bar(var);
arm64_vecCmpBr.c 6 unsigned bar();
15 // CHECK-NEXT: b {{_bar|bar}}
17 return bar();
28 // CHECK-NEXT: b {{_bar|bar}}
30 return bar();
43 return bar();
56 return bar();
67 // CHECK-NEXT: b {{_bar|bar}}
69 return bar();
80 // CHECK-NEXT: b {{_bar|bar}}
    [all...]
dostmt.c 3 int bar();
8 i = bar();
9 i = bar();
19 i = bar();
22 i = bar();
32 i = bar();
35 i = bar();
45 i = bar();
57 i = bar();
  /external/clang/test/CodeGenCXX/
debug-info-template-recursive.cpp 9 class bar : public foo<void> { }; class in inherits:foo
10 bar filters;
forward-enum.cpp 4 void bar(MyEnum value) { } function
10 bar(value);
debug-info-class-limited.cpp 9 typedef foo bar; typedef in namespace:PR16214_1
11 bar *a;
12 bar b;
20 foo *bar(foo *a) { function in namespace:PR14467
31 extern int bar(foo *a);
33 return bar(a);
39 // required because of the 'bar' type which is not required at all (or might
45 struct bar { struct in namespace:test2
  /external/clang/test/SemaCXX/
PR6618.cpp 2 class bar; // expected-note {{forward declaration of 'bar'}}
4 bar g; // expected-error {{field has incomplete type}}
anonymous-union-cxx11.cpp 5 struct bar { struct in namespace:PR12866
12 (void)sizeof(bar::member);
  /external/llvm/test/MC/ELF/
invalid-symver.s 6 .symver undefined, foo@@bar
  /external/valgrind/main/VEX/switchback/
test_simple.c 3 static void bar ( void*(*service)(int,int) ) function
10 bar(service);
  /ndk/tests/device/test-gnustl_shared-exception/jni/
test2_main.cpp 20 extern int bar();
29 return bar();
  /ndk/tests/device/test-gnustl_static-exception/jni/
test2_main.cpp 20 extern int bar();
29 return bar();
  /ndk/tests/device/test-stlport_shared-exception/jni/
synth2.cpp 14 struct bar : public foo {}; struct in inherits:foo
20 bar a;
  /ndk/tests/device/test-stlport_static-exception/jni/
synth2.cpp 14 struct bar : public foo {}; struct in inherits:foo
20 bar a;
  /external/clang/test/Sema/
attr-decl-after-definition.c 10 int bar; variable
11 extern int bar;
12 int bar; variable
13 int bar __attribute__((weak)); variable
14 int bar __attribute__((used)); variable
15 extern int bar __attribute__((weak));
16 int bar = 0; // expected-note {{previous definition is here}} variable
17 int bar __attribute__((weak)); // no warning as it matches the existing variable
19 int bar __attribute__((used, variable
21 int bar; variable
    [all...]

Completed in 1220 milliseconds

1 2 3 4 5 67 8 91011>>