OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MEnd
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
IRSymtab.h
356
*
MEnd
= Symbols.begin() + M.End;
357
return {SymbolRef(MBegin,
MEnd
, Uncommons.begin() + M.UncBegin, this),
358
SymbolRef(
MEnd
,
MEnd
, nullptr, this)};
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ModuleManager.cpp
388
MEnd
= CurrentModule->Imports.rend();
389
M !=
MEnd
; ++M) {
442
MEnd
= NextModule->Imports.end();
443
M !=
MEnd
; ++M) {
GlobalModuleIndex.cpp
794
MEnd
= ModuleFiles.end();
795
M !=
MEnd
; ++M) {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
Math.h
239
unsigned *
MEnd
=
241
return hash_combine(M.Rows, M.Cols, hash_combine_range(MBegin,
MEnd
));
/src/external/apache2/llvm/dist/clang/lib/AST/
CXXInheritance.cpp
475
MEnd
= I->second.end();
476
M !=
MEnd
;
DeclCXX.cpp
1992
MEnd
= FinalOverriders->end();
1993
M !=
MEnd
&& !Done; ++M) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp
3961
MEnd
= PP.macro_end(LoadExternal);
3962
M !=
MEnd
; ++M) {
7537
MEnd
= SemaRef.MethodPool.end();
7538
M !=
MEnd
; ++M) {
7709
MEnd
= MethodPool.end();
7710
M !=
MEnd
; ++M) {
7784
MEnd
= MethodPool.end();
7785
M !=
MEnd
; ++M) {
8955
MEnd
= KnownMethods.end();
8956
M !=
MEnd
; ++M)
[
all
...]
SemaDecl.cpp
17457
MEnd
= FinalOverriders.end();
17458
M !=
MEnd
; ++M) {
SemaDeclCXX.cpp
5732
MEnd
= FinalOverriders.end();
5733
M !=
MEnd
;
/src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderSearch.cpp
1730
MEnd
= ModMap.module_end();
1731
M !=
MEnd
; ++M) {
ModuleMap.cpp
1282
MEnd
= Modules.end();
1283
M !=
MEnd
; ++M)
Completed in 57 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026