/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ChainedIncludesSource.cpp | 97 InputKind IK = CI.getFrontendOpts().Inputs[0].getKind(); in createChainedIncludesSource() local
|
H A D | CompilerInvocation.cpp | 571 InputKind IK) { in FixupInvocation() 694 static unsigned getOptimizationLevel(ArgList &Args, InputKind IK, in getOptimizationLevel() 1770 InputKind IK, in ParseCodeGenArgs() 3094 InputKind IK = DashX; in ParseFrontendArgs() local 3458 static bool IsInputCompatibleWithStandard(InputKind IK, in IsInputCompatibleWithStandard() 3504 static StringRef GetInputKindName(InputKind IK) { in GetInputKindName() 3544 InputKind IK) { in GenerateLangArgs() 3831 InputKind IK, const llvm::Triple &T, in ParseLangArgs()
|
H A D | CompilerInstance.cpp | 1334 InputKind IK(getLanguageFromOptions(ImportingInstance.getLangOpts()), in compileModule() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600MachineScheduler.cpp | 193 int IK = getInstKind(SU); in releaseBottomNode() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 388 InductionKind IK = IK_NoInduction; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclOpenMP.h | 252 void setInitializer(Expr *E, OMPDeclareReductionInitKind IK) { in setInitializer()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 1782 InvalidationKinds IK) { in setTrait() 1787 InvalidationKinds IK) { in setTrait()
|
H A D | ExprEngineCallAndReturn.cpp | 507 const auto IK = AMgr.options.getCTUPhase1Inlining(); in REGISTER_MAP_WITH_PROGRAMSTATE() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 618 PredefinedIdentKind IK, bool IsTransparent, in PredefinedExpr() 639 QualType FNTy, PredefinedIdentKind IK, in Create() 654 StringRef PredefinedExpr::getIdentKindName(PredefinedIdentKind IK) { in getIdentKindName() 678 std::string PredefinedExpr::ComputeName(PredefinedIdentKind IK, in ComputeName()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3055 auto IK = static_cast<OMPDeclareReductionInitKind>(Record.readInt()); in VisitOMPDeclareReductionDecl() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 3335 static const char *getImportTypeName(GlobalValueSummary::ImportKind IK) { in getImportTypeName()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1157 auto IK = GlobalValueSummary::ImportKind((RawFlags >> 10) & 1); // 1 bit in getDecodedGVSummaryFlags() local
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 10323 GlobalValueSummary::ImportKind IK; in parseGVFlags() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 2656 ExprResult RebuildPredefinedExpr(SourceLocation Loc, PredefinedIdentKind IK) { in RebuildPredefinedExpr()
|
H A D | SemaExpr.cpp | 3467 PredefinedIdentKind IK) { in BuildPredefinedExpr()
|