HomeSort by relevance Sort by last modified time
    Searched refs:foobar (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/clang/test/Index/
index-kernel-invocation.cpp 3 // CHECK: [indexDeclaration]: kind: function | name: foobar
4 void foobar(void);
complete-macros.c 3 #define FOO(Arg1,Arg2) foobar
  /external/clang/test/SemaCXX/
libstdcxx_atomic_ns_hack.cpp 16 typedef int foobar; typedef in namespace:std::__atomic0
19 typedef void foobar; typedef in namespace:std::__atomic1
30 std::foobar fb;
33 using T = std::foobar; // expected-error {{different types ('std::foobar' (aka 'int') vs 'void')}}
cxx11-crashes.cpp 58 void foobar() function in namespace:rdar12542261
crashes.cpp 154 const fltSemantics &foobar();
158 const fltSemantics &Sem = foobar();
  /external/clang/test/CodeGen/
2010-02-16-DbgScopes.c 9 extern void foobar();
14 foobar();
  /external/clang/test/Sema/
attr-unknown.c 3 int x __attribute__((foobar)); // expected-warning {{unknown attribute 'foobar' ignored}}
predefined-function.c 28 int foobar(int); // note {{previous declaration is here}}
29 int foobar() // error {{conflicting types for 'foobar'}} function
  /external/android-mock/tests/com/google/android/testing/mocking/
ClassHasFinalMethods.java 32 public final int foobar() { method in class:ClassHasFinalMethods
  /external/e2fsprogs/lib/et/
init_et.c 27 struct foobar { struct
36 struct foobar * new_et;
41 new_et = (struct foobar *) malloc(sizeof(struct foobar));
com_right.c 73 struct foobar { struct
93 struct foobar *f;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
execsect.asm 1 .section .foobar, "ax",@progbits
  /external/clang/test/Parser/
cxx11-base-spec-attributes.cpp 10 struct H : [[unknown::foobar]] A {}; // expected-warning {{unknown attribute 'foobar' ignored}}
  /external/compiler-rt/lib/tsan/lit_tests/
race_with_finished_thread.cc 12 void __attribute__((noinline)) foobar(int *p) { function
17 foobar(&g_data);
39 // CHECK: #0 foobar
  /external/clang/test/CodeGenCXX/
union-dtor.cpp 16 union FooBar {
17 FooBar() {}
18 ~FooBar() {}
32 FooBar foobar; variable
template-instantiation.cpp 70 void foobar(T2 foo) { function in class:test2::C
79 // or foobar(test at the top).
80 a.foobar(0.0);
  /external/llvm/test/MC/COFF/
diff.s 11 _foobar: # @foobar
  /external/llvm/test/MC/ELF/
tls.s 12 foobar: label
16 // CHECK: Name: foobar (31)
  /external/clang/test/Preprocessor/
traditional-cpp.c 95 FOO_NO_STRINGIFY(foobar)
96 /* CHECK: {{^}}test(# foobar){{$}}
105 BAR_NO_STRINGIFY(foobar)
106 /* CHECK: {{^}}test(#foobar){{$}}
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
win64-dataref.asm 5 extern foobar ; :proc
16 foobarptr dd foobar
17 foobarptr2 dq foobar
34 mov ebx, foobar ; WTF ML64.. this had []
35 mov rcx, qword foobar
36 lea rdx, [foobar wrt rip]
37 mov rax, [foobar+rcx]
38 mov rax, qword foobar
39 mov rbx, qword foobar
40 movzx rax, byte [foobar wrt rip
    [all...]
  /external/clang/test/Analysis/
unreachable-code-path.c 128 enum foobar { FOO, BAR }; enum
130 void test11(enum foobar fb) {
  /external/clang/test/FixIt/
fixit.c 42 int test_cond(int y, int fooBar) { // expected-note {{here}}
43 // CHECK: int x = y ? 1 : 4+fooBar;
44 int x = y ? 1 4+foobar; // expected-error {{expected ':'}} expected-error {{undeclared identifier}} expected-note {{to match}}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_defaultdict.py 11 def foobar(): function
122 d1 = defaultdict(foobar, {1: 1})
124 self.assertEqual(d2.default_factory, foobar)
132 d1 = defaultdict(foobar, {1: [1]})
134 self.assertEqual(d2.default_factory, foobar)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_defaultdict.py 11 def foobar(): function
122 d1 = defaultdict(foobar, {1: 1})
124 self.assertEqual(d2.default_factory, foobar)
132 d1 = defaultdict(foobar, {1: [1]})
134 self.assertEqual(d2.default_factory, foobar)
  /external/antlr/antlr-3.4/runtime/Python/tests/
t026actions.py 52 cStream = antlr3.StringStream('foobar _Ab98 \n A12sdf')
63 'action;u\'foobar\' 4 1 0 -1 0 0 5;attribute;action;u\'_Ab98\' 4 1 7 -1 0 7 11;attribute;action;u\'A12sdf\' 4 2 1 -1 0 15 20;attribute;')

Completed in 1614 milliseconds

1 2 3 4