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

  /external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c 45 unsigned int RType : 4;
  /external/llvm/lib/Object/
MachOObjectFile.cpp 1026 unsigned RType = (RENext->Word1 >> 28) & 0xF;
1027 if (RType != 0)
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 361 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) {
362 if (RType->getDecl()->isUnion() &&
369 Field = RType->getDecl()->field_begin(),
370 FieldEnd = RType->getDecl()->field_end();
385 if (RType->getDecl()->isUnion())
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 470 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
471 if (LType != RType)
472 return (int)LType - (int)RType;
    [all...]

Completed in 282 milliseconds