Home
last modified time | relevance | path

Searched defs:Cursor (Results 1 – 25 of 39) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Main/
DFrameBuffer.hpp77 struct Cursor struct in sw::FrameBuffer
79 void *image;
80 int x;
81 int y;
82 int width;
83 int height;
84 int hotspotX;
85 int hotspotY;
86 int positionX;
87 int positionY;
/third_party/rust/crates/proc-macro2/src/
Dparse.rs10 pub(crate) struct Cursor<'a> { struct
16 impl<'a> Cursor<'a> { argument
77 fn skip_whitespace(input: Cursor) -> Cursor { in skip_whitespace()
157 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break()
347 fn literal_nocapture(input: Cursor) -> Result<Cursor, Reject> { in literal_nocapture()
367 fn literal_suffix(input: Cursor) -> Cursor { in literal_suffix()
374 fn string(input: Cursor) -> Result<Cursor, Reject> { in string()
384 fn cooked_string(mut input: Cursor) -> Result<Cursor, Reject> { in cooked_string()
418 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string()
437 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string()
[all …]
/third_party/rust/crates/syn/src/
Dbuffer.rs77 pub fn begin(&self) -> Cursor { in begin()
91 pub struct Cursor<'a> { struct
95 // point at. All other `End` objects are skipped over in `Cursor::create`. argument
97 // Cursor is covariant in 'a. This field ensures that our pointers are still argument
102 impl<'a> Cursor<'a> { impl
373 impl<'a> Copy for Cursor<'a> {} implementation
375 impl<'a> Clone for Cursor<'a> { implementation
381 impl<'a> Eq for Cursor<'a> {} implementation
383 impl<'a> PartialEq for Cursor<'a> { implementation
389 impl<'a> PartialOrd for Cursor<'a> { implementation
[all …]
Dtoken.rs168 fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { in peek_impl()
1036 pub(crate) fn peek_keyword(cursor: Cursor, token: &str) -> bool { in peek_keyword()
1078 pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { in peek_punct()
Dlookahead.rs165 pub(crate) fn is_delimiter(cursor: Cursor, delimiter: Delimiter) -> bool { in is_delimiter()
Derror.rs327 pub(crate) fn new_at<T: Display>(scope: Span, cursor: Cursor, message: T) -> Error { in new_at()
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs53 pub struct Cursor { struct
54 x: CXCursor, argument
57 impl fmt::Debug for Cursor { implementation
70 impl Cursor { implementation
156 pub fn lexical_parent(&self) -> Cursor { in lexical_parent()
168 pub fn fallible_semantic_parent(&self) -> Option<Cursor> { in fallible_semantic_parent()
184 pub fn semantic_parent(&self) -> Cursor { in semantic_parent()
228 pub fn translation_unit(&self) -> Cursor { in translation_unit()
332 cur: Cursor, in is_dependent_on_template_parameter()
420 pub fn definition(&self) -> Option<Cursor> { in definition()
[all …]
Dparse.rs37 cursor: clang::Cursor, in parse()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeParser.h118 explicit NaClBitcodeData(NaClBitstreamCursor &Cursor) in NaClBitcodeData()
165 NaClBitcodeBlock(unsigned BlockID, NaClBitstreamCursor &Cursor) in NaClBitcodeBlock()
381 ErrorHandler(NaClBitcodeParser *Parser, NaClBitstreamCursor &Cursor) in ErrorHandler()
395 explicit NaClBitcodeParser(NaClBitstreamCursor &Cursor) in NaClBitcodeParser()
567 NaClBitstreamCursor &Cursor) in NaClBitcodeParser()
/third_party/skia/experimental/sktext/editor/
DCursor.cpp11 Cursor::Cursor() { in Cursor() function in skia::editor::Cursor
/third_party/rust/crates/bindgen/bindgen/ir/
Dvar.rs153 cursor: &clang::Cursor, in handle_function_macro()
175 cursor: clang::Cursor, in parse()
378 cursor: &clang::Cursor, in parse_macro()
Dcontext.rs659 declaration: Option<Cursor>, in add_item()
660 location: Option<Cursor>, in add_item()
781 pub fn add_type_param(&mut self, item: Item, definition: clang::Cursor) { in add_type_param()
890 ) -> Vec<(ItemId, clang::Type, clang::Cursor, Option<ItemId>)> { in collect_typerefs()
1491 definition: clang::Cursor, in add_semantic_parent()
1500 definition: clang::Cursor, in known_semantic_parent()
1514 instantiation: &Cursor, in get_declaration_info_for_template_instantiation()
1515 ) -> Option<(Cursor, ItemId, usize)> { in get_declaration_info_for_template_instantiation()
1606 location: clang::Cursor, in instantiate_template()
1832 location: Option<clang::Cursor>, in builtin_or_resolved_ty()
[all …]
Dfunction.rs302 cursor: &clang::Cursor, in cursor_mangling()
364 cursor: &clang::Cursor, in args_from_ty_and_cursor()
404 cursor: &clang::Cursor, in from_ty()
656 cursor: clang::Cursor, in parse()
Dmodule.rs77 cursor: clang::Cursor, in parse()
Ditem.rs1284 cur: clang::Cursor, in visit_child()
1335 cursor: clang::Cursor, in parse()
1482 location: clang::Cursor, in from_ty_or_ref()
1503 location: clang::Cursor, in from_ty_or_ref_with_id()
1557 location: clang::Cursor, in from_ty()
1576 location: clang::Cursor, in from_ty_with_id()
1745 location: clang::Cursor, in type_param()
1817 refd: &clang::Cursor, in type_param()
Dobjc.rs125 cursor: &clang::Cursor, in from_ty()
/third_party/python/Lib/sqlite3/test/
Dregression.py197 class Cursor(sqlite.Cursor): class
238 class Cursor(sqlite.Cursor): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp35 class Cursor { class
40 Cursor(NoneType) {} in Cursor() function in __anon4b81fc250111::Cursor
42 explicit Cursor(StringRef Str) { in Cursor() function in __anon4b81fc250111::Cursor
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCompileServer.cpp67 size_t Cursor = 0; member in Ice::__anon2c33b4620111::TextDataStreamer
DIceAssembler.h212 uintptr_t Cursor; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterferenceCache.h200 Cursor(const Cursor &O) { in Cursor() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDataExtractor.h62 explicit Cursor(uint64_t Offset) : Offset(Offset), Err(Error::success()) {} in Cursor() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp67 static Expected<uint64_t> readAbbreviatedField(BitstreamCursor &Cursor, in readAbbreviatedField()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp681 DIExpressionCursor Cursor(Ops); in constructVariableDIEImpl() local
1197 DIExpressionCursor Cursor({}); in addAddress() local
1225 DIExpressionCursor Cursor(DIExpr); in addComplexAddress() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp413 Instruction *Cursor = nullptr; in findLocationForEntrySafepoint() local

12