Searched refs:Levels (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpFrame.cpp | 131 llvm::SmallVector<Pointer, 2> Levels; in print() local 133 Levels.push_back(F); in print() 138 if (!Levels.empty()) in print() 139 Levels.erase(Levels.begin()); in print() 142 for (const auto &It : Levels) { in print()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 229 unsigned Levels); 246 unsigned getLevels() const override { return Levels; } in getLevels() 284 unsigned short Levels;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ScopedPrinter.h | 121 void indent(int Levels = 1) { IndentLevel += Levels; } 123 void unindent(int Levels = 1) { 124 IndentLevel = IndentLevel > Levels ? IndentLevel - Levels : 0;
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 268 : Dependence(Source, Destination), Levels(CommonLevels), in FullDependence() 291 for (unsigned Level = 1; Level <= Levels; ++Level) { in isDirectionNegative() 310 for (unsigned Level = 1; Level <= Levels; ++Level) { in normalize() 335 assert(0 < Level && Level <= Levels && "Level out of range"); in getDirection() 342 assert(0 < Level && Level <= Levels && "Level out of range"); in getDistance() 351 assert(0 < Level && Level <= Levels && "Level out of range"); in isScalar() 359 assert(0 < Level && Level <= Levels && "Level out of range"); in isPeelFirst() 367 assert(0 < Level && Level <= Levels && "Level out of range"); in isPeelLast() 374 assert(0 < Level && Level <= Levels && "Level out of range"); in isSplitable() 671 unsigned Levels = getLevels(); in dump() local [all …]
|
H A D | LoopCacheAnalysis.cpp | 243 int Levels = D->getLevels(); in hasTemporalReuse() local 244 for (int Level = 1; Level <= Levels; ++Level) { in hasTemporalReuse()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopInterchange.cpp | 135 unsigned Levels = D->getLevels(); in populateDependencyMatrix() local 137 for (unsigned II = 1; II <= Levels; ++II) { in populateDependencyMatrix()
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc3491.txt | 154 Requirement Levels", BCP 14, RFC 2119, March 1997.
|
H A D | rfc4518.txt | 436 Requirement Levels", BCP 14, RFC 2119, March 1997.
|
H A D | rfc3490.txt | 964 Requirement Levels", BCP 14, RFC 2119, March 1997.
|
H A D | rfc3492.txt | 1132 Requirement Levels", BCP 14, RFC 2119, March 1997.
|
H A D | rfc3454.txt | 1033 Requirement Levels", BCP 14, RFC 2119, March 1997.
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 1379 const std::vector<std::string> &Levels, in parseDiagnosticLevelMask() argument 1383 for (const auto &Level : Levels) { in parseDiagnosticLevelMask()
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_common.t0 | 489 \ Levels shall be 1 (warning) or 2 (fatal); we convert
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.ok | 1210 P. J. Brown Levels of Language for Portable Software 1059--1062
|
H A D | funstack.in | 8861 title = "Levels of Language for Portable Software",
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 9550 Fixed a problem with Mutex Sync Levels. Fixed a problem where if multiple
|