/external/stlport/stlport/stl/pointers/ |
_tools.h | 207 typedef _StorageT void_type; typedef in struct:_VoidCastTraitsAux 209 static void_type * uncv_ptr(void_cv_type *__ptr) 211 static void_type const* uncv_cptr(void_cv_type const*__ptr) 213 static void_type ** uncv_pptr(void_cv_type **__ptr) 215 static void_type & uncv_ref(void_cv_type & __ref) 217 static void_type const& uncv_cref(void_cv_type const& __ref) 219 static void_cv_type* cv_ptr(void_type *__ptr) 221 static void_cv_type const* cv_cptr(void_type const*__ptr) 223 static void_cv_type ** cv_pptr(void_type **__ptr) 225 static void_cv_type & cv_ref(void_type & __ref 234 typedef void* void_type; typedef in struct:_VoidCastTraitsAuxBase 274 typedef typename cv_traits::void_type void_type; typedef in struct:_CastTraits [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_tools.h | 207 typedef _StorageT void_type; typedef in struct:_VoidCastTraitsAux 209 static void_type * uncv_ptr(void_cv_type *__ptr) 211 static void_type const* uncv_cptr(void_cv_type const*__ptr) 213 static void_type ** uncv_pptr(void_cv_type **__ptr) 215 static void_type & uncv_ref(void_cv_type & __ref) 217 static void_type const& uncv_cref(void_cv_type const& __ref) 219 static void_cv_type* cv_ptr(void_type *__ptr) 221 static void_cv_type const* cv_cptr(void_type const*__ptr) 223 static void_cv_type ** cv_pptr(void_type **__ptr) 225 static void_cv_type & cv_ref(void_type & __ref 234 typedef void* void_type; typedef in struct:_VoidCastTraitsAuxBase 274 typedef typename cv_traits::void_type void_type; typedef in struct:_CastTraits [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_tools.h | 207 typedef _StorageT void_type; typedef in struct:_VoidCastTraitsAux 209 static void_type * uncv_ptr(void_cv_type *__ptr) 211 static void_type const* uncv_cptr(void_cv_type const*__ptr) 213 static void_type ** uncv_pptr(void_cv_type **__ptr) 215 static void_type & uncv_ref(void_cv_type & __ref) 217 static void_type const& uncv_cref(void_cv_type const& __ref) 219 static void_cv_type* cv_ptr(void_type *__ptr) 221 static void_cv_type const* cv_cptr(void_type const*__ptr) 223 static void_cv_type ** cv_pptr(void_type **__ptr) 225 static void_cv_type & cv_ref(void_type & __ref 234 typedef void* void_type; typedef in struct:_VoidCastTraitsAuxBase 274 typedef typename cv_traits::void_type void_type; typedef in struct:_CastTraits [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_tools.h | 207 typedef _StorageT void_type; typedef in struct:_VoidCastTraitsAux 209 static void_type * uncv_ptr(void_cv_type *__ptr) 211 static void_type const* uncv_cptr(void_cv_type const*__ptr) 213 static void_type ** uncv_pptr(void_cv_type **__ptr) 215 static void_type & uncv_ref(void_cv_type & __ref) 217 static void_type const& uncv_cref(void_cv_type const& __ref) 219 static void_cv_type* cv_ptr(void_type *__ptr) 221 static void_cv_type const* cv_cptr(void_type const*__ptr) 223 static void_cv_type ** cv_pptr(void_type **__ptr) 225 static void_cv_type & cv_ref(void_type & __ref 234 typedef void* void_type; typedef in struct:_VoidCastTraitsAuxBase 274 typedef typename cv_traits::void_type void_type; typedef in struct:_CastTraits [all...] |
/cts/tools/signature-tools/src/signature/model/ |
IMethod.java | 30 * {@link SigPrimitiveType#VOID_TYPE} is returned.
|
/external/llvm/test/Bindings/Ocaml/ |
scalar_opts.ml | 15 let void_type = Llvm.void_type context var 37 let fty = function_type void_type [| |] in
|
analysis.ml | 21 let fty = function_type (void_type context) [| |] in
|
vmcore.ml | 27 let void_type = Llvm.void_type context var 333 let ft = function_type void_type [| i32_type; i32_type; i32_type |] in 646 let vf = define_function "void" (function_type void_type [| |]) m in 651 let ty = function_type void_type [| i32_type; i32_type |] in 685 let ty = function_type void_type [| |] in 761 let fty = function_type void_type [| i32_type; i32_type |] in 802 let fty = function_type void_type [| i32_type |] in 820 let fty = function_type void_type [| |] in [all...] |
/cts/tools/signature-tools/src/signature/model/impl/ |
SigPrimitiveType.java | 22 VOID_TYPE("void"), BOOLEAN_TYPE("boolean"), BYTE_TYPE("byte"), CHAR_TYPE(
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
glslang_tab.h | 78 VOID_TYPE = 294, 172 #define VOID_TYPE 294
|
glslang.l | 99 "void" { context->lexAfterType = true; return(VOID_TYPE); }
|
/external/mesa3d/src/glsl/ |
glsl_types.cpp | 123 add_types_to_symbol_table(symtab, &void_type, 1, false); 282 return &void_type;
|
builtin_types.h | 27 const glsl_type glsl_type::void_type = member in class:glsl_type
|
glsl_types.h | 427 static const glsl_type void_type; member in struct:glsl_type
|
/frameworks/base/tools/aidl/ |
Type.h | 439 extern Type* VOID_TYPE;
|
Type.cpp | 5 Type* VOID_TYPE; 37 VOID_TYPE = new BasicType("void", "XXX", "XXX", "XXX", "XXX", "XXX"); 38 NAMES.Add(VOID_TYPE); [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
tree-check.h | 25 #define VOID_TYPE_CHECK(t) TREE_CHECK (t, VOID_TYPE)
|
tree.def | 239 compiler. VOID_TYPE, FUNCTION_TYPE, METHOD_TYPE. */ 242 DEFTREECODE (VOID_TYPE, "void_type", tcc_type, 0) 510 have VOID_TYPE. The same constraints apply to operand 2. The [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
tree-check.h | 25 #define VOID_TYPE_CHECK(t) TREE_CHECK (t, VOID_TYPE)
|
tree.def | 239 compiler. VOID_TYPE, FUNCTION_TYPE, METHOD_TYPE. */ 242 DEFTREECODE (VOID_TYPE, "void_type", tcc_type, 0) 510 have VOID_TYPE. The same constraints apply to operand 2. The [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
tree-check.h | 25 #define VOID_TYPE_CHECK(t) TREE_CHECK (t, VOID_TYPE)
|
tree.def | 239 compiler. VOID_TYPE, FUNCTION_TYPE, METHOD_TYPE. */ 242 DEFTREECODE (VOID_TYPE, "void_type", tcc_type, 0) 510 have VOID_TYPE. The same constraints apply to operand 2. The [all...] |
/cts/tools/signature-tools/test/signature/converter/ |
ConvertAnnotationTest.java | 644 assertSame(SigPrimitiveType.VOID_TYPE, defaultValue);
[all...] |
/cts/tools/signature-tools/src/signature/converter/dex/ |
GenericSignatureParser.java | 576 return SigPrimitiveType.VOID_TYPE;
|
/prebuilt/sdk/tools/linux/ |
aidl | |