Home
last modified time | relevance | path

Searched defs:IK (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp70 InputKind IK = Language::CXX; // FIXME in onBodySynthesis() local
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DChainedIncludesSource.cpp120 InputKind IK = CI.getFrontendOpts().Inputs[0].getKind(); in createChainedIncludesSource() local
H A DCompilerInvocation.cpp444 InputKind IK) { in FixupInvocation()
537 static unsigned getOptimizationLevel(ArgList &Args, InputKind IK, in getOptimizationLevel()
1547 InputKind IK, in ParseCodeGenArgs()
2773 InputKind IK = DashX; in ParseFrontendArgs() local
3070 void CompilerInvocation::setLangDefaults(LangOptions &Opts, InputKind IK, in setLangDefaults()
3221 static bool IsInputCompatibleWithStandard(InputKind IK, in IsInputCompatibleWithStandard()
3263 static const StringRef GetInputKindName(InputKind IK) { in GetInputKindName()
3298 const llvm::Triple &T, InputKind IK) { in GenerateLangArgs()
3535 InputKind IK, const llvm::Triple &T, in ParseLangArgs()
H A DCompilerInstance.cpp1191 InputKind IK(getLanguageFromOptions(ImportingInstance.getLangOpts()), in compileModule() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.cpp195 int IK = getInstKind(SU); in releaseBottomNode() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h347 InductionKind IK = IK_NoInduction; variable
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclOpenMP.h252 void setInitializer(Expr *E, InitKind IK) { in setInitializer()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1694 InvalidationKinds IK) { in setTrait()
1699 InvalidationKinds IK) { in setTrait()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp507 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FNTy, IdentKind IK, in PredefinedExpr()
527 QualType FNTy, IdentKind IK, in Create()
542 StringRef PredefinedExpr::getIdentKindName(PredefinedExpr::IdentKind IK) { in getIdentKindName()
566 std::string PredefinedExpr::ComputeName(IdentKind IK, const Decl *CurrentDecl) { in ComputeName()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2705 auto IK = static_cast<OMPDeclareReductionDecl::InitKind>(Record.readInt()); in VisitOMPDeclareReductionDecl() local
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3457 PredefinedExpr::IdentKind IK) { in BuildPredefinedExpr()
3510 PredefinedExpr::IdentKind IK; in ActOnPredefinedExpr() local
H A DTreeTransform.h2407 PredefinedExpr::IdentKind IK) { in RebuildPredefinedExpr()