/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deMeta.hpp | 43 struct Not struct 46 {
|
/third_party/flutter/skia/src/core/ |
D | SkRecordPattern.h | 79 struct Not { struct 81 bool operator()(T* ptr) { return !Matcher()(ptr); } in operator()
|
/third_party/skia/src/core/ |
D | SkRecordPattern.h | 80 struct Not { struct 82 bool operator()(T* ptr) { return !Matcher()(ptr); } in operator()
|
/third_party/boost/boost/hana/ |
D | not.hpp | 30 using Not = BOOST_HANA_DISPATCH_IF(hana::not_impl<Bool>, in operator ()() typedef
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | not.hpp | 30 using Not = BOOST_HANA_DISPATCH_IF(hana::not_impl<Bool>, in operator ()() typedef
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
D | generator_impl_unary_op_test.cc | 66 TEST_F(GlslUnaryOpTest, Not) { in TEST_F() argument
|
/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
D | generator_impl_unary_op_test.cc | 66 TEST_F(WgslUnaryOpTest, Not) { in TEST_F() argument
|
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
D | generator_impl_unary_op_test.cc | 66 TEST_F(HlslUnaryOpTest, Not) { in TEST_F() argument
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
D | generator_impl_unary_op_test.cc | 66 TEST_F(MslUnaryOpTest, Not) { in TEST_F() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 419 unsigned WebAssemblyFastISel::getRegForI1Value(const Value *V, bool &Not) { in getRegForI1Value() 890 bool Not; in selectSelect() local 1073 bool Not = false; in selectFCmp() local 1280 bool Not; in selectBr() local
|
/third_party/css-what/src/ |
D | types.ts | 84 Not = "not", enumerator
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource3.ts | 73 Not, enumerator
|
/third_party/typescript/tests/cases/conformance/types/conditional/ |
D | conditionalTypes1.ts | 173 type Not<C extends boolean> = If<C, false, true>; alias
|
/third_party/gn/src/gn/ |
D | parser.cc | 491 std::unique_ptr<ParseNode> Parser::Not(const Token& token) { in Not() function in Parser
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 2614 Value *Not = Builder.CreateNot(B, B->getName() + ".not"); in visitOr() local 2618 Value *Not = Builder.CreateNot(A, A->getName() + ".not"); in visitOr() local 2632 Value *Not = Builder.CreateNot(NotOp, NotOp->getName() + ".not"); in visitOr() local
|
D | InstCombineAddSub.cpp | 2049 Value *Not = Builder.CreateNot(MinMax); in visitSub() local
|
/third_party/jinja2/ |
D | nodes.py | 907 class Not(UnaryExpr): class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1957 inline APInt Not(const APInt &APIVal) { return ~APIVal; } in Not() function
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | nodes.py | 850 class Not(UnaryExpr): class
|
/third_party/skia/third_party/externals/jinja2/ |
D | nodes.py | 907 class Not(UnaryExpr): class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCExpr.h | 371 Not, ///< Bitwise negation. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 658 Not = Instruction::OtherOpsEnd + 1, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.cpp | 5224 MachineInstr *Not = in lowerScalarXnor() local 5256 MachineInstr &Not = *BuildMI(MBB, MII, DL, get(AMDGPU::S_NOT_B32), NewDest) in splitScalarNotBinop() local 5281 MachineInstr &Not = *BuildMI(MBB, MII, DL, get(AMDGPU::S_NOT_B32), Interm) in splitScalarBinOpN2() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 2582 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, in lowerShiftLeftParts() local 2620 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, in lowerShiftRightParts() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | GPRArith.cpp | 1694 TEST_F(AssemblerX8632Test, Not) { in TEST_F() argument
|