Searched refs:isPointer (Results 26 - 50 of 59) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp126 assert((Ty.isScalar() || Ty.isPointer()) && TySize == 32 &&
193 (Ty.isPointer() && TySize == 32 && MemSizeInBytes == 4)) &&
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp124 if (Ty.isPointer()) {
143 if (Ty.isPointer() && Ty.getSizeInBits() > 0) {
166 if (Ty.isPointer() != Other.Ty.isPointer())
167 return Ty.isPointer() < Other.Ty.isPointer();
169 if (Ty.isPointer() && Ty.getAddressSpace() != Other.Ty.getAddressSpace())
1726 else if (VTy.isPointer())
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dexception.d1073 isPointer!S || is(S == class))
1075 static if (isPointer!S || is(S == class) || is(S == interface))
1119 isPointer!S || is(S == class))
1121 static if (isPointer!S || is(S == class) || is(S == interface))
H A Dtraits.d102 * $(LREF isPointer)
891 else static if (isPointer!T)
3927 static if (isPointer!T)
7140 enum bool isPointer(T) = is(T == U*, U) && __traits(isScalar, T);
7147 static assert( isPointer!(int*));
7148 static assert( isPointer!(int function()));
7149 static assert(!isPointer!int);
7150 static assert(!isPointer!string);
7151 static assert(!isPointer!(typeof(null)));
7152 static assert(!isPointer!(typeo
[all...]
H A Dgetopt.d561 enum isReceiver(T) = isPointer!T || (is(T == function)) || (is(T == delegate));
H A Dutf.d69 import std.traits : isAutodecodableString, isConvertibleToString, isPointer,
3139 if (isPointer!P && isSomeChar!(typeof(*P.init)))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp339 if (EltTy.isPointer())
511 .legalIf(isPointer(0))
630 .legalIf(isPointer(0))
850 .legalIf(all(isPointer(0), sameSize(0, 1)))
883 .legalIf(all(typeInSet(0, {S1, S32}), isPointer(1)));
1327 .legalIf(all(isPointer(0), typeInSet(1, {S1, S32})));
3546 if (MRI.getType(BaseReg).isPointer())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp576 if (OpLLT.isPointer())
1239 if (Ty.isPointer()) {
1249 if (EltTy.isPointer())
1381 else if (DstTy.isPointer())
1510 if (SrcTy.isPointer()) {
1551 if (SrcTy.isPointer()) {
1636 if (SrcTy.isPointer()) {
1648 if (DstTy.isPointer())
6176 if (DstTy.isPointer()) {
6196 if (DstTy.isPointer())
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dctfeexpr.c373 if (isPointer(e->type))
480 if (lit->op == TOKstructliteral && isPointer(type))
649 bool isPointer(Type *t) function
H A Ddinterpret.c1163 if (isPointer(e->type))
4300 if (!(isPointer((*p1)->type) && isPointer((*p2)->type)))
4864 if (isPointer(e->econd->type))
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dctfeexpr.d394 if (isPointer(e.type))
492 if (lit.op == EXP.structLiteral && isPointer(type))
659 bool isPointer(Type t)
H A Ddinterpret.d952 if (isPointer(e.type))
4445 if (!(isPointer((*p1).type) && isPointer((*p2).type)))
5029 if (isPointer(e.econd.type))
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d99 * $(LREF isPointer)
800 else static if (isPointer!T)
3103 enum hasIndirections = isPointer!T || isDelegate!T || isDynamicArray!T ||
6332 enum bool isPointer(T) = is(T == U*, U) && !isAggregateType!T;
6340 static assert( isPointer!(Q!T));
6341 static assert(!isPointer!(SubTypeOf!(Q!T)));
6345 static assert(!isPointer!uint);
6346 static assert(!isPointer!(uint[uint]));
6347 static assert(!isPointer!(char[]));
6348 static assert(!isPointer!(typeo
[all...]
H A Dgetopt.d567 enum isReceiver(T) = isPointer!T || (is(T == function)) || (is(T == delegate));
H A Dutf.d2883 if (isSomeString!S && isPointer!P && isSomeChar!(typeof(*P.init)) &&
2928 if (isSomeString!S && isPointer!P && isSomeChar!(typeof(*P.init)) &&
2968 if (isSomeString!S && isPointer!P && isSomeChar!(typeof(*P.init)) &&
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp950 bool isPointer = false; local
953 isPointer = true;
955 if (!isPointer || !Ty->isVoidType()) {
957 isPointer ? diag::err_throw_incomplete_ptr
962 if (!isPointer && Ty->isSizelessType()) {
982 if (isPointer)
H A DSemaStmt.cpp4354 bool isPointer() const { return IsPointer; } function in class:__anon841::CatchHandlerType
4490 CatchTypePublicBases CTPB(Context, HandledTypes, HandlerCHT.isPointer());
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d1974 if (!isPointer!A)
2068 if (!isPointer!A)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp962 if (!MRI.getType(I.getOperand(0).getReg()).isPointer()) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h618 if (!Ty.isPointer() || Ty.getSizeInBits() != SizeInBits)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1874 if (MRI.getType(SrcOp.getReg()).isPointer()) {
1895 if (!DstTy.isPointer())
1903 if (!DstTy.getElementType().isPointer())
2626 assert(MRI.getType(PtrReg).isPointer() &&
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d2668 if (!isPointer!A)
2779 if (!isPointer!A)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp478 assert(MRI.getType(I.getOperand(0).getReg()).isPointer() &&
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dpackage.d240 isPointer, isSomeFunction, isStaticArray, Unqual, isInstanceOf;
6243 if ((isIntegral!(CommonType!(B, E)) || isPointer!(CommonType!(B, E)))
6360 if (isIntegral!(CommonType!(B, E)) || isPointer!(CommonType!(B, E)))
6835 !isPointer!(CommonType!(B, E)) &&
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d239 // isPointer, isSomeFunction, isStaticArray, Unqual
5301 if ((isIntegral!(CommonType!(B, E)) || isPointer!(CommonType!(B, E)))
5418 if (isIntegral!(CommonType!(B, E)) || isPointer!(CommonType!(B, E)))
5873 !isPointer!(CommonType!(B, E)) &&

Completed in 878 milliseconds

123