HomeSort by relevance Sort by last modified time
    Searched refs:RefType (Results 1 - 16 of 16) sorted by null

  /external/eigen/unsupported/test/
alignedvector3.cpp 18 typedef Matrix<Scalar,3,1> RefType;
21 RefType r1(RefType::Random()), r2(RefType::Random()), r3(RefType::Random()),
22 r4(RefType::Random()), r5(RefType::Random()), r6(RefType::Random());
  /external/libchrome/base/threading/
platform_thread.h 46 typedef DWORD RefType;
48 typedef pthread_t RefType;
54 explicit PlatformThreadRef(RefType id)
66 RefType id_;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
foreach.hpp 184 template<class RefType,typename C>
185 inline RefType
186 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ )
193 template<class RefType,typename C>
194 inline RefType
195 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ )
239 #define BOOST_TEST_FE_DEREF( COL, RefType ) \
243 ::boost::type<RefType >(), \
257 #define BOOST_TEST_FOREACH( RefType, var, COL ) \
265 for( RefType var = BOOST_TEST_FE_DEREF( COL, RefType );
    [all...]
named_params.hpp 40 template<typename T, typename unique_id,typename RefType> struct named_parameter;
  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 115 @ CHECK: RefType: UndefinedNonLazy (0x0)
124 @ CHECK: RefType: UndefinedNonLazy (0x0)
133 @ CHECK: RefType: UndefinedNonLazy (0x0)
143 @ CHECK: RefType: UndefinedNonLazy (0x0)
darwin-Thumb-reloc.s 95 @ CHECK: RefType: 0x8
105 @ CHECK: RefType: UndefinedNonLazy (0x0)
  /external/libchrome/base/
tuple.h 117 // RefType: the ref version of a type (same as the type for refs).
123 typedef P& RefType;
130 typedef P& RefType;
214 using RefTuple = Tuple<typename TupleTraits<Ts>::RefType...>;
  /external/libweave/third_party/chromium/base/
tuple.h 117 // RefType: the ref version of a type (same as the type for refs).
123 typedef P& RefType;
130 typedef P& RefType;
214 using RefTuple = Tuple<typename TupleTraits<Ts>::RefType...>;
  /external/clang/include/clang/AST/
CanonicalType.h 602 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
603 return RefType->getPointeeType();
Type.h     [all...]
  /external/valgrind/callgrind/
sim.c 130 typedef enum { Read = 0, Write = CACHELINE_DIRTY } RefType;
354 CacheResult cachesim_setref_wb(cache_t2* c, RefType ref, UInt set_no, UWord tag)
393 CacheResult cachesim_ref_wb(cache_t2* c, RefType ref, Addr a, UChar size)
    [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 62 QualType RefType = Ctx.getLValueReferenceType(DstType);
64 TmpAddr = CGF.CreateMemTemp(RefType, Twine(Name) + ".ref");
65 auto TmpLVal = CGF.MakeAddrLValue(TmpAddr, RefType);
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
Type.cpp     [all...]

Completed in 292 milliseconds