HomeSort by relevance Sort by last modified time
    Searched full:void (Results 251 - 275 of 76729) sorted by null

<<11121314151617181920>>

  /external/clang/test/Index/
annotate-tokens-with-default-args.h 2 void m(Foo *f = 0);
  /external/clang/test/PCH/
cxx-functions.h 0 void foo() throw( int, short, char, float, double );
  /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/jmonkeyengine/engine/src/niftygui/Common/MatDefs/Nifty/
NiftyQuad.frag 3 void main() {
NiftyQuadGrad.frag 3 void main() {
  /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/CPP/
2012-02-05-UnitVarCrash.ll 2 declare void @foo(<4 x i32>)
3 define void @bar() {
4 call void @foo(<4 x i32> <i32 0, i32 1, i32 2, i32 3>)
5 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) {
  /frameworks/compile/slang/tests/P_compute/
compute.rs 4 void root(const int *ain, int *aout, const void *usrData,
8 void bar(int i, float f) {
11 void foo (int *p) {
  /frameworks/compile/slang/tests/P_ooo_compute/
ooo_compute.rs 4 void bar(int i, float f) {
7 void foo (int *p) {
10 void root(const int *ain, int *aout, const void *usrData,

Completed in 849 milliseconds

<<11121314151617181920>>