HomeSort by relevance Sort by last modified time
    Searched full:void (Results 226 - 250 of 67234) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
inline-functions.cpp 5 inline void f();
8 // CHECK-NOT: define void @_ZN1A1fEv
9 void A::f() { }
14 inline void f();
18 void B<char>::f() { }
22 // CHECK: define void @_Z1fv
23 void f() { }
26 inline void f1(int);
28 // CHECK: define linkonce_odr void @_Z2f1i
29 void f1(int) {
    [all...]
mangle-address-space.cpp 3 // CHECK: define void @_Z2f0Pc
4 void f0(char *p) { }
5 // CHECK: define void @_Z2f0PU3AS1c
6 void f0(char __attribute__((address_space(1))) *p) { }
  /external/clang/test/CodeGenObjC/
function-decay.m 5 - (void) im0: (int (void)) a0 {
9 void func(int pf(void)) {
  /external/clang/test/Index/
annotate-tokens-with-default-args.h 2 void m(Foo *f = 0);
  /external/clang/test/Rewriter/
objc-synchronized-1.m 4 void SYNCH_BODY();
5 void SYNCH_BEFORE();
6 void SYNC_AFTER();
8 void foo(id sem)
  /external/clang/test/Sema/
attr-noreturn.c 3 static void (*fp0)(void) __attribute__((noreturn));
5 void fatal();
7 static void __attribute__((noreturn)) f0(void) {
18 void f3() __attribute__((noreturn));
19 void f3() {
25 void f4() __attribute__((noreturn));
26 void f4() {
31 extern void f5 (unsigned long) __attribute__ ((__noreturn__))
    [all...]
  /external/clang/test/SemaCXX/Inputs/
malloc.h 2 extern void *malloc (__SIZE_TYPE__ __size) throw () __attribute__ ((__malloc__)) ;
  /external/clang/test/SemaCXX/
comma.cpp 4 void f();
5 void (&g)() = (void(), f);
8 int (&b)[1] = (void(), a);
default-argument-temporaries.cpp 2 struct B { B(void* = 0); };
8 void f() {
9 (void)B();
10 (void)A();
  /external/clang/test/SemaObjC/
restrict-id-type.m 3 void f0(restrict id a0) {}
5 void f1(restrict id *a0) {}
7 void f2(restrict Class a0) {}
9 void f3(restrict Class *a0) {}
  /external/icu4c/test/cintltst/
cmsgtst.h 29 static void MessageFormatTest(void);
33 static void TestSampleMessageFormat(void);
37 static void TestSampleFormatAndParse(void);
41 static void TestMsgFormatChoice(void);
45 static void TestMsgFormatSelect(void);
    [all...]
cutiltst.c 17 void addLocaleTest(TestNode**);
18 void addCLDRTest(TestNode**);
19 void addUnicodeTest(TestNode**);
20 void addUStringTest(TestNode**);
21 void addCaseTest(TestNode**);
22 void addResourceBundleTest(TestNode**);
23 void addNEWResourceBundleTest(TestNode**);
24 void addHashtableTest(TestNode** root);
25 void addCStringTest(TestNode** root);
26 void addTrieTest(TestNode** root)
    [all...]
  /external/icu4c/test/intltest/
icusvtst.h 27 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
29 void testAPI_One(void);
30 void testAPI_Two(void);
31 void testRBF(void);
32 void testNotification(void);
33 void testLocale(void)
    [all...]
  /external/llvm/test/Assembler/
2002-05-02-InvalidForwardRef.ll 5 define void @test() {
6 call void @foo( )
7 ret void
10 declare void @foo()
2008-01-11-VarargAttrs.ll 5 declare void @foo(...)
7 define void @bar() {
8 call void (...)* @foo(%struct* byval null )
9 ret void
  /external/llvm/test/CodeGen/ARM/
formal.ll 3 declare void @bar(i64 %x, i64 %y)
5 define void @foo() {
6 call void @bar(i64 2, i64 3)
7 ret void
  /external/llvm/test/CodeGen/X86/
2009-01-31-BigShift.ll 4 define void @x(i288 %i) nounwind {
5 call void @add(i288 %i)
6 ret void
9 declare void @add(i288)
  /external/llvm/test/Transforms/GlobalOpt/
storepointer-compare.ll 2 ; RUN: grep {call void @Actual}
7 @G = internal global void ()* null ; <void ()**> [#uses=2]
9 define internal void @Actual() {
10 ret void
13 define void @init() {
14 store void ()* @Actual, void ()** @G
15 ret void
18 define void @doit()
    [all...]
  /external/llvm/test/Verifier/
2007-12-21-InvokeParamAttrs.ll 3 declare void @foo(i8*)
5 define void @bar() {
6 invoke void @foo(i8* signext null)
9 ret void
2008-01-11-VarargAttrs.ll 5 declare void @foo(...)
7 define void @bar() {
8 call void (...)* @foo(%struct* sret null )
9 ret void
  /external/mesa3d/src/glsl/tests/
constructor-01.glsl 3 void main()
  /external/quake/quake/src/WinQuake/
snd_null.cpp 29 void S_Init (void)
33 void S_AmbientOff (void)
37 void S_AmbientOn (void)
41 void S_Shutdown (void)
45 void S_TouchSound (char *sample)
49 void S_ClearBuffer (void)
    [all...]
  /frameworks/compile/slang/tests/F_no_java_package_name/
no_java_package_name.rs 3 int root(void) {
  /ndk/tests/build/multi-module-path/path1/foo/
foo.h 4 extern int foo(void);
libfoo.c 3 int foo(void)

Completed in 627 milliseconds

1 2 3 4 5 6 7 8 91011>>