/external/rust/crates/regex-syntax/src/ |
D | unicode.rs | 179 ByValue { enumerator 192 ClassQuery::ByValue { property_name, property_value } => { in canonicalize() 227 CanonicalClassQuery::ByValue { in canonicalize() 278 ByValue { enumerator 295 ByValue { property_name: "Age", property_value } => { in class() 302 ByValue { property_name: "Script_Extensions", property_value } => { in class() 305 ByValue { in class() 309 ByValue { property_name: "Sentence_Break", property_value } => { in class() 312 ByValue { property_name: "Word_Break", property_value } => { in class()
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | hsa-metadata-from-llvm-ir-full.ll | 35 ; CHECK-NEXT: ValueKind: ByValue 70 ; CHECK-NEXT: ValueKind: ByValue 104 ; CHECK-NEXT: ValueKind: ByValue 110 ; CHECK-NEXT: ValueKind: ByValue 144 ; CHECK-NEXT: ValueKind: ByValue 186 ; CHECK-NEXT: ValueKind: ByValue 228 ; CHECK-NEXT: ValueKind: ByValue 270 ; CHECK-NEXT: ValueKind: ByValue 312 ; CHECK-NEXT: ValueKind: ByValue 354 ; CHECK-NEXT: ValueKind: ByValue [all …]
|
D | hsa-metadata-enqueue-kernel.ll | 18 ; CHECK-NEXT: ValueKind: ByValue 46 ; CHECK-NEXT: ValueKind: ByValue
|
D | hsa-metadata-hostcall-absent.ll | 17 ; CHECK-NEXT: ValueKind: ByValue
|
D | hsa-metadata-hostcall-present.ll | 17 ; CHECK-NEXT: ValueKind: ByValue
|
/external/llvm-project/llvm/test/MC/AMDGPU/ |
D | hsa-metadata-kernel-args.s | 50 ValueKind: ByValue
|
D | hsa-metadata-unknown-key.s | 21 ValueKind: ByValue
|
/external/abseil-cpp/absl/strings/internal/str_format/ |
D | arg.h | 246 enum StoragePolicy { ByPointer, ByVolatilePointer, ByValue }; 252 : (store_by_value<T>::value ? ByValue 287 std::is_same<D, const T&>::value || storage_policy<D>::value == ByValue, 322 struct Manager<T, ByValue> {
|
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | arg.h | 246 enum StoragePolicy { ByPointer, ByVolatilePointer, ByValue }; 252 : (store_by_value<T>::value ? ByValue 287 std::is_same<D, const T&>::value || storage_policy<D>::value == ByValue, 322 struct Manager<T, ByValue> {
|
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/ |
D | arg.h | 326 enum StoragePolicy { ByPointer, ByVolatilePointer, ByValue }; 332 : (store_by_value<T>::value ? ByValue 367 std::is_same<D, const T&>::value || storage_policy<D>::value == ByValue, 402 struct Manager<T, ByValue> {
|
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/ |
D | arg.h | 312 enum StoragePolicy { ByPointer, ByVolatilePointer, ByValue }; 318 : (store_by_value<T>::value ? ByValue 353 std::is_same<D, const T&>::value || storage_policy<D>::value == ByValue, 388 struct Manager<T, ByValue> {
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | arg.h | 312 enum StoragePolicy { ByPointer, ByVolatilePointer, ByValue }; 318 : (store_by_value<T>::value ? ByValue 353 std::is_same<D, const T&>::value || storage_policy<D>::value == ByValue, 388 struct Manager<T, ByValue> {
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | arg.h | 334 enum StoragePolicy { ByPointer, ByVolatilePointer, ByValue }; 340 : (store_by_value<T>::value ? ByValue 375 std::is_same<D, const T&>::value || storage_policy<D>::value == ByValue, 410 struct Manager<T, ByValue> {
|
/external/capstone/bindings/java/capstone/ |
D | Capstone.java | 28 public static class ByValue extends UnionArch implements Union.ByValue {}; class in Capstone.UnionArch
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | AMDGPUMetadata.h | 63 ByValue = 0, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | AMDGPUMetadata.h | 63 ByValue = 0, enumerator
|
/external/rust/crates/regex-syntax/src/hir/ |
D | translate.rs | 832 NamedValue { ref name, ref value, .. } => ClassQuery::ByValue { in hir_unicode_class() 2539 hir_uclass_query(ClassQuery::ByValue { in class_bracketed_union() 2557 hir_uclass_query(ClassQuery::ByValue { in class_bracketed_union() 2580 hir_uclass_query(ClassQuery::ByValue { in class_bracketed_union() 2598 hir_uclass_query(ClassQuery::ByValue { in class_bracketed_union() 2617 hir_uclass_query(ClassQuery::ByValue { in class_bracketed_union()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | AMDGPUMetadata.cpp | 53 YIO.enumCase(EN, "ByValue", ValueKind::ByValue); in enumeration()
|
/external/llvm-project/llvm/lib/Support/ |
D | AMDGPUMetadata.cpp | 53 YIO.enumCase(EN, "ByValue", ValueKind::ByValue); in enumeration()
|
/external/rust/crates/syn/tests/common/ |
D | eq.rs | 347 spanless_eq_enum!(BindingMode; ByRef(0) ByValue(0));
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUHSAMetadataStreamer.cpp | 144 ValueKind::ByValue); in getValueKind()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUHSAMetadataStreamer.cpp | 127 ValueKind::ByValue); in getValueKind()
|
/external/llvm-project/llvm/docs/ |
D | AMDGPUUsage.rst | 2606 "ByValue"
|