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

1 23 4

  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaChecking.cpp 368 TheCall->setType(Context.IntTy);
372 TheCall->setType(Context.IntTy);
657 return Flags.isUnsigned() ? Context.UnsignedIntTy : Context.IntTy;
863 TheCall->setType(Context.IntTy);
    [all...]
SemaPseudoObject.cpp 507 llvm::APInt oneV(S.Context.getTypeSize(S.Context.IntTy), 1);
508 Expr *one = IntegerLiteral::Create(S.Context, oneV, S.Context.IntTy,
    [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 365 DI = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.Context.IntTy);
800 Enum->setIntegerType(SemaRef.Context.IntTy);
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaOpenMP.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 413 return Context->getASTContext().IntTy.getTypePtr();
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 115 IntTy = llvm::IntegerType::get(LLVMContext, C.getTargetInfo().getIntWidth());
    [all...]
CGDebugInfo.cpp 782 FType = CGM.getContext().IntTy;
    [all...]
ItaniumCXXABI.cpp     [all...]
CGExprScalar.cpp 607 if (llvm::IntegerType *IntTy = dyn_cast<llvm::IntegerType>(SrcTy)) {
615 APSInt LargestInt(IntTy->getBitWidth(), SrcIsUnsigned);
    [all...]
TargetInfo.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 388 case kCFNumberIntType: T = Ctx.IntTy; break;
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 1253 milliseconds

1 23 4