Home
last modified time | relevance | path

Searched refs:updateBranches (Results 1 – 16 of 16) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/git/
H A Dgitplugin.h75 static void updateBranches(const QString &repository);
H A Dgitplugin.cpp287 void updateBranches(const QString &repository);
1017 this, &GitPluginPrivate::updateBranches, Qt::QueuedConnection); in GitPluginPrivate()
1799 void GitPluginPrivate::updateBranches(const QString &repository) in updateBranches() function in Git::Internal::GitPluginPrivate
1999 void GitPlugin::updateBranches(const QString &repository) in updateBranches() function in Git::Internal::GitPlugin
2001 dd->updateBranches(repository); in updateBranches()
H A Dgitclient.cpp1422 this, [workingDirectory]() { GitPlugin::updateBranches(workingDirectory); }); in removeStaleRemoteBranches()
3095 this, [workingDirectory] { GitPlugin::updateBranches(workingDirectory); }); in fetch()
3335 GitPlugin::updateBranches(workingDirectory); in push()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DBBSectionsPrepare.cpp155 static void updateBranches( in updateBranches() function
322 updateBranches(MF, PreLayoutFallThroughs); in assignSectionsAndSortBasicBlocks()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DBBSectionsPrepare.cpp155 static void updateBranches( in updateBranches() function
322 updateBranches(MF, PreLayoutFallThroughs); in assignSectionsAndSortBasicBlocks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp157 static void updateBranches( in updateBranches() function
293 updateBranches(MF, PreLayoutFallThroughs); in sortBasicBlocksAndUpdateBranches()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp163 static void updateBranches( in updateBranches() function
299 updateBranches(MF, PreLayoutFallThroughs); in sortBasicBlocksAndUpdateBranches()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DBasicBlockSections.cpp163 static void updateBranches( in updateBranches() function
299 updateBranches(MF, PreLayoutFallThroughs); in sortBasicBlocksAndUpdateBranches()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp157 static void updateBranches( in updateBranches() function
293 updateBranches(MF, PreLayoutFallThroughs); in sortBasicBlocksAndUpdateBranches()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp163 static void updateBranches( in updateBranches() function
299 updateBranches(MF, PreLayoutFallThroughs); in sortBasicBlocksAndUpdateBranches()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp175 static void updateBranches( in updateBranches() function
311 updateBranches(MF, PreLayoutFallThroughs); in sortBasicBlocksAndUpdateBranches()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp163 static void updateBranches( in updateBranches() function
299 updateBranches(MF, PreLayoutFallThroughs); in sortBasicBlocksAndUpdateBranches()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp157 static void updateBranches( in updateBranches() function
293 updateBranches(MF, PreLayoutFallThroughs); in sortBasicBlocksAndUpdateBranches()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp163 static void updateBranches( in updateBranches() function
299 updateBranches(MF, PreLayoutFallThroughs); in sortBasicBlocksAndUpdateBranches()
/dports/devel/hs-git-annex/git-annex-8.20210903/Command/
H A DSync.hs25 updateBranches,
428 updateBranches b
431 updateBranches :: CurrBranch -> Annex ()
432 updateBranches (Nothing, _) = noop function
433 updateBranches (Just branch, madj) = do function
/dports/devel/hs-git-annex/git-annex-8.20210903/Assistant/Threads/
H A DCommitter.hs240 Command.Sync.updateBranches =<< getCurrentBranch