Searched refs:IK (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp70 InputKind IK = Language::CXX; // FIXME local
72 FrontendOpts.Inputs.emplace_back(fileName, IK);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h268 InductionKind getKind() const { return IK; }
305 return (IK == IK_FpInduction) && InductionBinOp &&
312 if (IK != IK_FpInduction)
342 InductionKind IK = IK_NoInduction; member in class:llvm::InductionDescriptor
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp120 InputKind IK = CI.getFrontendOpts().Inputs[0].getKind(); local
138 FrontendInputFile InputFile(includes[i], IK);
H A DCompilerInvocation.cpp180 static unsigned getOptimizationLevel(ArgList &Args, InputKind IK, argument
183 if (IK.getLanguage() == Language::OpenCL && !Args.hasArg(OPT_cl_opt_disable))
700 static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK, argument
707 unsigned OptimizationLevel = getOptimizationLevel(Args, IK, Diags);
1011 if (IK.getLanguage() != Language::LLVM_IR)
1389 IK.getLanguage() != Language::LLVM_IR)
2075 InputKind IK = DashX; local
2076 if (IK.isUnknown()) {
2077 IK = FrontendOptions::getInputKindForExtension(
2080 if (IK
2096 Opts.Inputs.emplace_back(std::move(Inputs[i]), IK, IsSystem); local
2254 setLangDefaults(LangOptions &Opts, InputKind IK, const llvm::Triple &T, PreprocessorOptions &PPOpts, LangStandard::Kind LangStd) argument
2422 IsInputCompatibleWithStandard(InputKind IK, const LangStandard &S) argument
2460 GetInputKindName(InputKind IK) argument
2490 ParseLangArgs(LangOptions &Opts, ArgList &Args, InputKind IK, const TargetOptions &TargetOpts, PreprocessorOptions &PPOpts, DiagnosticsEngine &Diags) argument
[all...]
H A DCompilerInstance.cpp1208 InputKind IK(getLanguageFromOptions(ImportingInstance.getLangOpts()),
1227 FrontendInputFile(ModuleMapFile->getName(), IK, +Module->IsSystem),
1245 FrontendInputFile(FakeModuleMapFile, IK, +Module->IsSystem),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp802 : StartValue(Start), IK(K), Step(Step), InductionBinOp(BOp) {
803 assert(IK != IK_NoInduction && "Not an induction");
808 assert((IK != IK_PtrInduction || StartValue->getType()->isPointerTy()) &&
810 assert((IK != IK_IntInduction || StartValue->getType()->isIntegerTy()) &&
817 assert((IK != IK_PtrInduction || getConstIntStepValue()) &&
819 assert((IK == IK_FpInduction || Step->getType()->isIntegerTy()) &&
822 assert((IK != IK_FpInduction || Step->getType()->isFloatingPointTy()) &&
824 assert((IK != IK_FpInduction ||
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp498 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FNTy, IdentKind IK, argument
501 PredefinedExprBits.Kind = IK;
502 assert((getIdentKind() == IK) &&
512 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FnTy, IdentKind IK, argument
515 PredefinedExprBits.Kind = IK;
516 assert((getIdentKind() == IK) &&
518 assert(IK == UniqueStableNameType &&
526 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FnTy, IdentKind IK, argument
529 PredefinedExprBits.Kind = IK;
530 assert((getIdentKind() == IK)
545 Create(const ASTContext &Ctx, SourceLocation L, QualType FNTy, IdentKind IK, StringLiteral *SL) argument
555 Create(const ASTContext &Ctx, SourceLocation L, QualType FNTy, IdentKind IK, StringLiteral *SL, TypeSourceInfo *Info) argument
569 Create(const ASTContext &Ctx, SourceLocation L, QualType FNTy, IdentKind IK, StringLiteral *SL, Expr *E) argument
590 getIdentKindName(PredefinedExpr::IdentKind IK) argument
615 ComputeName(ASTContext &Context, IdentKind IK, QualType Ty) argument
630 ComputeName(IdentKind IK, const Decl *CurrentDecl) argument
[all...]
H A DExprConstant.cpp14448 ICEDiag(ICEKind IK, SourceLocation l) : Kind(IK), Loc(l) {}
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.cpp200 int IK = getInstKind(SU); local
203 if (IK == IDOther)
206 Pending[IK].push_back(SU);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h177 /// \param IK - The input language.
181 static void setLangDefaults(LangOptions &Opts, InputKind IK,
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1700 InvalidationKinds IK) {
1701 SymTraitsMap[Sym] |= IK;
1705 InvalidationKinds IK) {
1708 setTrait(SR->getSymbol(), IK);
1710 MRTraitsMap[MR] |= IK;
1714 InvalidationKinds IK) const {
1717 return I->second & IK;
1723 InvalidationKinds IK) const {
1728 return hasTrait(SR->getSymbol(), IK);
1732 return I->second & IK;
1699 setTrait(SymbolRef Sym, InvalidationKinds IK) argument
1704 setTrait(const MemRegion *MR, InvalidationKinds IK) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h183 void setInitializer(Expr *E, InitKind IK) { argument
185 OMPDeclareReductionDeclBits.InitializerKind = IK;
H A DExpr.h1955 PredefinedExpr(SourceLocation L, QualType FNTy, IdentKind IK,
1957 PredefinedExpr(SourceLocation L, QualType FNTy, IdentKind IK,
1959 PredefinedExpr(SourceLocation L, QualType FNTy, IdentKind IK,
1999 QualType FNTy, IdentKind IK, StringLiteral *SL);
2001 QualType FNTy, IdentKind IK, StringLiteral *SL,
2004 QualType FNTy, IdentKind IK, StringLiteral *SL,
2054 static StringRef getIdentKindName(IdentKind IK);
2055 static std::string ComputeName(IdentKind IK, const Decl *CurrentDecl);
2056 static std::string ComputeName(ASTContext &Context, IdentKind IK,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1547 void setTrait(SymbolRef Sym, InvalidationKinds IK);
1548 void setTrait(const MemRegion *MR, InvalidationKinds IK);
1549 bool hasTrait(SymbolRef Sym, InvalidationKinds IK) const;
1550 bool hasTrait(const MemRegion *MR, InvalidationKinds IK) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3360 PredefinedExpr::IdentKind IK) {
3384 auto Str = PredefinedExpr::ComputeName(IK, currentDecl);
3388 if (IK == PredefinedExpr::LFunction || IK == PredefinedExpr::LFuncSig) {
3409 return PredefinedExpr::Create(Context, Loc, ResTy, IK, SL);
3477 PredefinedExpr::IdentKind IK; local
3481 case tok::kw___func__: IK = PredefinedExpr::Func; break; // [C99 6.4.2.2]
3482 case tok::kw___FUNCTION__: IK = PredefinedExpr::Function; break;
3483 case tok::kw___FUNCDNAME__: IK = PredefinedExpr::FuncDName; break; // [MS]
3484 case tok::kw___FUNCSIG__: IK
3359 BuildPredefinedExpr(SourceLocation Loc, PredefinedExpr::IdentKind IK) argument
[all...]
H A DTreeTransform.h2308 PredefinedExpr::IdentKind IK) {
2309 return getSema().BuildPredefinedExpr(Loc, IK);
2307 RebuildPredefinedExpr(SourceLocation Loc, PredefinedExpr::IdentKind IK) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp455 static void ParseLangArgs(LangOptions &Opts, InputKind IK, const char *triple) { argument
461 if (IK.getLanguage() == clang::Language::Asm) {
463 } else if (IK.isObjectiveC()) {
471 switch (IK.getLanguage()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2707 auto IK = static_cast<OMPDeclareReductionDecl::InitKind>(Record.readInt()); local
2708 D->setInitializer(Init, IK);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4888 PredefinedExpr::IdentKind IK);

Completed in 370 milliseconds