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

1 23

  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 563 if (llvm::IntegerType *IntTy = dyn_cast<llvm::IntegerType>(SrcTy)) {
571 APSInt LargestInt(IntTy->getBitWidth(), SrcIsUnsigned);
    [all...]
CGRTTI.cpp     [all...]
CodeGenModule.cpp 102 IntTy = llvm::IntegerType::get(LLVMContext, C.getTargetInfo().getIntWidth());
    [all...]
CodeGenModule.h 118 llvm::IntegerType *IntTy;
    [all...]
CGBuiltin.cpp 769 llvm::IntegerType *IntTy = cast<llvm::IntegerType>(Int->getType());
770 assert((IntTy->getBitWidth() == 32 || IntTy->getBitWidth() == 64) &&
772 Value *F = CGM.getIntrinsic(IntTy->getBitWidth() == 32
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 354 case kCFNumberIntType: T = Ctx.IntTy; break;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 202 DI = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.Context.IntTy);
624 Enum->setIntegerType(SemaRef.Context.IntTy);
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
SemaExprCXX.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaTemplate.cpp 695 T = Context.IntTy; // Recover with an 'int' type.
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 121 getContext().IntTy);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 1956 milliseconds

1 23