| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
| H A D | ELF.h | 727 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function 747 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function 808 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function 825 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function 843 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function 862 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/ |
| H A D | ELFTypes.h | 186 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } 384 void setType(uint32_t t) { setSymbolAndType(getSymbol(), t); } 405 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); }
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | VirtualFileSystem.h | 66 void setType(llvm::sys::fs::file_type v) { Type = v; } in setType() function
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.h | 423 void setType(const DIE *Ty) { this->Ty = Ty; } in setType() function
|
| H A D | DwarfDebug.cpp | 2129 NewTU.setType(NewTU.createTypeDIE(CTy)); in addDwarfTypeUnitType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 255 New->setType(Context.getFunctionType( in CheckEquivalentExceptionSpec() 274 New->setType(Context.getFunctionType( in CheckEquivalentExceptionSpec()
|
| H A D | SemaDecl.cpp | 2637 New->setType(QualType(AdjustedType, 0)); in MergeFunctionDecl() 2707 New->setType( in MergeFunctionDecl() 2874 New->setType(NewQType); in MergeFunctionDecl() 2951 New->setType(Context.getFunctionType(MergedReturn, ArgTypes, in MergeFunctionDecl() 3032 New->setType(Merged); in MergeCompatibleFunctionDecls() 3121 New->setType(Context.DependentTy); in MergeVarDeclTypes() 3143 New->setType(MergedT); in MergeVarDeclTypes() 5073 decl->setType(type); in inferObjCARCLifetime() 6102 NewVD->setType(T); in CheckVariableDeclarationType() 6185 NewVD->setType(FixedTInfo->getType()); in CheckVariableDeclarationType() [all …]
|
| H A D | Sema.cpp | 354 ImpCast->setType(Ty); in ImpCastExprToType() 784 VD->setType(T); in ActOnEndOfTranslationUnit()
|
| H A D | SemaStmt.cpp | 112 var->setType(type.withConst()); in ActOnForEachDeclStmt() 1791 D->setType(FirstType); in ActOnObjCForCollectionStmt() 1846 Decl->setType(InitType); in FinishForRangeVarDecl() 2146 LoopVar->setType(SubstAutoType(LoopVar->getType(), Context.DependentTy)); in BuildCXXForRangeStmt()
|
| H A D | SemaInit.cpp | 135 E->setType(Ty); in updateStringLiteralType() 371 InitExpr->setType(SemaRef.Context.VoidTy); in PerformEmptyInit() 728 StructuredSubobjectInitList->setType(T); in CheckImplicitInitList() 775 IList->setType(ExprTy); in CheckExplicitInitList() 776 StructuredList->setType(ExprTy); in CheckExplicitInitList() 2347 Result->setType(ResultType); in getStructuredSubobjectInit() 6152 ILE->setType(E->getType()); in Perform()
|
| H A D | SemaExpr.cpp | 4819 TheCall->setType(FuncT->getCallResultType(Context)); in BuildResolvedCallExpr() 4993 E->setType(Context.VoidTy); // FIXME: just a place holder for now. in ActOnInitList() 5447 initE->setType(Ty); in BuildVectorLiteral() 6730 Initializer->setType(UnionType); in ConstructTransparentUnion() 13222 E->setType(SubExpr->getType()); in rebuildSugarExpr() 13242 E->setType(S.Context.getPointerType(SubExpr->getType())); in VisitUnaryAddrOf() 13251 E->setType(VD->getType()); in resolveDecl() 13316 E->setType(SubExpr->getType()); in rebuildSugarExpr() 13339 E->setType(DestType); in VisitUnaryAddrOf() 13400 E->setType(DestType.getNonLValueExprType(S.Context)); in VisitCallExpr() [all …]
|
| H A D | SemaChecking.cpp | 94 TheCall->setType(Ty); in SemaBuiltinAnnotation() 110 TheCall->setType(ResultType); in SemaBuiltinAddressof() 196 BuiltinCall->setType(CE->getType()); in SemaBuiltinCallWithStaticChain() 307 TheCall->setType(Context.IntTy); in CheckBuiltinFunctionCall() 311 TheCall->setType(Context.IntTy); in CheckBuiltinFunctionCall() 736 TheCall->setType(ValType); in CheckARMBuiltinExclusiveCall() 751 TheCall->setType(Context.IntTy); in CheckARMBuiltinExclusiveCall() 1894 TheCall->setType(ResultType); in SemaBuiltinAtomicOverloaded() 2007 TheCall->setType(Context.VoidTy); in SemaBuiltinVAStart()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3089 FunctionParam->setType(T); in addInstantiatedParametersToScope() 3115 FunctionParam->setType(T); in addInstantiatedParametersToScope() 3223 New->setType(SemaRef.Context.getFunctionType( in InitFunctionInstantiation() 3532 VarSpec->setType(DI->getType()); in CompleteVarTemplateSpecializationDecl()
|
| H A D | SemaDeclCXX.cpp | 5271 MD->setType(Context.getFunctionType(ReturnType, in CheckExplicitlyDefaultedSpecialMember() 8822 DefaultCon->setType(Context.getFunctionType(Context.VoidTy, None, EPI)); in DeclareImplicitDefaultConstructor() 9117 DerivedCtor->setType(Context.getFunctionType(FPT->getReturnType(), in declareCtor() 9288 Destructor->setType(Context.getFunctionType(Context.VoidTy, None, EPI)); in DeclareImplicitDestructor() 9386 Destructor->setType(Context.getFunctionType(Context.VoidTy, None, EPI)); in AdjustDestructorExceptionSpec() 9920 CopyAssignment->setType(Context.getFunctionType(RetType, ArgType, EPI)); in DeclareImplicitCopyAssignment() 10309 MoveAssignment->setType(Context.getFunctionType(RetType, ArgType, EPI)); in DeclareImplicitMoveAssignment() 10742 CopyConstructor->setType( in DeclareImplicitCopyConstructor() 10919 MoveConstructor->setType( in DeclareImplicitMoveConstructor()
|
| H A D | SemaType.cpp | 2923 Param->setType(ParamTy); in GetFullTypeForDeclarator() 2928 Param->setType(ParamTy); in GetFullTypeForDeclarator() 5013 DRE->setType(T); in RequireCompleteExprType() 5014 E->setType(T); in RequireCompleteExprType()
|
| H A D | SemaLambda.cpp | 1481 CallOperator->setType(FunctionTy); in ActOnLambdaExpr()
|
| H A D | SemaObjCProperty.cpp | 675 ivar->setType(ivarType); in checkARCPropertyImpl()
|
| /minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.h | 355 void setType(unsigned ResNo, const EEVT::TypeSet &T) { Types[ResNo] = T; } in setType() function
|
| H A D | DAGISelMatcherGen.cpp | 472 NodeNoTypes->setType(i, N->getExtType(i)); in EmitMatchCode()
|
| H A D | CodeGenDAGPatterns.cpp | 2949 ResultPattern->setType(i, Res0Node->getExtType(i)); in parseInstructionPattern() 3407 DstPattern->setType(i, Result.getOnlyTree()->getExtType(i)); in ParsePatterns() 3461 R->setType(i, Orig->getExtType(i)); in CombineChildVariants()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 391 setType(C.DependentTy); in OverloadExpr() 1353 setType(C.BoundMemberTy); in UnresolvedMemberExpr()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 595 VD->setType(Reader.readType(F, Record, Idx)); in VisitValueDecl() 949 D->setType(GetTypeSourceInfo(Record, Idx)); in VisitObjCPropertyDecl() 3654 FD->setType(Reader.Context.getFunctionType( in UpdateDecl()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 2261 void setType(TypeSourceInfo *T) { DeclType = T; } in setType() function
|
| H A D | Expr.h | 118 setType(T); in Expr() 126 void setType(QualType t) { in setType() function
|
| H A D | Decl.h | 497 void setType(QualType newType) { DeclType = newType; } in setType() function
|