HomeSort by relevance Sort by last modified time
    Searched refs:IntTy (Results 51 - 73 of 73) sorted by null

1 23

  /external/clang/lib/CodeGen/
CodeGenModule.h 116 llvm::IntegerType *IntTy;
    [all...]
TargetInfo.cpp     [all...]
CGExprScalar.cpp 566 if (llvm::IntegerType *IntTy = dyn_cast<llvm::IntegerType>(SrcTy)) {
574 APSInt LargestInt(IntTy->getBitWidth(), SrcIsUnsigned);
    [all...]
ItaniumCXXABI.cpp     [all...]
CGBuiltin.cpp 781 llvm::IntegerType *IntTy = cast<llvm::IntegerType>(Int->getType());
782 assert((IntTy->getBitWidth() == 32 || IntTy->getBitWidth() == 64) &&
784 Value *F = CGM.getIntrinsic(IntTy->getBitWidth() == 32
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 252 DI = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.Context.IntTy);
683 Enum->setIntegerType(SemaRef.Context.IntTy);
    [all...]
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h     [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplate.cpp 682 T = Context.IntTy; // Recover with an 'int' type.
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 389 case kCFNumberIntType: T = Ctx.IntTy; break;
    [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
VTableBuilder.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 1165 milliseconds

1 23