OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsExplicit
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
5510
bool
IsExplicit
= Record[Idx++];
5526
ModMap.findOrCreateModule(Name, ParentModule, IsFramework,
IsExplicit
)
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp
286
bool
IsExplicit
; // true - The IT instruction was present in the
321
bool inExplicitITBlock() { return inITBlock() && ITState.
IsExplicit
; }
322
bool inImplicitITBlock() { return inITBlock() && !ITState.
IsExplicit
; }
334
if (++ITState.CurPosition == 5 - TZ && ITState.
IsExplicit
)
408
ITState.
IsExplicit
= false;
420
ITState.
IsExplicit
= true;
Completed in 43 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026