OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLevel
(Results
1 - 22
of
22
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
PlistReporter.cpp
86
if (D.
getLevel
() == DiagnosticsEngine::Ignored)
98
EmitString(o, getLevelName(D.
getLevel
())) << '\n';
TransProtectedScope.cpp
137
for (; DiagI != DiagE && DiagI->
getLevel
() == DiagnosticsEngine::Note;
148
assert(Diag.
getLevel
() == DiagnosticsEngine::Note);
ARCMT.cpp
45
if (eraseS->
getLevel
() != DiagnosticsEngine::Note)
46
while (I != List.end() && I->
getLevel
() == DiagnosticsEngine::Note)
88
if (I->
getLevel
() >= DiagnosticsEngine::Error)
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GenericDomTreeConstruction.h
294
if (TN && TN->
getLevel
() < MinLevel)
635
return LHS->
getLevel
() < RHS->
getLevel
();
756
const unsigned NCDLevel = NCD->
getLevel
();
768
if (NCDLevel + 1 >= To->
getLevel
())
781
const unsigned CurrentLevel = TN->
getLevel
();
800
const unsigned SuccLevel = SuccTN->
getLevel
();
857
assert(TN->
getLevel
() == TN->getIDom()->
getLevel
() + 1 &&
992
const unsigned Level = ToIDomTN->
getLevel
();
[
all
...]
GenericIteratedDominanceFrontier.h
153
PQ.push({Node, std::make_pair(Node->
getLevel
(), Node->getDFSNumIn())});
179
const unsigned SuccLevel = SuccNode->
getLevel
();
GenericDomTree.h
90
unsigned
getLevel
() const { return Level; }
180
<< Node->
getLevel
() << "]\n";
435
if (A->
getLevel
() >= B->
getLevel
()) return false;
489
if (NodeA->
getLevel
() < NodeB->
getLevel
()) std::swap(NodeA, NodeB);
892
const unsigned ALevel = A->
getLevel
();
897
while ((IDom = B->getIDom()) != nullptr && IDom->
getLevel
() >= ALevel)
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXStoredDiagnostic.cpp
27
switch (Diag.
getLevel
()) {
CIndex.cpp
94
if (D->
getLevel
() >= DiagnosticsEngine::Error &&
/src/external/apache2/llvm/dist/clang/lib/AST/
AttrImpl.cpp
151
if (Level <= Attr->
getLevel
()) {
152
Level = Attr->
getLevel
();
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
BreadthFirstIterator.h
144
unsigned
getLevel
() const { return Level; }
/src/external/apache2/llvm/dist/clang/lib/Basic/
DiagnosticIDs.cpp
373
///
getLevel
- Return the level of the specified custom diagnostic.
374
DiagnosticIDs::Level
getLevel
(unsigned DiagID) const {
494
return CustomDiagInfo->
getLevel
(DiagID);
817
return CustomDiagInfo->
getLevel
(DiagID) >= DiagnosticIDs::Error;
Diagnostic.cpp
502
Level DiagLevel = storedDiag.
getLevel
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeMoverUtils.cpp
105
return DA->
getLevel
() < DB->
getLevel
();
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineSizeEstimatorAnalysis.cpp
148
Ret = std::max(Ret, TN->
getLevel
());
/src/external/apache2/llvm/dist/clang/lib/Frontend/
DiagnosticRenderer.cpp
144
emitDiagnostic(Diag.getLocation(), Diag.
getLevel
(), Diag.getMessage(),
ASTUnit.cpp
1253
OutDiag.Level = InDiag.
getLevel
();
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h
1678
DiagnosticsEngine::Level
getLevel
() const { return Level; }
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
declaration.h
635
int
getLevel
(FuncDeclaration *fd, int intypeof); // lexical nesting level difference
func.d
1108
final int
getLevel
(FuncDeclaration fd, int intypeof)
1110
//printf("FuncDeclaration::
getLevel
(fd = '%s')\n", fd.toChars());
1172
int level =
getLevel
(fd, sc.intypeof);
escape.d
1246
!(!refs && sc.func.isFuncDeclaration().
getLevel
(pfunc, sc.intypeof) > 0)
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
20087
ActiveAttr.getValue()->
getLevel
() == Level) {
20095
ActiveAttr.getValue()->
getLevel
() == Level) {
20100
if (ActiveAttr.hasValue() && ActiveAttr.getValue()->
getLevel
() == Level)
20192
if (ActiveAttr.hasValue() && ActiveAttr.getValue()->
getLevel
() >= Level)
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp
2698
if (!ActiveAttr || (*ActiveAttr)->
getLevel
() != (unsigned)-1)
Completed in 132 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026