Searched defs:baz (Results 51 - 75 of 126) sorted by relevance

123456

/external/clang/test/Index/
H A Dpch-with-errors.c12 struct baz { struct
/external/clang/test/Parser/
H A Dcxx1z-attributes.cpp12 baz [[]][[]], enumerator in enum:A::test
/external/clang/test/SemaCXX/
H A DPR6618.cpp6 class baz { class
11 e = sizeof(baz)
H A Dfuncdname.cpp11 int baz() { function
12 static_assert(sizeof(__FUNCDNAME__) == 16, "??$baz@H@@YAHXZ");
29 baz<int>();
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dcoverage-fork-direct.cc20 void baz() { printf("baz\n"); } function
26 baz();
H A Dcoverage-fork.cc20 void baz() { printf("baz\n"); } function
26 baz();
/external/llvm/test/DebugInfo/Inputs/
H A Darange-overlap.cc6 static void baz() {} function in struct:S
12 S::foo(); S::bar(); S::baz();
/external/llvm/test/tools/dsymutil/Inputs/
H A Dbasic2.c3 static int baz = 42; variable
11 bar(baz);
20 return bar(arg+val) + inc() + baz++;
/external/v8/test/webkit/
H A Ddfg-arguments-osr-exit-multiple-blocks-before-exit.js28 function baz() { function
43 result += baz()[0];
H A Ddfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js28 function baz() { function
37 baz();
H A Ddfg-cse-cfa-discrepancy.js34 function baz() {
41 return m + 6 + n + baz();
/external/v8/test/mjsunit/
H A Ddictionary-properties.js19 o.baz = 4;
24 return o.baz;
40 SlowPrototype.prototype.baz = 3;
41 delete SlowPrototype.prototype.baz;
/external/clang/test/CodeGen/
H A Dms-inline-asm-functions.c39 int baz() { function
H A Dnvptx-abi.c40 void baz(nested_t x) { function
41 // CHECK-LABEL: @baz
/external/clang/test/CodeGenCXX/
H A D2004-09-27-DidntEmitTemplate.cpp22 void baz() { foo(callDefaultCtor<Pass>); } function
H A Ddebug-info-fwd-ref.cpp3 struct baz { struct
5 baz(int a) : h(a) {} function in struct:baz
9 baz b;
10 baz& b_ref;
19 // Make sure we have two DW_TAG_structure_types for baz and bar and no forward
24 // CHECK: !MDCompositeType(tag: DW_TAG_structure_type, name: "baz"
H A Ddebug-info-limited.cpp26 int baz(B *b) { function
H A Ddebug-info-namespace.cpp13 typedef bar baz; typedef in namespace:A::B
37 using B::baz;
92 // CHECK: [[BAZ]] = !MDDerivedType(tag: DW_TAG_typedef, name: "baz", scope: [[NS]], file: [[FOOCPP]],
H A Dlinetable-cleanup.cpp13 // CHECK: define {{.*}}baz
45 void baz() function
H A Dmicrosoft-abi-default-cc.cpp28 void baz();
35 void METHOD_CC A::baz() {} function in class:A
37 // MSABI: define x86_thiscallcc void @"\01?baz@A@@QAEXXZ"
H A Dpragma-weak.cpp23 #pragma weak baz macro
24 extern "C" void baz() {} function
25 // CHECK-LABEL: define weak void @baz(
H A Dmangle-abi-examples.cpp19 void baz() { } function in struct:C::E
21 E().baz();
H A Dmangle-ms-abi-examples.cpp6 // MSVC2013: define {{.*}} @"\01?baz@E@?3??bar@C@?1??foo@@YAXXZ@QAEXXZ@QAEXXZ"(
7 // MSVC2015: define {{.*}} @"\01?baz@E@?1??bar@C@?1??foo@@YAXXZ@QAEXXZ@QAEXXZ"(
21 void baz() { } function in struct:C::E
23 E().baz();
/external/v8/test/webkit/fast/js/kde/
H A Dscope.js49 P = { foo : 1, bar : 2, baz : 3 }
/external/clang/test/CodeGenCXX/Inputs/
H A Ddebug-info-class-limited.cpp29 int baz(foo *a) { function in namespace:test1

Completed in 416 milliseconds

123456