Home
last modified time | relevance | path

Searched defs:Not (Results 1 – 25 of 35) sorted by relevance

12

/third_party/vk-gl-cts/framework/delibs/decpp/
DdeMeta.hpp43 struct Not struct
46 {
/third_party/flutter/skia/src/core/
DSkRecordPattern.h79 struct Not { struct
81 bool operator()(T* ptr) { return !Matcher()(ptr); } in operator()
/third_party/skia/src/core/
DSkRecordPattern.h80 struct Not { struct
82 bool operator()(T* ptr) { return !Matcher()(ptr); } in operator()
/third_party/boost/boost/hana/
Dnot.hpp30 using Not = BOOST_HANA_DISPATCH_IF(hana::not_impl<Bool>, in operator ()() typedef
/third_party/boost/libs/hana/include/boost/hana/
Dnot.hpp30 using Not = BOOST_HANA_DISPATCH_IF(hana::not_impl<Bool>, in operator ()() typedef
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_unary_op_test.cc66 TEST_F(GlslUnaryOpTest, Not) { in TEST_F() argument
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl_unary_op_test.cc66 TEST_F(WgslUnaryOpTest, Not) { in TEST_F() argument
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl_unary_op_test.cc66 TEST_F(HlslUnaryOpTest, Not) { in TEST_F() argument
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_unary_op_test.cc66 TEST_F(MslUnaryOpTest, Not) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp419 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/
Dtypes.ts84 Not = "not", enumerator
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource3.ts73 Not, enumerator
/third_party/typescript/tests/cases/conformance/types/conditional/
DconditionalTypes1.ts173 type Not<C extends boolean> = If<C, false, true>; alias
/third_party/gn/src/gn/
Dparser.cc491 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/
DInstCombineAndOrXor.cpp2614 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
DInstCombineAddSub.cpp2049 Value *Not = Builder.CreateNot(MinMax); in visitSub() local
/third_party/jinja2/
Dnodes.py907 class Not(UnaryExpr): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1957 inline APInt Not(const APInt &APIVal) { return ~APIVal; } in Not() function
/third_party/node/tools/inspector_protocol/jinja2/
Dnodes.py850 class Not(UnaryExpr): class
/third_party/skia/third_party/externals/jinja2/
Dnodes.py907 class Not(UnaryExpr): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCExpr.h371 Not, ///< Bitwise negation. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.h658 Not = Instruction::OtherOpsEnd + 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp5224 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/
DMipsISelLowering.cpp2582 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/
DGPRArith.cpp1694 TEST_F(AssemblerX8632Test, Not) { in TEST_F() argument

12