Home
last modified time | relevance | path

Searched refs:where_ (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/src/cascade/verilog/analyze/
H A Dnavigate.cc85 where_ = const_cast<Node*>(n); in Navigate()
105 for (; !lost() && !boundary_check(); where_ = where_->get_parent()) { } in Navigate()
115 auto* s = get_scope(where_); in invalidate()
127 …for (where_ = where_->get_parent(); !lost() && !boundary_check(); where_ = where_->get_parent()) {… in up()
150 return where_ == nullptr; in lost()
168 return where_; in where()
312 auto* s = get_scope(where_); in cache_name()
330 auto* s = get_scope(where_); in visit()
396 auto* s = get_scope(where_); in visit()
408 auto* s = get_scope(where_); in visit()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A Dlocation.hpp76 Location(Where where_, Type type_, unsigned offset_) { in Location() argument
77 set(where_, type_, offset_); in Location()
78 assert( where () == where_ , "" ); in Location()
83 inline void set(Where where_, Type type_, unsigned offset_) { in set() argument
84 _value = (juint) ((where_ << WHERE_SHIFT) | in set()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/code/
H A Dlocation.hpp79 Location(Where where_, Type type_, unsigned offset_) { in Location() argument
80 set(where_, type_, offset_); in Location()
81 assert( where () == where_ , "" ); in Location()
86 inline void set(Where where_, Type type_, unsigned offset_) { in set() argument
87 _value = (juint) ((where_ << WHERE_SHIFT) | in set()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A Dlocation.hpp76 Location(Where where_, Type type_, unsigned offset_) { in Location() argument
77 set(where_, type_, offset_); in Location()
78 assert( where () == where_ , "" ); in Location()
83 inline void set(Where where_, Type type_, unsigned offset_) { in set() argument
84 _value = (juint) ((where_ << WHERE_SHIFT) | in set()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/code/
H A Dlocation.hpp80 Location(Where where_, Type type_, unsigned offset_) { in Location() argument
81 set(where_, type_, offset_); in Location()
82 assert( where () == where_ , "" ); in Location()
87 inline void set(Where where_, Type type_, unsigned offset_) { in set() argument
88 _value = (juint) ((where_ << WHERE_SHIFT) | in set()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/code/
H A Dlocation.hpp80 Location(Where where_, Type type_, unsigned offset_) { in Location() argument
81 set(where_, type_, offset_); in Location()
82 assert( where () == where_ , "" ); in Location()
87 inline void set(Where where_, Type type_, unsigned offset_) { in set() argument
88 _value = (juint) ((where_ << WHERE_SHIFT) | in set()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/code/
H A Dlocation.hpp76 Location(Where where_, Type type_, unsigned offset_) { in Location() argument
77 set(where_, type_, offset_); in Location()
78 assert( where () == where_ , "" ); in Location()
83 inline void set(Where where_, Type type_, unsigned offset_) { in set() argument
84 _value = (juint) ((where_ << WHERE_SHIFT) | in set()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/code/
H A Dlocation.hpp79 Location(Where where_, Type type_, unsigned offset_) { in Location() argument
80 set(where_, type_, offset_); in Location()
81 assert( where () == where_ , "" ); in Location()
86 inline void set(Where where_, Type type_, unsigned offset_) { in set() argument
87 _value = (juint) ((where_ << WHERE_SHIFT) | in set()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/code/
H A Dlocation.hpp79 Location(Where where_, Type type_, unsigned offset_) { in Location() argument
80 set(where_, type_, offset_); in Location()
81 assert( where () == where_ , "" ); in Location()
86 inline void set(Where where_, Type type_, unsigned offset_) { in set() argument
87 _value = (juint) ((where_ << WHERE_SHIFT) | in set()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A Dlocation.hpp77 Location(Where where_, Type type_, unsigned offset_) { in Location() argument
78 set(where_, type_, offset_); in Location()
79 assert( where () == where_ , "" ); in Location()
84 inline void set(Where where_, Type type_, unsigned offset_) { in set() argument
85 _value = (juint) ((where_ << WHERE_SHIFT) | in set()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A Dlocation.hpp77 Location(Where where_, Type type_, unsigned offset_) { in Location() argument
78 set(where_, type_, offset_); in Location()
79 assert( where () == where_ , "" ); in Location()
84 inline void set(Where where_, Type type_, unsigned offset_) { in set() argument
85 _value = (juint) ((where_ << WHERE_SHIFT) | in set()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/include/range/v3/iterator/
H A Dinsert_iterators.hpp137 , where_(w) in insert_iterator()
141 where_ = ranges::next(container_->insert(where_, value)); in operator =()
146 where_ = ranges::next(container_->insert(where_, std::move(value))); in operator =()
164 typename Container::iterator where_ = typename Container::iterator(); member
/dports/devel/range-v3/range-v3-0.11.0/include/range/v3/iterator/
H A Dinsert_iterators.hpp137 , where_(w) in insert_iterator()
141 where_ = ranges::next(container_->insert(where_, value)); in operator =()
146 where_ = ranges::next(container_->insert(where_, std::move(value))); in operator =()
164 typename Container::iterator where_ = typename Container::iterator(); member
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/lib/
H A Dmessages_resource.cc124 && ((where.empty() && d->where_.empty()) in AddToExistingChain()
125 || (where == d->where_))); in AddToExistingChain()
151 d->where_ = where; in AddToNewChain()
185 Dmsg2(850, "Remove_msg_dest d=%p where=%s\n", d, NSTDPRNT(d->where_)); in RemoveMessageDestination()
187 && ((where.empty() && d->where_.empty()) || (where == d->where_))) { in RemoveMessageDestination()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/lib/
H A Dmessages_resource.cc130 if (where.empty() && d->where_.empty()) { in AddToExistingChain()
132 } else if (where == d->where_) { in AddToExistingChain()
159 d->where_ = where; in AddToNewChain()
194 Dmsg2(850, "Remove_msg_dest d=%p where=%s\n", d, NSTDPRNT(d->where_)); in RemoveMessageDestination()
196 ((where.empty() && d->where_.empty()) || (where == d->where_))) { in RemoveMessageDestination()
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/lib/
H A Dmessages_resource.cc130 if (where.empty() && d->where_.empty()) { in AddToExistingChain()
132 } else if (where == d->where_) { in AddToExistingChain()
159 d->where_ = where; in AddToNewChain()
194 Dmsg2(850, "Remove_msg_dest d=%p where=%s\n", d, NSTDPRNT(d->where_)); in RemoveMessageDestination()
196 ((where.empty() && d->where_.empty()) || (where == d->where_))) { in RemoveMessageDestination()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/lib/
H A Dmessages_resource.cc124 && ((where.empty() && d->where_.empty()) in AddToExistingChain()
125 || (where == d->where_))); in AddToExistingChain()
151 d->where_ = where; in AddToNewChain()
185 Dmsg2(850, "Remove_msg_dest d=%p where=%s\n", d, NSTDPRNT(d->where_)); in RemoveMessageDestination()
187 && ((where.empty() && d->where_.empty()) || (where == d->where_))) { in RemoveMessageDestination()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/lib/
H A Dmessages_resource.cc124 && ((where.empty() && d->where_.empty()) in AddToExistingChain()
125 || (where == d->where_))); in AddToExistingChain()
151 d->where_ = where; in AddToNewChain()
185 Dmsg2(850, "Remove_msg_dest d=%p where=%s\n", d, NSTDPRNT(d->where_)); in RemoveMessageDestination()
187 && ((where.empty() && d->where_.empty()) || (where == d->where_))) { in RemoveMessageDestination()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/lib/
H A Dmessages_resource.cc130 if (where.empty() && d->where_.empty()) { in AddToExistingChain()
132 } else if (where == d->where_) { in AddToExistingChain()
159 d->where_ = where; in AddToNewChain()
194 Dmsg2(850, "Remove_msg_dest d=%p where=%s\n", d, NSTDPRNT(d->where_)); in RemoveMessageDestination()
196 ((where.empty() && d->where_.empty()) || (where == d->where_))) { in RemoveMessageDestination()
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/lib/
H A Dmessages_resource.cc124 && ((where.empty() && d->where_.empty()) in AddToExistingChain()
125 || (where == d->where_))); in AddToExistingChain()
151 d->where_ = where; in AddToNewChain()
185 Dmsg2(850, "Remove_msg_dest d=%p where=%s\n", d, NSTDPRNT(d->where_)); in RemoveMessageDestination()
187 && ((where.empty() && d->where_.empty()) || (where == d->where_))) { in RemoveMessageDestination()
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/lib/
H A Dmessages_resource.cc130 if (where.empty() && d->where_.empty()) { in AddToExistingChain()
132 } else if (where == d->where_) { in AddToExistingChain()
159 d->where_ = where; in AddToNewChain()
194 Dmsg2(850, "Remove_msg_dest d=%p where=%s\n", d, NSTDPRNT(d->where_)); in RemoveMessageDestination()
196 ((where.empty() && d->where_.empty()) || (where == d->where_))) { in RemoveMessageDestination()
/dports/www/wt/wt-4.6.1/src/Wt/Dbo/
H A DQuery.C261 if (!where_.empty()) in where()
262 where_ += " and "; in where()
264 where_ += "(" + where + ")"; in where()
273 if (!where_.empty()) in orWhere()
274 where_ = "(" + where_ + ") or "; in orWhere()
276 where_ += "(" + where + ")"; in orWhere()
350 where_(other.where_), in AbstractQuery()
364 where_ = other.where_;
/dports/games/yadex/yadex-1.7.0/src/
H A Dwadfile.cc66 const size_t name_len_max = sizeof where_ - 1 - offset_len; in where()
69 sprintf (where_, "%s(%lXh)", filename, offset); in where()
76 sprintf (where_, "%*s%s%*s(%lXh)", in where()
83 return where_; in where()
/dports/devel/f18/f18-1688bef/lib/semantics/
H A Dassignment.cc333 WhereContext *where_{nullptr}; member in Fortran::semantics::AssignmentContext
351 CHECK(!where_); in Analyze()
392 CHECK(!where_); in Analyze()
407 CHECK(!where_); in Analyze()
423 CHECK(where_ != nullptr); in Analyze()
429 MaskExpr copyCumulative{where_->cumulativeMaskExpr}; in Analyze()
437 where_->cumulativeMaskExpr = in Analyze()
440 where_->thisMaskExpr = evaluate::BinaryLogicalOperation( in Analyze()
442 if (where_->outer != nullptr && in Analyze()
444 where_->outer->thisMaskExpr, where_->thisMaskExpr)) { in Analyze()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/src/
H A Ddisasm.rs23 where_: binemit::CodeOffset, in reloc_block()
31 r, offset, where_ in reloc_block()
39 where_: binemit::CodeOffset, in reloc_external()
49 r, name, addend, where_ in reloc_external()
55 fn reloc_jt(&mut self, where_: binemit::CodeOffset, r: binemit::Reloc, jt: ir::JumpTable) { in reloc_jt()
57 writeln!(&mut self.text, "reloc_jt: {} {} at {}", r, jt, where_).unwrap(); in reloc_jt()

12345678910>>...16