Searched defs:bbb (Results 1 - 11 of 11) sorted by relevance

/external/valgrind/main/memcheck/tests/amd64-linux/
H A Ddefcfaexpr.S6 void bbb ( long x )
17 bbb(x);
37 ==12868== at 0x400512: bbb (in /home/sewardj/VgTRUNK/trunk/mad0)
52 .globl bbb
53 .type bbb, @function
54 bbb: label
67 .size bbb, .-bbb
75 call bbb
114 /* start of the FDE for bbb */
[all...]
/external/clang/test/Analysis/
H A Ddebug-CallGraph.c20 void bbb(int y) { function
28 // CHECK: Function: < root > calls: mmm foo aaa < > bbb
29 // CHECK: Function: bbb calls: < >
/external/compiler-rt/test/tsan/
H A Dvirtual_inheritance_compile_bug.cc7 struct BBB: virtual AAA { unsigned long bbb; }; // NOLINT member in struct:BBB
/external/valgrind/main/memcheck/tests/
H A Derrs1.c9 void bbb ( void ) { ccc(); } function
10 void aaa ( void ) { bbb(); }
H A Dsuppfree.c15 void bbb (char* x) function
22 bbb(x);
/external/clang/test/SemaCXX/
H A Dfunction-extern-c.cpp77 A bbb(); // expected-warning {{'bbb' has C-linkage specified, but returns user-defined type 'rdar13364028::A' which is incompatible with C}}
90 A bbb() function in namespace:rdar13364028
95 A bbb();
/external/clang/test/Sema/
H A Dinit.c113 int bbb[10]; variable
120 { (intptr_t)bbb }
H A Dwarn-documentation.cpp49 /** Aaa bbb<img ddd eee
55 /** Aaa bbb<img ddd eee 42%
234 int test_param13(int aaa, int bbb);
236 // expected-warning@+2 {{parameter 'aab' not found in the function declaration}} expected-note@+2 {{did you mean 'bbb'?}}
239 int test_param14(int aaa, int bbb);
243 int test_param15(int bbb, int ccc);
248 /// \param bbb Bbb.
249 int test_param16(int aaa, int bbb);
254 /// \param bbb Bbb.
255 int test_param17(int aaa, int bbb);
909 test_attach36(int aaa, int bbb) argument
927 test_attach38(int aaa, int bbb) argument
933 test_attach39(int aaa, int bbb) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp74 bool optimizeCallInst(BasicBlock::iterator *bbb);
298 AMDGPUPeepholeOpt::optimizeCallInst(BasicBlock::iterator *bbb) argument
300 Instruction *inst = (*bbb);
307 ++(*bbb);
315 ++(*bbb);
321 ++(*bbb);
342 ++(*bbb);
359 ++(*bbb);
925 AMDGPUPeepholeOpt::instLevelOptimizations(BasicBlock::iterator *bbb) argument
927 Instruction *inst = (*bbb);
[all...]
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml752 let bbb = append_block context "b" fn in var
753 let bba = insert_block context "a" bbb in
754 insist ([| bba; bbb |] = basic_blocks fn);
756 ignore (build_unreachable (builder_at_end context bbb));
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp74 bool optimizeCallInst(BasicBlock::iterator *bbb);
298 AMDGPUPeepholeOpt::optimizeCallInst(BasicBlock::iterator *bbb) argument
300 Instruction *inst = (*bbb);
307 ++(*bbb);
315 ++(*bbb);
321 ++(*bbb);
342 ++(*bbb);
359 ++(*bbb);
925 AMDGPUPeepholeOpt::instLevelOptimizations(BasicBlock::iterator *bbb) argument
927 Instruction *inst = (*bbb);
[all...]

Completed in 6720 milliseconds