Home
last modified time | relevance | path

Searched refs:from_cursor (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/
H A Dfunction.rs33 pub fn from_cursor(cursor: &clang::Cursor) -> Option<FunctionKind> { in from_cursor() functions
661 let kind = match FunctionKind::from_cursor(&cursor) { in parse()
H A Ditem.rs1609 if FunctionKind::from_cursor(parent).is_some() {
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp-gen.cc268 TNode<IntPtrT> from_cursor = var_from_cursor.value(); in ConstructNewResultFromMatchInfo() local
271 CAST(UnsafeLoadFixedArrayElement(match_info, from_cursor)); in ConstructNewResultFromMatchInfo()
277 IntPtrAdd(from_cursor, IntPtrConstant(1)); in ConstructNewResultFromMatchInfo()
287 var_from_cursor = IntPtrAdd(from_cursor, IntPtrConstant(2)); in ConstructNewResultFromMatchInfo()

Completed in 7 milliseconds