Searched refs:BORROW (Results 1 - 5 of 5) sorted by relevance
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | attr.rs | 825 let mut borrow = Attr::none(cx, BORROW); in from_ast() 920 } else if meta.path == BORROW { in from_ast() 1089 let mut borrowed_lifetimes = Attr::none(cx, BORROW); in from_ast() 1198 } else if meta.path == BORROW { in from_ast() 1601 let string = match get_lit_str(cx, BORROW, meta)? { in parse_lit_into_lifetimes()
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | attr.rs | 825 let mut borrow = Attr::none(cx, BORROW); in from_ast() 920 } else if meta.path == BORROW { in from_ast() 1089 let mut borrowed_lifetimes = Attr::none(cx, BORROW); in from_ast() 1198 } else if meta.path == BORROW { in from_ast() 1601 let string = match get_lit_str(cx, BORROW, meta)? { in parse_lit_into_lifetimes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.h | 416 BORROW,
|
H A D | AMDGPUISelLowering.cpp | 4281 NODE_NAME_CASE(BORROW) in getTargetNodeName() 4436 case AMDGPUISD::BORROW: { in computeKnownBitsForTargetNode() 4592 case AMDGPUISD::BORROW: in ComputeNumSignBitsForTargetNode()
|
H A D | R600ISelLowering.cpp | 486 case ISD::USUBO: return LowerUADDSUBO(Op, DAG, ISD::SUB, AMDGPUISD::BORROW); in LowerOperation()
|
Completed in 16 milliseconds