HomeSort by relevance Sort by last modified time
    Searched refs:baz (Results 76 - 100 of 315) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
arm-cc.cpp 14 void baz() { function
debug-info-limited.cpp 22 int baz(B *b) { function
debug-info-class.cpp 7 union baz;
8 void func(baz *f) {
95 // CHECK: DW_TAG_union_type ] [baz]
debug-info-class-limited.cpp 32 int baz(foo *a) { function in namespace:test1
  /external/clang/test/Headers/
typedef_guards.c 25 void *baz() { return NULL; } function
  /external/clang/test/Sema/
attr-coldhot.c 10 int baz() __attribute__((__cold__)) __attribute__((__hot__)); // expected-error{{'__cold__' and 'hot' attributes are not compatible}}
nonnull.c 25 void baz(__attribute__((nonnull)) const char *str);
30 baz(0); // expected-warning {{null passed to a callee which requires a non-null argument}}
type-spec-struct-union.c 51 struct bar_baz *baz; member in struct:z_foo_s
64 z->baz->mode = z->baz->nowrap ? HOP : SQUAT;
  /external/llvm/test/MC/ELF/
comdat.s 91 .section .baz,"axG",@progbits,g3,comdat
  /external/clang/test/SemaCXX/
attr-noreturn.cpp 76 void baz() __attribute__((__noreturn__));
78 voidfn baz; member in namespace:PR12948
93 void baz(int) {} function in namespace:PR15291
94 void baz(double) {} function in namespace:PR15291
99 // expected-note@+5 {{candidate function [with T = void (*)(int) __attribute__((noreturn))] not viable: no overload of 'baz' matching 'void (*)(int) __attribute__((noreturn))' for 1st argument}}
111 // expected-note@+2 {{candidate function not viable: no overload of 'baz' matching 'void (*)(int) __attribute__((noreturn))' for 1st argument}}
125 // expected-note@+2 {{candidate function not viable: no overload of 'baz' matching 'fptr_noreturn_t' (aka 'void (*)(int) __attribute__((noreturn))') for 1st argument}}
156 accept_noreturn_fptr(baz); // expected-error {{no matching function for call to 'accept_noreturn_fptr'}}
159 accept_fptr_noreturn_t(baz); // expected-error {{no matching function for call to 'accept_fptr_noreturn_t'}}
162 accept_T<void __attribute__((noreturn)) (*)(int)>(baz); // expected-error {{no matching function for call to 'accept_T'}
    [all...]
function-redecl.cpp 15 int baz(int); // expected-note {{previous declaration is here}}
20 int baz; local
24 float baz(int); // expected-error {{functions that differ only in their return type cannot be overloaded}}
  /external/chromium_org/v8/test/mjsunit/
dictionary-properties.js 19 o.baz = 4;
24 return o.baz;
40 SlowPrototype.prototype.baz = 3;
41 delete SlowPrototype.prototype.baz;
global-vars-with.js 37 this.baz = 'fisk';
38 assertEquals('fisk', baz);
39 var baz; variable
40 assertEquals('fisk', baz);
41 var baz = 'hest'; variable
42 assertEquals('hest', baz);
  /external/clang/test/Index/
print-usrs.c 7 ObjCMethod baz:with 1 c:objc(cs)NSObject
14 // CHECK: c:objc(cs)NSObject(im)baz:with
  /external/clang/test/SemaTemplate/
default-arguments-cxx0x.cpp 53 struct baz : public bar<> { struct in namespace:PR16975
57 baz data{0};
  /external/valgrind/main/memcheck/tests/
client-msg.stderr.exp 3 by 0x........: baz (client-msg.c:5)
  /ndk/tests/device/test-stlport_shared-exception/jni/
ia64-2.cpp 34 void baz (E &x) function
52 baz (h);
  /ndk/tests/device/test-stlport_static-exception/jni/
ia64-2.cpp 34 void baz (E &x) function
52 baz (h);
  /external/clang/test/CXX/temp/temp.param/
p3.cpp 39 template <template<typename> class S> void baz();
  /external/clang/test/Misc/
ast-dump-templates.cpp 18 void baz() { function
  /external/llvm/test/MC/ARM/
comment.s 9 .long baz@got
22 .long baz@got
31 @CHECK: .long baz
44 @CHECK: .long baz
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
logging_unittest.cc 82 int baz = 99; local
85 << "): Foo failed: bar=" << bar << ", baz=" << baz; local
86 LOG_FERR2(LS_ERROR, Foo, bar, baz);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2045.js 39 function baz() { function
44 baz();
45 baz();
46 %OptimizeFunctionOnNextCall(baz);
47 baz();
49 baz();
regress-2226.js 30 var baz = function() { 2; /* baz function */ }; function
32 var test = foo.test = bar.test = baz;
34 assertEquals(baz, test);
35 assertEquals(baz, foo.test);
36 assertEquals(baz, bar.test);
  /system/security/keystore/
test-keystore 105 log "add key baz"
106 keystore system i baz quux
114 log "saw baz"
117 expect "baz"
119 log "get baz"
120 keystore system g baz
125 keystore root g baz
135 keystore app_0 g baz
240 keystore system i baz quux
243 keystore root g baz
    [all...]

Completed in 1208 milliseconds

1 2 34 5 6 7 8 91011>>