/external/eigen/unsupported/test/ |
H A D | alignedvector3.cpp | 18 typedef Matrix<Scalar,3,1> RefType; typedef 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/ |
H A D | platform_thread.h | 46 typedef DWORD RefType; typedef in class:base::PlatformThreadRef 48 typedef pthread_t RefType; 54 explicit PlatformThreadRef(RefType id) 66 RefType id_;
|
/external/llvm/test/MC/MachO/ARM/ |
H A D | darwin-ARM-reloc.s | 115 @ CHECK: RefType: UndefinedNonLazy (0x0) 124 @ CHECK: RefType: UndefinedNonLazy (0x0) 133 @ CHECK: RefType: UndefinedNonLazy (0x0) 143 @ CHECK: RefType: UndefinedNonLazy (0x0)
|
H A D | darwin-Thumb-reloc.s | 95 @ CHECK: RefType: 0x8 105 @ CHECK: RefType: UndefinedNonLazy (0x0)
|
/external/libchrome/base/ |
H A D | tuple.h | 117 // RefType: the ref version of a type (same as the type for refs). 123 typedef P& RefType; typedef in struct:base::TupleTraits 130 typedef P& RefType; typedef in struct:base::TupleTraits 214 using RefTuple = Tuple<typename TupleTraits<Ts>::RefType...>;
|
/external/libweave/third_party/chromium/base/ |
H A D | tuple.h | 117 // RefType: the ref version of a type (same as the type for refs). 123 typedef P& RefType; typedef in struct:base::TupleTraits 130 typedef P& RefType; typedef in struct:base::TupleTraits 214 using RefTuple = Tuple<typename TupleTraits<Ts>::RefType...>;
|
/external/clang/include/clang/AST/ |
H A D | CanonicalType.h | 602 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>()) 603 return RefType->getPointeeType();
|
H A D | Type.h | 5220 if (const ReferenceType *RefType = (*this)->getAs<ReferenceType>()) 5221 return RefType->getPointeeType();
|
/external/valgrind/callgrind/ |
H A D | sim.c | 130 typedef enum { Read = 0, Write = CACHELINE_DIRTY } RefType; typedef in typeref:enum:__anon19884 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)
|
/external/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 62 QualType RefType = Ctx.getLValueReferenceType(DstType); local 64 TmpAddr = CGF.CreateMemTemp(RefType, Twine(Name) + ".ref"); 65 auto TmpLVal = CGF.MakeAddrLValue(TmpAddr, RefType);
|
/external/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 4140 const ReferenceType *RefType local 4142 if (RefType && !RefType->getPointeeType()->isFunctionType()) 4160 const ReferenceType *RefType = local 4162 if (!RefType || 4163 (!RefType->isLValueReferenceType() && 4164 !RefType->getPointeeType()->isFunctionType()))
|
H A D | SemaExpr.cpp | 12947 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){ 12948 if (!RefType->getPointeeType()->isFunctionType()) 12949 CaptureType = RefType->getPointeeType();
|
/external/clang/lib/AST/ |
H A D | Expr.cpp | 2854 bool RefType = Field->getType()->isReferenceType(); local 2855 if (!Elt->isConstantInitializer(Ctx, RefType, Culprit))
|
H A D | Type.cpp | 2628 if (const ReferenceType *RefType = getTypePtr()->getAs<ReferenceType>()) 2629 return RefType->getPointeeType();
|
/external/libgdx/backends/gdx-backends-gwt/libs/ |
H A D | gwt-dev.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ... |