Searched defs:Void (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/Sema/
H A Dvoid_arg.c4 typedef void Void; typedef
13 X = sizeof(int (Void a)); // expected-error {{argument may not have 'void' type}}
14 X = sizeof(int (int, Void)); // expected-error {{must be the first and only parameter}}
15 X = sizeof(int (Void, ...)); // expected-error {{must be the first and only parameter}}
19 X = sizeof(int (Void));
23 void bar(Void) {
/external/llvm/include/llvm/IR/
H A DIntrinsics.h80 Void, MMX, Metadata, Half, Float, Double, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/external/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp47 Type *Void; member in class:__anon22415::SIAnnotateControlFlow
116 Void = Type::getVoidTy(Context);
145 EndCfIntrinsic, Void, Int64, (Type *)0);
/external/libvpx/libvpx/third_party/libmkv/
H A DEbmlIDs.h25 Void = 0xEC, enumerator in enum:mkv
/external/clang/test/CXX/drs/
H A Ddr0xx.cpp198 typedef void Void; typedef in namespace:dr18
199 void f(Void); // expected-error {{empty parameter list defined with a typedef of 'void'}}
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml22 | Void Constructor in type:TypeKind/t
1239 | TypeKind.Void -> "void"
/external/valgrind/unittest/
H A Dracecheck_unittest.cc6207 void Void() { } function in namespace:test151
6212 MyThread t(Void);

Completed in 343 milliseconds