HomeSort by relevance Sort by last modified time
    Searched full:void (Results 551 - 575 of 76704) sorted by null

<<21222324252627282930>>

  /external/clang/test/Index/
annotate-macro-args.h 2 +(void)meth;
8 void test() {
14 void test2() {
get-cursor-macro-args.h 2 +(void)meth;
8 void test() {
14 void test2() {
  /external/clang/test/Modules/Inputs/
category_top.h 5 -(void)top;
9 -(void)top2;
13 -(void)top3;
  /external/clang/test/Parser/
cxx-ambig-decl-expr.cpp 5 static void f(int, int);
8 void f() {
9 void (*ptr)(int, int) = &X::f<int, int>;
  /external/clang/test/Sema/
2009-07-17-VoidParameter.c 3 typedef void vt;
4 void (*func_ptr)(vt my_vt); // expected-error {argument may not have 'void' type}
block-return-1.c 4 void foo() {
5 ^ (void) { if (j) return 1; }(); // expected-error {{control may reach end of non-void block}}
block-return-3.c 3 void foo() {
4 ^ int (void) { }(); // expected-error {{control reaches end of non-void block}}
  /external/clang/test/SemaCXX/
address-of.cpp 4 void bar(int*);
9 void foo() {
14 static void wibble() {
24 void test() {
25 (void)&Enumerator; // expected-error{{address expression must be an lvalue or a function designator}}
29 void test2() {
30 (void)&N; // expected-error{{address expression must be an lvalue or a function designator}}
34 void xpto();
35 void (*xyz)(void) = &xpto
    [all...]
builtins.cpp 5 void f() {
6 (void)CFStringRef(CFSTR("Hello"));
9 void a() { __builtin_va_list x, y; ::__builtin_va_copy(x, y); }
  /external/clang/test/SemaObjCXX/
NSString-type.mm 4 void test(id pid, Class pclass) {
5 void (^block)(void) = @"help"; // expected-error {{cannot initialize a variable of type 'void (^)()' with an rvalue of type 'NSString *'}}
6 void (^block1)(void) = pid;
7 void (^block2)(void) = @"help"; // expected-error {{cannot initialize a variable of type 'void (^)()' with an rvalue of type 'NSString *'}}
8 void (^block3)(void) = @"help"; // expected-error {{cannot initialize a variable of type 'void (^)()' w (…)
    [all...]
vla.mm 5 - (void)getData:(void*)buffer;
8 void test(Data *d) {
  /external/clang/test/SemaTemplate/
instantiate-local-class.cpp 3 void f0() {
12 template void f0<int>();
18 void Bar() {
30 void test(X x) {
41 void f() {
43 virtual void g(Y<T>* y) { }
44 void g2(int x) {(void)x;}
47 (void)z;
51 void test() { f<S>();
    [all...]
instantiate-overloaded-arrow.cpp 13 void Foo() {
14 (void)Iter()->x;
17 void Func() {
  /external/icu4c/test/cintltst/
cjaptst.h 38 static void TestTertiary(void);
41 static void TestBase(void);
44 static void TestPlainDakutenHandakuten(void);
49 static void TestSmallLarge(void);
54 static void TestKatakanaHiragana(void);
    [all...]
  /external/icu4c/test/intltest/
tchcfmt.h 26 void TestSimpleExample(void);
32 void TestComplexExample(void);
37 void TestClosures(void);
42 void TestPatterns(void);
43 void TestChoiceFormatToPatternOverflow(void);
    [all...]
  /external/linux-tools-perf/bench/
mem-memcpy-arch.h 5 extern void *fn(void *, const void *, size_t);
  /external/llvm/test/Analysis/CallGraph/
2008-09-09-UsedByGlobal.ll 3 @a = global void ()* @f ; <void ()**> [#uses=0]
5 define internal void @f() {
  /external/llvm/test/CodeGen/ARM/
2009-08-15-RegScavengerAssert.ll 4 define void @_start() nounwind naked {
6 tail call void @exit(i32 undef) noreturn nounwind
10 declare void @exit(i32) noreturn nounwind
  /external/llvm/test/CodeGen/Generic/
2007-04-27-InlineAsm-X-Dest.ll 5 define void @test(i16 * %t) {
6 call void asm sideeffect "foo $0", "=*X,~{dirflag},~{fpsr},~{flags},~{memory}"( i16* %t )
7 ret void
asm-large-immediate.ll 3 define void @test() {
5 tail call void asm sideeffect "/* result: ${0:c} */", "i,~{dirflag},~{fpsr},~{flags}"( i64 68719476738 )
6 ret void
inline-asm-special-strings.ll 3 define void @bar() nounwind {
4 tail call void asm sideeffect "foo ${:uid} ${:uid}", ""() nounwind
5 ret void
  /external/llvm/test/CodeGen/MSP430/
inline-asm.ll 5 define void @imm() nounwind {
6 call void asm sideeffect "bic\09$0,r2", "i"(i16 32) nounwind
7 ret void
10 define void @reg(i16 %a) nounwind {
11 call void asm sideeffect "bic\09$0,r2", "r"(i16 %a) nounwind
12 ret void
17 define void @immmem() nounwind {
18 call void asm sideeffect "bic\09$0,r2", "i"(i16* getelementptr(i16* @foo, i32 1)) nounwind
19 ret void
22 define void @mem() nounwind
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
2008-03-05-RegScavengerAssert.ll 5 define void @foo(i8* %pp) nounwind {
8 %tmp28 = bitcast i8* %pp to void ()** ; <void ()**> [#uses=1]
9 %tmp38 = load void ()** %tmp28, align 4 ; <void ()*> [#uses=2]
12 %tmp30 = bitcast void ()* %tmp38 to void (i8*)* ; <void (i8*)*> [#uses=1]
13 tail call void %tmp30( i8* null ) nounwind
14 ret void
    [all...]
  /external/llvm/test/CodeGen/Thumb/
2010-06-18-SibCallCrash.ll 4 define arm_apcscc void @t(i32* %m) nounwind {
6 tail call arm_apcscc void undef(i32* %m, i16 zeroext undef) nounwind
7 ret void
  /external/llvm/test/CodeGen/X86/
2007-09-06-ExtWeakAliasee.ll 2 @__gthrw_pthread_once = alias weak i32 (i32*, void ()*)* @pthread_once ; <i32 (i32*, void ()*)*> [#uses=0]
4 declare extern_weak i32 @pthread_once(i32*, void ()*)

Completed in 766 milliseconds

<<21222324252627282930>>