HomeSort by relevance Sort by last modified time
    Searched defs:bbb (Results 1 - 9 of 9) sorted by null

  /external/valgrind/memcheck/tests/amd64-linux/
defcfaexpr.S 6 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/
debug-CallGraph.c 20 void bbb(int y) { function
35 // CHECK-NEXT: {{Function: < root > calls: mmm foo aaa < > bbb ccc ddd eee fff $}}
40 // CHECK-NEXT: {{Function: bbb calls: < > $}}
  /external/compiler-rt/test/tsan/
virtual_inheritance_compile_bug.cc 7 struct BBB: virtual AAA { unsigned long bbb; }; // NOLINT member in struct:BBB
9 struct DDD: CCC, BBB { DDD(); }; // NOLINT
  /external/valgrind/memcheck/tests/
errs1.c 9 void bbb ( void ) { ccc(); } function
10 void aaa ( void ) { bbb(); }
suppfree.c 15 void bbb (char* x) function
22 bbb(x);
  /external/clang/test/SemaCXX/
function-extern-c.cpp 77 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/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
SystemScopeTest.java 77 ss.addIdentity(new IdentityScopeStub("bbb"));
91 assertNull(ss.getIdentity("bbb"));
120 java.security.Identity bbb = new IdentityScopeStub("aaa"); local
122 ss.addIdentity(bbb);
156 java.security.Identity bbb = new IdentityScopeStub("bbb"); local
158 ss.addIdentity(bbb);
165 if (!hasBbb) hasBbb = (i == bbb);
  /external/clang/test/Sema/
init.c 113 int bbb[10]; variable
120 { (intptr_t)bbb }
  /external/llvm/test/Bindings/OCaml/
core.ml 797 let bbb = append_block context "b" fn in var
798 let bba = insert_block context "a" bbb in
799 insist ([| bba; bbb |] = basic_blocks fn);
801 ignore (build_unreachable (builder_at_end context bbb));
    [all...]

Completed in 738 milliseconds