HomeSort by relevance Sort by last modified time
    Searched full:reference_type (Results 1 - 15 of 15) sorted by null

  /external/lldb/include/lldb/Utility/
PriorityPointerPair.h 30 typedef T& reference_type; typedef in class:lldb_utility::PriorityPointerPair
125 reference_type
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 154 typedef T & reference_type ; typedef in struct:boost::optional_detail::types_when_isnt_ref
165 typedef raw_type& reference_type ; typedef in struct:boost::optional_detail::types_when_is_ref
206 typedef BOOST_DEDUCED_TYPENAME types::reference_type reference_type ; typedef in class:boost::optional_detail::optional_base
445 reference_type get_impl() { return dereference(get_object(), is_reference_predicate() ) ; }
472 reference_type dereference( internal_type* p, is_not_reference_tag ) { return *p ; }
474 reference_type dereference( internal_type* p, is_reference_tag ) { return p->get() ; }
510 typedef BOOST_DEDUCED_TYPENAME base::reference_type reference_type ; typedef in class:boost::optional
631 reference_type get() { BOOST_ASSERT(this->is_initialized()) ; return this->get_impl();
    [all...]
  /external/stlport/test/unit/
type_traits_test.cpp 27 CPPUNIT_TEST(reference_type);
44 void reference_type();
397 void TypeTraitsTest::reference_type() function in class:TypeTraitsTest
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 27 CPPUNIT_TEST(reference_type);
44 void reference_type();
397 void TypeTraitsTest::reference_type() function in class:TypeTraitsTest
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 27 CPPUNIT_TEST(reference_type);
44 void reference_type();
397 void TypeTraitsTest::reference_type() function in class:TypeTraitsTest
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/
SegmentIndexBox.java 32 * bit (1) reference_type;
  /external/llvm/include/llvm/Support/
MachO.h 363 // The low 3 bits are the for the REFERENCE_TYPE.
364 REFERENCE_TYPE = 0x7,
    [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 378 const ReferenceType *reference_type = cast<ReferenceType>(qual_type.getTypePtr()); local
379 if (reference_type)
380 return ClangASTType (m_ast, reference_type->getPointeeType()).IsFunctionType();
414 const ReferenceType *reference_type = cast<ReferenceType>(qual_type.getTypePtr()); local
415 if (reference_type)
416 return ClangASTType (m_ast, reference_type->getPointeeType()).IsFunctionPointerType();
2158 const ReferenceType *reference_type = cast<ReferenceType>(qual_type.getTypePtr()); local
3276 const ReferenceType *reference_type = cast<ReferenceType>(parent_qual_type.getTypePtr()); local
3682 const ReferenceType *reference_type = cast<ReferenceType>(qual_type.getTypePtr()); local
3877 const ReferenceType *reference_type = cast<ReferenceType>(qual_type.getTypePtr()); local
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 308 if ((NDesc & MachO::REFERENCE_TYPE) ==
311 else if ((NDesc & MachO::REFERENCE_TYPE) ==
314 else if ((NDesc & MachO::REFERENCE_TYPE) ==
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-check.h 17 #define REFERENCE_TYPE_CHECK(t) TREE_CHECK (t, REFERENCE_TYPE)
tree.def 158 compiler. POINTER_TYPE, REFERENCE_TYPE. Note that this range
167 DEFTREECODE (REFERENCE_TYPE, "reference_type", tcc_type, 0)
    [all...]
tree.h 524 POINTER_TYPE, REFERENCE_TYPE
583 REFERENCE_TYPE
927 #define PTR_OR_REF_CHECK(T) TREE_CHECK2 (T, POINTER_TYPE, REFERENCE_TYPE)
1065 (TREE_CODE (TYPE) == POINTER_TYPE || TREE_CODE (TYPE) == REFERENCE_TYPE)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h     [all...]
  /external/elfutils/0.153/src/
readelf.c     [all...]
  /external/stlport/etc/
ChangeLog-5.1     [all...]

Completed in 1799 milliseconds