HomeSort by: relevance | last modified time | path
    Searched refs:isAggregateType (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULateCodeGenPrepare.cpp 117 if (Ty->isAggregateType())
AMDGPULowerKernelArguments.cpp 138 bool DoShiftOpt = Size < 32 && !ArgTy->isAggregateType();
AMDGPURewriteOutArguments.cpp 134 if (DestEltTy->isAggregateType())
AMDGPUPromoteAlloca.cpp 463 if (FromTy->isAggregateType() || ToTy->isAggregateType() ||
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/format/internal/
read.d 17 import std.traits : isAggregateType, isArray, isAssociativeArray,
176 if (isInputRange!Range && is(StringTypeOf!T) && !isAggregateType!T && !is(T == enum))
231 if (isInputRange!Range && !is(StringTypeOf!T) && !isAggregateType!T
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/
traits.d 392 enum bool isAggregateType(T) = is(T == struct) || is(T == union) ||
395 enum bool isPointer(T) = is(T == U*, U) && !isAggregateType!T;
397 enum bool isDynamicArray(T) = is(DynamicArrayTypeOf!T) && !isAggregateType!T;
424 if (isAggregateType!T)
dassert.d 178 import core.internal.traits: isAggregateType;
335 else static if (is(V : U[], U) && !isAggregateType!V)
  /src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
OpDescriptor.h 174 return V->getType()->isAggregateType();
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h 265 bool isAggregateType() const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
Analysis.cpp 429 while (DeeperType->isAggregateType()) {
471 ->isAggregateType()) {
489 ->isAggregateType());
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
primitives.d 414 static if (isAutodecodableString!E && !isAggregateType!E && (
1097 && !(isAutodecodableString!R && !isAggregateType!R)
1107 import std.traits : isAggregateType, isAutodecodableString;
1119 static assert(!(isAutodecodableString!R && !isAggregateType!R)); // narrow strings cannot be indexed as ranges
1568 !(isAutodecodableString!R && !isAggregateType!R);
1679 && !(isAutodecodableString!R && !isAggregateType!R)
  /src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
Operations.cpp 183 assert(T->isAggregateType() && "Not a struct or array");
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h 287 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
meta.d 80 import std.traits : isAggregateType, Unqual, isIterable;
236 if (!isAggregateType!T || is(Unqual!T == T))
traits.d 86 * $(LREF isAggregateType)
840 else static if (isAggregateType!T || is(T == enum))
6810 (isAggregateType!T || isStaticArray!T || is(T == enum))
7097 enum bool isBuiltinType(T) = is(BuiltinTypeOf!T) && !isAggregateType!T;
7188 enum bool isAggregateType(T) = is(T == struct) || is(T == union) ||
7199 static assert( isAggregateType!C);
7200 static assert( isAggregateType!U);
7201 static assert( isAggregateType!S);
7202 static assert( isAggregateType!I);
7203 static assert(!isAggregateType!void)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 364 } else if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) {
1461 if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) {
NVPTXISelLowering.cpp 1280 } else if (retTy->isAggregateType() || retTy->isVectorTy() ||
1302 if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) {
1456 if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) {
2500 if (Ty->isAggregateType() || Ty->isIntegerTy(128)) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 628 if (!T->isAggregateType())
1160 if (!T->isAggregateType())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 676 if (T->isAggregateType()) {
817 if (T->isAggregateType()) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFISelLowering.cpp 514 if (MF.getFunction().getReturnType()->isAggregateType()) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsCallLowering.cpp 342 if (T->isAggregateType())
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
VectorUtils.cpp 196 if (!PtrTy || PtrTy->isAggregateType())
LoopAccessAnalysis.cpp 1025 if (PtrTy->getElementType()->isAggregateType()) {
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 610 else if (ElemTy->isAggregateType()) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp 1293 assert(DeclType->isAggregateType() &&
1476 ElemType->isAggregateType()) {
4432 if ((DestType->isRecordType() && !DestType->isAggregateType()) ||
4462 if (S.getLangOpts().CPlusPlus && !DestType->isAggregateType() &&

Completed in 102 milliseconds

1 2