Home
last modified time | relevance | path

Searched defs:StratifiedLink (Results 1 – 17 of 17) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DStratifiedSets.h38 struct StratifiedLink { struct
56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() function
58 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
59 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
61 void clearBelow() { Below = SetSentinel; } in clearBelow()
62 void clearAbove() { Above = SetSentinel; } in clearAbove()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DStratifiedSets.h38 struct StratifiedLink { struct
56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() argument
58 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
59 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
61 void clearBelow() { Below = SetSentinel; } in clearBelow()
62 void clearAbove() { Above = SetSentinel; } in clearAbove()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DStratifiedSets.h38 struct StratifiedLink { struct
56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() argument
58 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
59 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
61 void clearBelow() { Below = SetSentinel; } in clearBelow()
62 void clearAbove() { Above = SetSentinel; } in clearAbove()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DStratifiedSets.h38 struct StratifiedLink { struct
56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() argument
58 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
59 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
61 void clearBelow() { Below = SetSentinel; } in clearBelow()
62 void clearAbove() { Above = SetSentinel; } in clearAbove()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Analysis/
H A DStratifiedSets.h38 struct StratifiedLink { struct
56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() function
58 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
59 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
61 void clearBelow() { Below = SetSentinel; } in clearBelow()
62 void clearAbove() { Above = SetSentinel; } in clearAbove()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DStratifiedSets.h38 struct StratifiedLink { struct
56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() argument
58 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
59 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
61 void clearBelow() { Below = SetSentinel; } in clearBelow()
62 void clearAbove() { Above = SetSentinel; } in clearAbove()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DStratifiedSets.h38 struct StratifiedLink { struct
56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() argument
58 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
59 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
61 void clearBelow() { Below = SetSentinel; } in clearBelow()
62 void clearAbove() { Above = SetSentinel; } in clearAbove()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DStratifiedSets.h38 struct StratifiedLink { struct
56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() argument
58 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
59 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
61 void clearBelow() { Below = SetSentinel; } in clearBelow()
62 void clearAbove() { Above = SetSentinel; } in clearAbove()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Analysis/
H A DStratifiedSets.h38 struct StratifiedLink { struct
56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() argument
58 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
59 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
61 void clearBelow() { Below = SetSentinel; } in clearBelow()
62 void clearAbove() { Above = SetSentinel; } in clearAbove()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Analysis/
H A DStratifiedSets.h38 struct StratifiedLink { struct
56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() argument
58 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
59 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
61 void clearBelow() { Below = SetSentinel; } in clearBelow()
62 void clearAbove() { Above = SetSentinel; } in clearAbove()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DStratifiedSets.h38 struct StratifiedLink { struct
56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() argument
58 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
59 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
61 void clearBelow() { Below = SetSentinel; } in clearBelow()
62 void clearAbove() { Above = SetSentinel; } in clearAbove()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DStratifiedSets.h38 struct StratifiedLink { struct
56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() argument
58 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
59 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
61 void clearBelow() { Below = SetSentinel; } in clearBelow()
62 void clearAbove() { Above = SetSentinel; } in clearAbove()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DStratifiedSets.h38 struct StratifiedLink { struct
56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() argument
58 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
59 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
61 void clearBelow() { Below = SetSentinel; } in clearBelow()
62 void clearAbove() { Above = SetSentinel; } in clearAbove()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DStratifiedSets.h38 struct StratifiedLink { struct
56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() argument
58 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
59 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
61 void clearBelow() { Below = SetSentinel; } in clearBelow()
62 void clearAbove() { Above = SetSentinel; } in clearAbove()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Analysis/
H A DStratifiedSets.h38 struct StratifiedLink { struct
56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() argument
58 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
59 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
61 void clearBelow() { Below = SetSentinel; } in clearBelow()
62 void clearAbove() { Above = SetSentinel; } in clearAbove()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Analysis/
H A DTargetLibraryInfo.cpp40 // The ABI is rather complicated on x86, so don't do anything special there.
47 if (T.isiOS() && T.isOSVersionLT(7, 0))
53 /// Initialize the set of available library functions based on the specified
55 /// triple gets a sane set of defaults.
57 ArrayRef<StringRef> StandardNames) { in StratifiedLink()
59 assert(std::is_sorted(StandardNames.begin(), StandardNames.end(), in StratifiedLink()
60 [](StringRef LHS, StringRef RHS) { in StratifiedLink()
63 "TargetLibraryInfoImpl function names must be sorted"); in StratifiedLink()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Analysis/
H A DStratifiedSets.h39 struct StratifiedLink { struct
57 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() argument
59 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
60 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
62 void clearBelow() { Below = SetSentinel; } in clearBelow()
63 void clearAbove() { Above = SetSentinel; } in clearAbove()