OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getOrInsertSyncScopeID
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContextImpl.cpp
209
SyncScope::ID LLVMContextImpl::
getOrInsertSyncScopeID
(StringRef SSN) {
LLVMContext.cpp
88
pImpl->
getOrInsertSyncScopeID
("singlethread");
94
pImpl->
getOrInsertSyncScopeID
("");
290
SyncScope::ID LLVMContext::
getOrInsertSyncScopeID
(StringRef SSN) {
291
return pImpl->
getOrInsertSyncScopeID
(SSN);
Completed in 47 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026