Home
last modified time | relevance | path

Searched defs:baz (Results 1 – 25 of 188) sorted by relevance

12345678

/external/clang/test/CodeGenCXX/
Ddebug-info-fwd-ref.cpp3 struct baz { struct
5 baz(int a) : h(a) {} in baz() argument
DPR6474.cpp12 template <typename T> void X<T>::baz() {} in baz() function in test0::X
27 template <typename T> void X<T>::baz() {} in baz() function in test1::X
Dpragma-weak.cpp23 #pragma weak baz macro
24 extern "C" void baz() {} in baz() function
/external/clang/test/SemaObjC/
Dclass-protocol-method-match.m7 - (unsigned char) baz; // expected-note {{previous declaration is here}} method
14 - (unsigned char) baz; // expected-note {{previous declaration is here}} method
27 - (void) baz; // expected-warning 2 {{conflicting return type in declaration of 'baz': 'unsigned ch… method
41 - (void) baz {} method
Dproperty-in-class-extension.m24 - (NSObject *)baz; method
33 @property (readwrite, assign) NSObject *baz; property
/external/v8/test/mjsunit/regress/
Dregress-inlining-function-literal-context.js31 function baz() { function
39 var baz = mkbaz(1); variable
Dregress-3183.js44 function baz(f, deopt) { return foo("x", deopt, f); } function in DeoptimizeArgCallFunctionGeneric
67 function baz(deopt) { return foo("x", deopt); } function in DeoptimizeArgGlobalFunctionGeneric
90 function baz(deopt) { return foo(0, deopt); } function in DeoptimizeArgCallFunctionRuntime
Dregress-2226.js30 var baz = function() { 2; /* baz function */ }; function
/external/llvm/test/MC/COFF/
Dseh-section.s94 .globl baz symbol
97 baz: label
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DTabHostTest.java54 TabHost.TabSpec baz = tabHost.newTabSpec("Baz"); in shouldReturnTabSpecsByTag() local
71 TabHost.TabSpec baz = tabHost.newTabSpec("Baz"); in shouldFireTheTabChangeListenerWhenCurrentTabIsSet() local
91 TabHost.TabSpec baz = tabHost.newTabSpec("Baz"); in shouldFireTheTabChangeListenerWhenTheCurrentTabIsSetByTag() local
154 TabHost.TabSpec baz = tabHost.newTabSpec("Baz"); in canGetCurrentTabTag() local
171 TabHost.TabSpec baz = tabHost.newTabSpec("Baz"); in canGetCurrentTab() local
/external/v8/test/mjsunit/strong/
Dload-super.js24 set baz(_) { setter in A
53 get baz() { getter in C
79 get baz(){return 0}, getter
87 get baz(){return 0}, getter
/external/clang/test/PCH/
Dchain-predecl.m12 -(void)baz; method
15 -(void)baz; method
/external/clang/test/Index/
Dpch-with-errors.c12 struct baz { struct
13 zed h;
/external/v8/test/mjsunit/
Ddictionary-properties.js40 SlowPrototype.prototype.baz = 3; method in SlowPrototype
41 delete SlowPrototype.prototype.baz; method in delete
Dglobal-vars-with.js39 var baz; variable
/external/clang/test/Analysis/
Dstack-addr-ps.c45 struct baz { struct
50 int struct_test(struct baz byVal, int flag) { in struct_test() argument
/external/llvm/test/MC/AArch64/
Darm64-small-data-fixups.s8 baz: label
/external/llvm/test/MC/MachO/
Dsection-align-2.s15 baz: label
/external/mesa3d/src/glsl/glcpp/tests/
D004-define-recursive.c3 #define baz foo macro
D007-define-composite-recursive.c3 #define baz c foo macro
/external/clang/test/Modules/
Dbuiltins.m13 int baz() { function
/external/clang/test/CodeGen/
Dtarget-features-error-2.c5 int baz(__m256i a) { in baz() function
/external/clang/test/CodeGenObjC/
Ddebug-info-nested-blocks.m4 void baz(id b); function
/external/valgrind/memcheck/tests/
Dclient-msg.c3 void baz() in baz() function
/external/clang/test/Sema/
Dattr-target.c5 int __attribute__((target("tune=sandybridge"))) baz() { return 4; } //expected-warning {{Ignoring u… in baz() function

12345678