Searched defs:foobar (Results 1 - 25 of 27) sorted by relevance

12

/external/llvm/test/MC/ELF/
H A Dstrtab-suffix-opt.s4 .globl foobar
6 .type foobar,@function
7 foobar: label
17 .size foobar, .Ltmp3-foobar
19 // CHECK: Name: foobar (1)
H A Dtls.s12 foobar: label
16 // CHECK: Name: foobar
/external/clang/test/Parser/
H A Dcxx-ambig-init-templ.cpp6 int foobar; variable
44 // int = a < b, c < foobar > ()
/external/clang/test/SemaCXX/
H A Dlibstdcxx_atomic_ns_hack.cpp16 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')}}
H A Dcxx11-crashes.cpp58 void foobar() function in namespace:rdar12542261
H A Dnested-name-spec.cpp298 int foobar = a + longer_b; // expected-error {{use of undeclared identifier 'a'; did you mean 'NS::a'?}} \ member in namespace:PR13033
H A Dtypo-correction-pt2.cpp12 namespace foobar { struct Thing {}; } namespace in namespace:PR12951
/external/clang/test/Sema/
H A Dpredefined-function.c28 int foobar(int); // note {{previous declaration is here}}
29 int foobar() // error {{conflicting types for 'foobar'}} function
/external/compiler-rt/lib/tsan/go/
H A Dtest.c34 void foobar() {} function
51 __tsan_func_enter(thr1, (char*)&foobar + 1);
52 __tsan_func_enter(thr1, (char*)&foobar + 1);
58 __tsan_func_enter(thr2, (char*)&foobar + 1);
/external/compiler-rt/test/tsan/
H A Drace_with_finished_thread.cc12 void __attribute__((noinline)) foobar(int *p) { function
17 foobar(&g_data);
39 // CHECK: #0 foobar
/external/e2fsprogs/lib/et/
H A Dinit_et.c27 struct foobar { struct
36 struct foobar * new_et;
41 new_et = (struct foobar *) malloc(sizeof(struct foobar));
H A Dcom_right.c73 struct foobar { struct
93 struct foobar *f;
/external/clang/test/CodeGenCXX/
H A Dunion-dtor.cpp32 FooBar foobar; variable
H A Dctor-dtor-alias.cpp16 template <typename T> struct foobar { struct in namespace:test1
17 foobar() {} function in struct:test1::foobar
20 template struct foobar<void>;
30 template <typename T> struct foobar { struct in namespace:test2
31 foobar() { g(); } function in struct:test2::foobar
33 foobar<void> x;
H A Dmangle-ms-back-references-pr13207.cpp142 void foobar(NA::Y<Y<X> > a, Y<Y<X> >) {} function in namespace:PR13207::NB
143 // CHECK: "\01?foobar@NB@PR13207@@YAXV?$Y@V?$Y@VX@NB@PR13207@@@NB@PR13207@@@NA@2@V312@@Z"
162 void foobar(NC::Y<NB::Y<NA::Y<NA::X> > > x) {} function in namespace:PR13207::NC
163 // CHECK: "\01?foobar@NC@PR13207@@YAXV?$Y@V?$Y@V?$Y@VX@NA@PR13207@@@NA@PR13207@@@NB@PR13207@@@12@@Z"
H A Dtemplate-instantiation.cpp84 void foobar(T2 foo) { function in class:test2::C
93 // or foobar(test at the top).
94 a.foobar(0.0);
H A Dtemporaries.cpp342 void foobar() { function in namespace:PR6648
/external/lldb/test/python_api/sbdata/
H A Dmain.cpp26 foo* foobar = new foo[2]; local
28 foobar[0].a = 1;
29 foobar[0].b = 9;
31 foobar[1].a = 8;
32 foobar[1].b = 5;
34 foobar[1].b = 7; // set breakpoint here
36 foobar[1].c = 6.28;
40 delete[] foobar;
/external/clang/test/Analysis/
H A Dunreachable-code-path.c128 enum foobar { FOO, BAR }; enum
130 void test11(enum foobar fb) {
/external/lldb/test/functionalities/command_script/import/
H A DTestImport.py41 self.runCmd("command script import ./foo/bar/foobar.py --allow-reload") namespace
59 self.runCmd("command script add -f foobar.foo_function foobarcmd")
70 substrs = ['foobar says', 'hello'])
/external/clang/test/SemaTemplate/
H A Dexplicit-instantiation.cpp117 template void foobar(int i) {} // expected-error{{function cannot be defined in an explicit instantiation}} function in namespace:PR10086
119 foobar(5);
H A Dtypename-specifier.cpp173 pair<bar, int> foobar; // expected-error {{template argument for template type parameter must be a type}} member in class:missing_typename::ExampleClass1
/external/clang/test/Index/
H A Dprint-type-size.cpp73 //CHECK64: FieldDecl=foobar:[[@LINE+1]]:15 (Definition) [type=int] [typekind=Int] [sizeof=4] [alignof=4] [offsetof=64]
74 int foobar; member in struct:basic::Test2::__anon18142::__anon18145::__anon18146
/external/lldb/test/unittest2/test/
H A Dtest_loader.py934 # Test.foobar is defined to make sure getTestCaseNames() respects
940 def foobar(self): pass member in class:Test_TestLoader.test_getTestCaseNames.Test
951 def foobar(self): pass member in class:Test_TestLoader.test_getTestCaseNames__no_tests.Test
979 # TestP.foobar is defined to make sure getTestCaseNames() respects
985 def foobar(self): pass member in class:Test_TestLoader.test_getTestCaseNames__inheritance.TestP
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp71 bool HasRelocationAddend, bool foobar)
70 X86ELFObjectWriter(bool is64Bit, uint8_t OSABI, uint16_t EMachine, bool HasRelocationAddend, bool foobar) argument

Completed in 1400 milliseconds

12