OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__is_pointer
(Results
26 - 33
of
33
) sorted by null
1
2
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_algobase.h
385
&&
__is_pointer
<_II>::__value
386
&&
__is_pointer
<_OI>::__value
580
&&
__is_pointer
<_BI1>::__value
581
&&
__is_pointer
<_BI2>::__value
822
||
__is_pointer
<_ValueType1>::__value)
823
&&
__is_pointer
<_II1>::__value
824
&&
__is_pointer
<_II2>::__value
923
&&
__is_pointer
<_II1>::__value
924
&&
__is_pointer
<_II2>::__value);
[
all
...]
/external/clang/include/clang/Basic/
TokenKinds.def
409
KEYWORD(
__is_pointer
, KEYCXX)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits
346
template <class _Tp> struct
__is_pointer
: public false_type {};
347
template <class _Tp> struct
__is_pointer
<_Tp*> : public true_type {};
350
: public
__is_pointer
<typename remove_cv<_Tp>::type> {};
[
all
...]
/external/clang/lib/Parse/
ParseExpr.cpp
567
/// '
__is_pointer
'
736
REVERTABLE_TYPE_TRAIT(
__is_pointer
);
[
all
...]
/external/clang/lib/AST/
StmtPrinter.cpp
[
all
...]
/prebuilts/clang/linux-x86/3.1/
clang
clang++
/prebuilts/sdk/tools/linux/
libclang.so
Completed in 273 milliseconds
1
2