HomeSort by: relevance | last modified time | path
    Searched defs:IK (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
ModelInjector.cpp 70 InputKind IK = Language::CXX; // FIXME
72 FrontendOpts.Inputs.emplace_back(fileName, IK);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ChainedIncludesSource.cpp 120 InputKind IK = CI.getFrontendOpts().Inputs[0].getKind();
139 FrontendInputFile InputFile(includes[i], IK);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IVDescriptors.h 282 InductionKind getKind() const { return IK; }
319 if (IK == IK_FpInduction && InductionBinOp &&
347 InductionKind IK = IK_NoInduction;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600MachineScheduler.cpp 195 int IK = getInstKind(SU);
198 if (IK == IDOther)
201 Pending[IK].push_back(SU);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 2705 auto IK = static_cast<OMPDeclareReductionDecl::InitKind>(Record.readInt());
2706 D->setInitializer(Init, IK);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 3457 PredefinedExpr::IdentKind IK) {
3481 auto Str = PredefinedExpr::ComputeName(IK, currentDecl);
3485 if (IK == PredefinedExpr::LFunction || IK == PredefinedExpr::LFuncSig) {
3506 return PredefinedExpr::Create(Context, Loc, ResTy, IK, SL);
3510 PredefinedExpr::IdentKind IK;
3514 case tok::kw___func__: IK = PredefinedExpr::Func; break; // [C99 6.4.2.2]
3515 case tok::kw___FUNCTION__: IK = PredefinedExpr::Function; break;
3516 case tok::kw___FUNCDNAME__: IK = PredefinedExpr::FuncDName; break; // [MS]
3517 case tok::kw___FUNCSIG__: IK = PredefinedExpr::FuncSig; break; // [MS
    [all...]

Completed in 36 milliseconds