OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_void
(Results
101 - 124
of
124
) sorted by null
1
2
3
4
5
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
unique_ptr.h
72
static_assert(!
is_void
<_Tp>::value,
shared_ptr_base.h
874
static_assert( !
is_void
<_Tp1>::value, "incomplete type" );
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
functional
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
functional
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
functional
[
all
...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
PyrexTypes.py
148
#
is_void
boolean Is the C void type
204
is_void
= 0
variable in class:PyrexType
1302
is_void
= 1
variable in class:CVoidType
[
all
...]
Nodes.py
487
elif base_type.
is_void
:
639
if type.
is_void
:
[
all
...]
ExprNodes.py
544
if not type.
is_void
:
651
if not self.type.
is_void
:
[
all
...]
/external/libcxx/include/
memory
893
static pointer pointer_to(typename conditional<
is_void
<element_type>::value,
915
static pointer pointer_to(typename conditional<
is_void
<element_type>::value,
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
memory
893
static pointer pointer_to(typename conditional<
is_void
<element_type>::value,
915
static pointer pointer_to(typename conditional<
is_void
<element_type>::value,
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
memory
893
static pointer pointer_to(typename conditional<
is_void
<element_type>::value,
915
static pointer pointer_to(typename conditional<
is_void
<element_type>::value,
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
functional
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
functional
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
functional
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
functional
[
all
...]
/external/chromium_org/third_party/mesa/src/src/glsl/
ast_function.cpp
288
if (!sig->return_type->
is_void
()) {
[
all
...]
/external/mesa3d/src/glsl/
ast_function.cpp
288
if (!sig->return_type->
is_void
()) {
[
all
...]
/external/chromium_org/third_party/mesa/
chromium.patch
201
if (! return_type->
is_void
()) {
209
if (! return_type->
is_void
()) {
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
functional
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
functional
[
all
...]
/external/clang/test/SemaCXX/
type-traits.cpp
483
void
is_void
()
function
[
all
...]
/external/chromium_org/base/
bind_internal.h
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp
[
all
...]
/external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp
[
all
...]
Completed in 1120 milliseconds
1
2
3
4
5