/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | enum-undefault.h | 8 enum Neg { enum
|
D | enum_packed.h | 8 enum __attribute__((packed)) Neg { enum
|
D | enum.h | 16 enum Neg { enum
|
D | enum_explicit_type.hpp | 8 enum Neg: signed char { enum
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | enum-undefault.rs | 16 pub type Neg = ::std::os::raw::c_int; typedef
|
D | enum_packed.rs | 16 pub enum Neg { enum
|
D | enum_explicit_type.rs | 16 pub enum Neg { enum
|
D | enum-default-rust.rs | 62 pub mod Neg { module
|
D | enum-no-debug-rust.rs | 62 pub mod Neg { module
|
D | enum.rs | 56 pub type Neg = ::std::os::raw::c_int; typedef
|
D | enum_explicit_type_constants.rs | 14 pub type Neg = ::std::os::raw::c_schar; typedef
|
D | enum-default-consts.rs | 54 pub mod Neg { module
|
D | enum-default-module.rs | 58 pub mod Neg { module
|
D | enum-default-bitfield.rs | 114 pub mod Neg { module
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 773 void makeZero(bool Neg) { getIEEE().makeZero(Neg); } in makeZero() 775 void makeInf(bool Neg) { in makeInf() 783 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN() 787 void makeLargest(bool Neg) { getIEEE().makeLargest(Neg); } in makeLargest() 789 void makeSmallest(bool Neg) { getIEEE().makeSmallest(Neg); } in makeSmallest() 791 void makeSmallestNormalized(bool Neg) { in makeSmallestNormalized()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 811 void makeZero(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeZero(Neg)); } in makeZero() 813 void makeInf(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeInf(Neg)); } in makeInf() 815 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN() 819 void makeLargest(bool Neg) { in makeLargest() 823 void makeSmallest(bool Neg) { in makeSmallest() 827 void makeSmallestNormalized(bool Neg) { in makeSmallestNormalized()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
D | ArgList.cpp | 73 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag() 79 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag()
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource3.ts | 24 Neg, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APFloat.cpp | 4292 void DoubleAPFloat::makeInf(bool Neg) { in makeInf() 4297 void DoubleAPFloat::makeZero(bool Neg) { in makeZero() 4302 void DoubleAPFloat::makeLargest(bool Neg) { in makeLargest() 4310 void DoubleAPFloat::makeSmallest(bool Neg) { in makeSmallest() 4316 void DoubleAPFloat::makeSmallestNormalized(bool Neg) { in makeSmallestNormalized() 4324 void DoubleAPFloat::makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 2070 SDValue &Src, SDValue &Neg, SDValue &Abs, in FoldOperand() 2247 SDValue &Neg = Ops[NegIdx[i] - 1]; in PostISelFolding() local 2285 SDValue &Neg = Ops[NegIdx[i] - 1]; in PostISelFolding() local
|
D | SIPeepholeSDWA.cpp | 144 bool Neg; member in __anond0343d790111::SDWASrcOperand
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | UnittestProto3Optional.cs | 1182 [pbr::OriginalName("NEG")] Neg = -1, enumerator
|
/third_party/rust/crates/codespan/codespan/src/ |
D | index.rs | 387 impl Neg for $Offset { impl
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | bn.rs | 1341 impl<'a> Neg for &'a BigNumRef { impl 1349 impl<'a> Neg for &'a BigNum { impl
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | nodes.py | 855 class Neg(UnaryExpr): class
|