Home
last modified time | relevance | path

Searched defs:Ref (Results 1 – 25 of 95) sorted by relevance

1234

/prebuilts/go/linux-x86/src/cmd/cgo/
Dmain.go69 Ref []*Ref // all references to C.xxx in AST member
100 type Ref struct { struct
101 Name *Name
102 Expr *ast.Expr
103 Context astContext
104 Done bool
107 func (r *Ref) Pos() token.Pos {
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DSmallString.h76 for (const StringRef &Ref : Refs) in append() local
79 for (const StringRef &Ref : Refs) { in append() local
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DSmallString.h76 for (const StringRef &Ref : Refs) in append() local
79 for (const StringRef &Ref : Refs) { in append() local
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/ADT/
DSmallString.h76 for (const StringRef &Ref : Refs) in append() local
79 for (const StringRef &Ref : Refs) { in append() local
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DSmallString.h76 for (const StringRef &Ref : Refs) in append() local
79 for (const StringRef &Ref : Refs) { in append() local
/prebuilts/clang/host/linux-x86/clang-r547379/share/clang-doc/
Dindex.js1 function genLink(Ref) { argument
/prebuilts/clang/host/linux-x86/clang-r522817/share/clang/
Dindex.js32 function genLink(Ref, CurrentDirectory) { argument
/prebuilts/clang/host/linux-x86/clang-r536225/share/clang/
Dindex.js32 function genLink(Ref, CurrentDirectory) { argument
/prebuilts/clang/host/linux-x86/clang-r530567/share/clang/
Dindex.js32 function genLink(Ref, CurrentDirectory) { argument
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DDirectoryEntry.h56 friend llvm::hash_code hash_value(DirectoryEntryRef Ref) { in hash_value()
DFileEntry.h105 friend llvm::hash_code hash_value(FileEntryRef Ref) { in hash_value()
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/Basic/
DDirectoryEntry.h56 friend llvm::hash_code hash_value(DirectoryEntryRef Ref) { in hash_value()
DFileEntry.h105 friend llvm::hash_code hash_value(FileEntryRef Ref) { in hash_value()
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DDirectoryEntry.h56 friend llvm::hash_code hash_value(DirectoryEntryRef Ref) { in hash_value()
DFileEntry.h105 friend llvm::hash_code hash_value(FileEntryRef Ref) { in hash_value()
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DDirectoryEntry.h63 friend llvm::hash_code hash_value(DirectoryEntryRef Ref) { in hash_value()
DFileEntry.h105 friend llvm::hash_code hash_value(FileEntryRef Ref) { in hash_value()
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/core/src/
Dcell.rs1463 pub struct Ref<'b, T: ?Sized + 'b> { struct
1468 borrow: BorrowRef<'b>, argument
1472 impl<T: ?Sized> Deref for Ref<'_, T> { argument
1483 unsafe impl<T: ?Sized> DerefPure for Ref<'_, T> {} implementation
1485 impl<'b, T: ?Sized> Ref<'b, T> { impl
1631 impl<'b, T: ?Sized + Unsize<U>, U: ?Sized> CoerceUnsized<Ref<'b, U>> for Ref<'b, T> {} implementation
1634 impl<T: ?Sized + fmt::Display> fmt::Display for Ref<'_, T> { implementation
2388 unsafe impl<'b, T: ?Sized> PinCoerceUnsized for Ref<'b, T> {} implementation
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/core/src/
Dcell.rs1455 pub struct Ref<'b, T: ?Sized + 'b> { struct
1460 borrow: BorrowRef<'b>, argument
1464 impl<T: ?Sized> Deref for Ref<'_, T> { implementation
1475 unsafe impl<T: ?Sized> DerefPure for Ref<'_, T> {} implementation
1477 impl<'b, T: ?Sized> Ref<'b, T> { implementation
1623 impl<'b, T: ?Sized + Unsize<U>, U: ?Sized> CoerceUnsized<Ref<'b, U>> for Ref<'b, T> {} implementation
1626 impl<T: ?Sized + fmt::Display> fmt::Display for Ref<'_, T> { implementation
2417 unsafe impl<'b, T: ?Sized> PinCoerceUnsized for Ref<'b, T> {} implementation
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/core/src/
Dcell.rs1463 pub struct Ref<'b, T: ?Sized + 'b> { struct
1468 borrow: BorrowRef<'b>, argument
1472 impl<T: ?Sized> Deref for Ref<'_, T> { argument
1483 unsafe impl<T: ?Sized> DerefPure for Ref<'_, T> {} implementation
1485 impl<'b, T: ?Sized> Ref<'b, T> { implementation
1631 impl<'b, T: ?Sized + Unsize<U>, U: ?Sized> CoerceUnsized<Ref<'b, U>> for Ref<'b, T> {} implementation
1634 impl<T: ?Sized + fmt::Display> fmt::Display for Ref<'_, T> { implementation
2388 unsafe impl<'b, T: ?Sized> PinCoerceUnsized for Ref<'b, T> {} implementation
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/core/src/
Dcell.rs1455 pub struct Ref<'b, T: ?Sized + 'b> { struct
1460 borrow: BorrowRef<'b>, argument
1464 impl<T: ?Sized> Deref for Ref<'_, T> { implementation
1475 unsafe impl<T: ?Sized> DerefPure for Ref<'_, T> {} implementation
1477 impl<'b, T: ?Sized> Ref<'b, T> { implementation
1623 impl<'b, T: ?Sized + Unsize<U>, U: ?Sized> CoerceUnsized<Ref<'b, U>> for Ref<'b, T> {} implementation
1626 impl<T: ?Sized + fmt::Display> fmt::Display for Ref<'_, T> { implementation
2417 unsafe impl<'b, T: ?Sized> PinCoerceUnsized for Ref<'b, T> {} implementation
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DTrackingMDRef.h107 TrackingMDRef Ref; variable
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DTrackingMDRef.h107 TrackingMDRef Ref; variable
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/IR/
DTrackingMDRef.h107 TrackingMDRef Ref; variable
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DTrackingMDRef.h107 TrackingMDRef Ref; variable

1234