Home
last modified time | relevance | path

Searched +full:build +full:- +full:ci +full:- +full:container (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project/.github/workflows/
H A Dbuild-ci-container.yml1 name: Build CI Container
9 - main
11 - .github/workflows/build-ci-container
[all...]
H A Dci-post-commit-analyzer.yml1 name: Post-Commit Static Analyzer
9 - 'release/**'
11 - 'clang/**'
12 - 'llvm/**'
13 - '.github/workflows/ci-post-commit-analyzer.yml'
16 - opened
17 - synchronize
18 - reopened
19 - closed
21 - '.github/workflows/ci-post-commit-analyzer.yml'
[all …]
H A Dllvm-project-tests.yml17 default: '["ubuntu-latest", "windows-2019", "macOS-13"]'
40 # Use windows-2019 due to:
41 # https://developercommunity.visualstudio.com/t/Prev-Issue---with-__assume-isna
[all...]
/llvm-project/libcxx/utils/ci/
H A DDockerfile1 # ===----------
[all...]
H A Drun-buildbot-container3 # This script starts a shell in a container running the libc++ build bot Docker
7 # Once you're inside the shell, you can run the various build jobs with the
8 # `run-buildbot` script.
11 # monorepo will be mounted as `/llvm` inside the container. Be careful, the
12 # state in `/llvm` is shared between the container and the host machine, which
13 # is useful for editing files on the host machine and re-running the build bot
14 # in the container.
17 # the user in the container does
[all...]
H A Drun-buildbot2 # ===----------
[all...]
/llvm-project/libcxx/docs/
H A DTestingLibcxx.rst15 The primary way to run the libc++ tests is by using ``make check-cxx``.
27 -----
30 running ``llvm-lit`` on a specified test or directory. If you're unsure
32 ``cxx-test-depends`` target. For example:
34 .. code-bloc
[all...]
H A DContributing.rst14 Looking for pre-existing pull requests
19 filtering pull requests `tagged with libc++ <https://github.com/llvm/llvm-project/pulls?q=is%3Apr+is%3Aopen+label%3Alibc%2B%2B>`__.
23 RFCs for significant user-affecting changes
36 should be run locally by developers before submitting patches and is also run as part of our CI
49 ------
[all...]
H A DHardening.rst10 .. _using-hardening-modes:
17 the standard library. Different hardening modes make different trade-offs
21 - **Unchecked mode/none**, which disables all hardening checks.
22 - **Fast mode**, which contains a set of security-critical checks that can be
25 - **Extensive mode**, which contains all the checks from fast mode and some
27 but aren't security-critical. Production builds requiring a broader set of
31 - **Debug mode**, which enables all the available checks in the library,
34 non-productio
[all...]
/llvm-project/clang-tools-extra/clangd/unittests/
H A DSymbolCollectorTests.cpp1 //===-- SymbolCollectorTests.cpp --------
118 void build(llvm::StringRef HeaderCode, llvm::StringRef Code = "") { build() function in clang::clangd::__anon8dddb8c00111::ShouldCollectSymbolTest
248 CreateASTConsumer(CompilerInstance & CI,llvm::StringRef InFile) create() argument
254 BeginInvocation(CompilerInstance & CI) create() argument
929 auto Container = [&](llvm::StringRef RangeName) { TEST_F() local
[all...]
H A DCodeCompleteTests.cpp1 //===-- CodeCompleteTests.cpp --------
130 auto CI = buildCompilerInvocation(Inputs, Diags); global() local
1361 auto CI = buildCompilerInvocation(Inputs, Diags); global() local
1663 auto CI = buildCompilerInvocation(Inputs, Diags); TEST() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp1 //===--- AnalysisConsumer.cpp - ASTConsumer for running Analyses ------
123 AnalysisConsumer(CompilerInstance & CI,const std::string & outdir,AnalyzerOptions & opts,ArrayRef<std::string> plugins,CodeInjector * injector) AnalysisConsumer() argument
758 CreateAnalysisConsumer(CompilerInstance & CI) CreateAnalysisConsumer() argument
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1 //===--- CGExprConstant.cpp - Emit LLVM Code from Constant Expressions ----===//
5 // SPDX-License-Identifie
131 llvm::Constant *build(llvm::Type *DesiredTy, bool AllowOversized) const { build() function in __anonc05b2bc40111::ConstantAggregateBuilder
256 auto *CI = dyn_cast<llvm::ConstantInt>(ToUpdate); addBits() local
613 AppendBitField(const FieldDecl * Field,uint64_t FieldOffset,llvm::ConstantInt * CI,bool AllowOverwrite) AppendBitField() argument
687 bool ConstStructBuilder::Build(const InitListExpr *ILE, bool AllowOverwrite) { Build() function in __anonc05b2bc40111::ConstStructBuilder
765 if (auto *CI = dyn_cast<llvm::ConstantInt>(EltInit)) { Build() local
794 bool ConstStructBuilder::Build(const APValue &Val, const RecordDecl *RD, Build() function in __anonc05b2bc40111::ConstStructBuilder
1076 if (auto *CI = dyn_cast<llvm::ConstantInt>(C)) { ProduceIntToIntCast() local
1469 if (auto *CI = dyn_cast<llvm::ConstantInt>(C)) VisitUnaryMinus() local
[all...]
H A DCGObjCMac.cpp1 //===------- CGObjCMac.cpp - Interface to Apple Objective-C Runtime -
2377 for (const auto &CI : blockDecl->captures()) { visitBlock() local
2906 for (const auto &CI : blockDecl->captures()) { fillRunSkipBlockVars() local
3224 EmitPropertyList(Twine Name,const Decl * Container,const ObjCContainerDecl * OCD,const ObjCCommonTypesHelper & ObjCTypes,bool IsClassProperty) EmitPropertyList() argument
5652 GetPropertyTypeString(const ObjCPropertyDecl * PD,const Decl * Container) GetPropertyTypeString() argument
6153 AddModuleClassList(ArrayRef<llvm::GlobalValue * > Container,StringRef SymbolName,StringRef SectionName) AddModuleClassList() argument
6384 BuildClassObject(const ObjCInterfaceDecl * CI,bool isMetaclass,llvm::Constant * IsAGV,llvm::Constant * SuperClassGV,llvm::Constant * ClassRoGV,bool HiddenVisibility) BuildClassObject() argument
6487 const auto *CI = ID->getClassInterface(); GenerateClass() local
6830 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); ObjCIvarOffsetVariable() local
[all...]
/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1 //===- ASTUnit.cpp - ASTUnit utility --------
1046 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument
1483 transferASTDataFromCompilerInstance(CompilerInstance & CI) transferASTDataFromCompilerInstance() argument
1530 create(std::shared_ptr<CompilerInvocation> CI,IntrusiveRefCntPtr<DiagnosticsEngine> Diags,CaptureDiagsKind CaptureDiagnostics,bool UserFilesAreVolatile) create() argument
1551 LoadFromCompilerInvocationAction(std::shared_ptr<CompilerInvocation> CI,std::shared_ptr<PCHContainerOperations> PCHContainerOps,IntrusiveRefCntPtr<DiagnosticsEngine> Diags,FrontendAction * Action,ASTUnit * Unit,bool Persistent,StringRef ResourceFilesPath,bool OnlyLocalDecls,CaptureDiagsKind CaptureDiagnostics,unsigned PrecompilePreambleAfterNParses,bool CacheCodeCompletionResults,bool UserFilesAreVolatile,std::unique_ptr<ASTUnit> * ErrAST) LoadFromCompilerInvocationAction() argument
1722 LoadFromCompilerInvocation(std::shared_ptr<CompilerInvocation> CI,std::shared_ptr<PCHContainerOperations> PCHContainerOps,IntrusiveRefCntPtr<DiagnosticsEngine> Diags,FileManager * FileMgr,bool OnlyLocalDecls,CaptureDiagsKind CaptureDiagnostics,unsigned PrecompilePreambleAfterNParses,TranslationUnitKind TUKind,bool CacheCodeCompletionResults,bool IncludeBriefCommentsInCodeCompletion,bool UserFilesAreVolatile) LoadFromCompilerInvocation() argument
1782 std::shared_ptr<CompilerInvocation> CI; LoadFromCommandLine() local
[all...]
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py11 /Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 types
14 Session logs for test failures/errors/unexpected successes will go into directory '2012-05-16-13_35_42'
15 Command invoked: python ./dotest.py -A x86_64 types
19 -----
1454 def build( global() member in Base
[all...]
/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h1 //===----- SemaObjC.h -----
[all...]
H A DSema.h1 //===--- Sema.h - Semantic Analysis & AST Building ------
[all...]
/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp1 //===------ Interpreter.cpp - Incremental Compilation and Execution ---
243 Interpreter(std::unique_ptr<CompilerInstance> CI,llvm::Error & ErrOut,std::unique_ptr<llvm::orc::LLJITBuilder> JITBuilder) Interpreter() argument
308 create(std::unique_ptr<CompilerInstance> CI) create() argument
327 createWithCUDA(std::unique_ptr<CompilerInstance> CI,std::unique_ptr<CompilerInstance> DCI) createWithCUDA() argument
[all...]
/llvm-project/llvm/docs/
H A DCodingStandards.rst14 particularly important for large-scale code bases that follow a library-based
35 want patches that do large-scale reformatting of existing code. On the other
48 environment restrictions, historical restrictions, or due to third-party source
53 For automation, build-systems and utility scripts Python is preferred and
57 ----
[all...]
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1 //===- CoroFrame.cpp - Builds and manipulates coroutine frame --------
622 if (auto *CI = dyn_cast<ConstantInt>(AI->getArraySize())) addFieldForAlloca() local
969 __anon0ad1b9b91302(const auto &Container) cacheDIVar() argument
1775 if (auto *CI = dyn_cast<ConstantInt>(AI->getArraySize())) { insertSpills() local
2068 if (auto *CI = dyn_cast<CallInst>(Inst)) { insertSpills() local
[all...]
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1 //===- SLPVectorizer.cpp - A bottom up SLP Vectorizer --------
375 const auto *CI = dyn_cast<ConstantInt>(IE->getOperand(2)); getInsertExtractIndex() local
621 auto *CI = dyn_cast<ConstantInt>(E->getOperand(1)); getExtractIndex() local
709 isCmpSameOrSwapped(const CmpInst * BaseCI,const CmpInst * CI,const TargetLibraryInfo & TLI) isCmpSameOrSwapped() argument
913 CallInst *CI = cast<CallInst>(UserInst); doesInTreeUserNeedToExtract() local
2951 VecTreeTy &Container; global() member
6107 } else if (auto *CI = dyn_cast<CmpInst>(I)) { generateKeySubkey() local
6500 CallInst *CI = cast<CallInst>(VL0); getScalarsVectorizationState() local
7308 auto *CI = dyn_cast<ConstantInt>(Op); buildTree_rec() local
7338 CallInst *CI = cast<CallInst>(VL0); buildTree_rec() local
7392 auto *CI = dyn_cast<CmpInst>(VL0); buildTree_rec() local
7569 getVectorCallCosts(CallInst * CI,FixedVectorType * VecTy,TargetTransformInfo * TTI,TargetLibraryInfo * TLI,ArrayRef<Type * > ArgTys) getVectorCallCosts() argument
7640 auto *CI = cast<CmpInst>(I); isAlternateInstruction() local
7671 if (auto *CI = dyn_cast<ConstantInt>(V)) getOperandInfo() local
7677 if (auto *CI = dyn_cast<ConstantInt>(V)) getOperandInfo() local
9199 buildIntrinsicArgTypes(const CallInst * CI,const Intrinsic::ID ID,const unsigned VF,unsigned MinBW) buildIntrinsicArgTypes() argument
9230 else if (auto *CI = dyn_cast<CmpInst>(VL[0])) getEntryCost() local
9695 auto *CI = dyn_cast<ConstantInt>(Op); getEntryCost() local
9797 auto *CI = cast<CallInst>(UniqueValues[Idx]); getEntryCost() local
9808 auto *CI = cast<CallInst>(VL0); getEntryCost() local
11573 if (auto *CI = dyn_cast<CastInst>(Scalar); gather() local
13038 auto *CI = cast<CastInst>(VL0); vectorizeTree() local
13214 auto *CI = dyn_cast<ConstantInt>(Op); vectorizeTree() local
13409 CallInst *CI = cast<CallInst>(VL0); vectorizeTree() local
13834 if (auto *CI = EEIt->second.second) vectorizeTree() local
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1 //===- NewGVN.cpp - Global Value Numbering Pass --------
1161 if (auto *CI = dyn_cast<CmpInst>(I)) { createExpression() local
1194 } else if (auto *CI = dyn_cast<CastInst>(I)) { createExpression() local
1275 createCallExpression(CallInst * CI,const MemoryAccess * MA) const createCallExpression() argument
1602 auto *CI = cast<CallInst>(I); performSymbolicCallEvaluation() local
1844 auto *CI = cast<CmpInst>(I); performSymbolicCmpEvaluation() local
2406 if (auto *CI = dyn_cast<CmpInst>(I)) performCongruenceFinding() local
2491 ConstantInt *CI; processOutgoingEdges() local
[all...]
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1 //===-- RewriteModernObjC.cpp - Playground for the code rewriter -------
4364 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag); SynthesizeBlockLiterals() local
5357 for (const auto &CI : block->captures()) { SynthBlockInitExpr() local
5734 ObjCImplementationDecl *CI = cast<ObjCImplementationDecl>(D); HandleDeclInMainFile() local
5739 ObjCCategoryImplDecl *CI = cast<ObjCCategoryImplDecl>(D); HandleDeclInMainFile() local
6356 Write_prop_list_t_initializer(RewriteModernObjC & RewriteObj,ASTContext * Context,std::string & Result,ArrayRef<ObjCPropertyDecl * > Properties,const Decl * Container,StringRef VarName,StringRef ProtocolName) Write_prop_list_t_initializer() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp1 //===----- SemaObjC.cpp ---- Semantic Analysis for Objective-
1739 AddXConsumedAttr(Decl * D,const AttributeCommonInfo & CI,Sema::RetainOwnershipKind K,bool IsTemplateInstantiation) AddXConsumedAttr() argument
[all...]

12