/external/clang/test/CodeGenCXX/ |
D | debug-info-fwd-ref.cpp | 3 struct baz { struct 5 baz(int a) : h(a) {} in baz() argument
|
D | PR6474.cpp | 12 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
|
D | pragma-weak.cpp | 23 #pragma weak baz macro 24 extern "C" void baz() {} in baz() function
|
/external/clang/test/SemaObjC/ |
D | class-protocol-method-match.m | 7 - (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
|
D | property-in-class-extension.m | 24 - (NSObject *)baz; method 33 @property (readwrite, assign) NSObject *baz; property
|
/external/v8/test/mjsunit/regress/ |
D | regress-inlining-function-literal-context.js | 31 function baz() { function 39 var baz = mkbaz(1); variable
|
D | regress-3183.js | 44 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
|
D | regress-2226.js | 30 var baz = function() { 2; /* baz function */ }; function
|
/external/llvm/test/MC/COFF/ |
D | seh-section.s | 94 .globl baz symbol 97 baz: label
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | TabHostTest.java | 54 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/ |
D | load-super.js | 24 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/ |
D | chain-predecl.m | 12 -(void)baz; method 15 -(void)baz; method
|
/external/clang/test/Index/ |
D | pch-with-errors.c | 12 struct baz { struct 13 zed h;
|
/external/v8/test/mjsunit/ |
D | dictionary-properties.js | 40 SlowPrototype.prototype.baz = 3; method in SlowPrototype 41 delete SlowPrototype.prototype.baz; method in delete
|
D | global-vars-with.js | 39 var baz; variable
|
/external/clang/test/Analysis/ |
D | stack-addr-ps.c | 45 struct baz { struct 50 int struct_test(struct baz byVal, int flag) { in struct_test() argument
|
/external/llvm/test/MC/AArch64/ |
D | arm64-small-data-fixups.s | 8 baz: label
|
/external/llvm/test/MC/MachO/ |
D | section-align-2.s | 15 baz: label
|
/external/mesa3d/src/glsl/glcpp/tests/ |
D | 004-define-recursive.c | 3 #define baz foo macro
|
D | 007-define-composite-recursive.c | 3 #define baz c foo macro
|
/external/clang/test/Modules/ |
D | builtins.m | 13 int baz() { function
|
/external/clang/test/CodeGen/ |
D | target-features-error-2.c | 5 int baz(__m256i a) { in baz() function
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-nested-blocks.m | 4 void baz(id b); function
|
/external/valgrind/memcheck/tests/ |
D | client-msg.c | 3 void baz() in baz() function
|
/external/clang/test/Sema/ |
D | attr-target.c | 5 int __attribute__((target("tune=sandybridge"))) baz() { return 4; } //expected-warning {{Ignoring u… in baz() function
|